Rich Scott
Rich Scott
We should verify the runner instance before running the Release Airflow Operator (to PyPI) process.
Optimize the process of building the Docker image(s) when building the Python client for Armada.
The building of the Docker image(s) for the Airflow-integration tests should be optimized.
Currently, the Golang integration tests job is the longest-running job in the standard Armada CI test run, taking approximately 12-15 minutes. Essentially, it invokes: ``` go run cmd/testsuite/main.go test --tests...
The `test`, `lint`, and `release` workflows use the `magnetikonline/action-golang-cache` plug-in, however, the `build`workflow uses the and `actions/setup-go` and `actions/cache` plug-ins - both could be replaced by using just `magnetikonline/action-golang-cache`. -...
Move all GR-OSS/GR authored custom Github actions to a dedicated repo within the `armadaproject` GH org.
The Lookout codebase currently uses/assumes that development and builds are done with Node version 16 (specifically, `v16.14.2`) and Yarn 1.x (specifically, `1.22.18`). Node version 16 reached its End-of-Life status on...