Workflow Test Commit Causes Skipped Checks or CI Failures #45902
Labels
area:CI
Airflow's tests and continious integration
area:core
kind:bug
This is a clearly a bug
needs-triage
label for new issues that we didn't triage yet
Apache Airflow version
2.10.4
If "Other Airflow 2 version" selected, which one?
No response
What happened?
The PR created for testing workflows resulted in some checks being skipped during the GitHub Actions pipeline execution. Specifically, checks such as "React UI tests," "Static checks: basic checks only," and "Build documentation (--docs-only)" were skipped, which could indicate issues with the CI configuration or dependencies missing in the environment. This is not expected behavior, as all checks should run unless explicitly excluded or intentionally skipped.
What you think should happen instead?
All the tests, including UI, static checks, and documentation checks, should run successfully without being skipped unless intentionally configured otherwise. There shouldn't be any skipped tests unless they are non-essential or have been excluded for a valid reason.
How to reproduce
Operating System
Ubuntu
Versions of Apache Airflow Providers
#output
$ pip freeze | grep apache-airflow-providers
apache-airflow-providers-celery==2.0.0
apache-airflow-providers-amazon==2.0.0
apache-airflow-providers-google==2.0.0
Deployment
Official Apache Airflow Helm Chart
Deployment details
Deployment Type: GitHub Actions (CI pipeline)
Deployment Details: Running on Ubuntu with Python 3.9 in GitHub Actions CI pipeline.
Anything else?
The problem seems to occur consistently for all workflows triggered by this PR. Skipped checks, particularly those related to static analysis and UI tests, suggest a potential configuration issue or misconfigured dependencies.
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: