Rich Scott

Results 21 comments of Rich Scott

Unfortunately, the `docs/local/setup.sh` is no longer accurate for setting up and running Armada locally - it is long out of date. Much more current documentation for running Armada locally is...

Also, note that there is a bug that seems to appear on Mac M1 systems, but not on Linux systems running on AMD64/Intel architecture chips. On Mac M1 systems, the...

Hey team! Please [add your planning poker estimate](https://app.zenhub.com/workspaces/Armada-62c744dc3b819100132ca032/issues/armadaproject/armada/1037?planning-poker) with Zenhub @ClifHouck @dejanzele @kannon92 @richscott @Sharpz7 @suprjinx

@Sovietaced We expect that the new query API in Armada will be imminent, and the Airflow projects will be switching to using that, and will retire the old Job Service...

@Sovietaced our armada-airflow users have made a PR that indicates they are experiencing an incompatibility with the later versions of grpcio in using opentelemetry with airflow - see https://github.com/armadaproject/armada/pull/3631/files

The workaround I used was to override the host’s time zone by doing $ env TZ=UTC mage test

A better, more permanent fix for this would be to change the test in `internal/lookoutv2/repository/groupjobs_test.go` so that the expected `time.Time` valuel is "cast" to UTC / GMT, maybe by using...