The GitHub Actions job "Build images for Automate exclusion of providers in 
lowest-dependency tests https://github.com/apache/airflow/pull/41991
" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
0102e4571df69c340364a800c35fc1f9740e5544 / Jarek Potiuk <[email protected]>
Automate exclusion of providers in lowest-dependency tests

The "lowest" dependency tests had "hard-coded" exclusion for
those providers that were excluded in specific python versions.

This change automates it:

* selective checks produce dictionary python -> excluded versions
* the dictionary (as string) is passed to unit tests in actions
* the dictionary (as string) is passed to breeze container
  as EXCLUDED_PROVIDERS variable
* "is_provider_excluded.py" checks if the provider is excluded
  and exits with success if so

Related: #41555

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

With regards,
GitHub Actions via GitBox


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

Reply via email to