Rich Scott

Results 17 issues of Rich Scott

We should verify the runner instance before running the Release Airflow Operator (to PyPI) process.

language/python
third-party/airflow

Optimize the process of building the Docker image(s) when building the Python client for Armada.

language/python
third-party/airflow

The building of the Docker image(s) for the Airflow-integration tests should be optimized.

third-party/airflow

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...

component/CI

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`. -...

component/CI

Move all GR-OSS/GR authored custom Github actions to a dedicated repo within the `armadaproject` GH org.

component/CI

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...

component/lookout