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

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

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/16866558335

With regards,
GitHub Actions via GitBox


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

Reply via email to