The GitHub Actions job "Tests ARM" on airflow.git/v3-0-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
15da8f750e5a72dcd0bcfbeaebc927d778f98e5f / Jarek Potiuk <[email protected]>
Convert auth manager into cachable flag and configure it for more commands 
(#54325) (#54330)

The `--auth-manager` was only defined for "start-airflow" command so far,
and you had to use it every time you wanted to swith to non-default Auth Manager
(FabAuthManager). This was not very convenient when you wanted to test things
with breeze shell and keep it configured between sessions.

After this change:

* turns --auth-manager into "CacheableChoice" flag - where last used
  value is cached in .build folder and reused next time automatically

* the flag is now present in those commands:

  * start-airflow
  * breeze shell
  * breeze

* You can configure auth manager and change the cached value via
  `breeze setup config` command - like python/backend etc.

(cherry picked from commit 2770924ceca0382e99c6d8475f03df047ea0024e)

Report URL: https://github.com/apache/airflow/actions/runs/16866558954

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to