Skip to content

Extract basic tests to separate workflow#38206

Merged
potiuk merged 1 commit into
mainfrom
extract-basic-tests-to-separate-workflow
Mar 16, 2024
Merged

Extract basic tests to separate workflow#38206
potiuk merged 1 commit into
mainfrom
extract-basic-tests-to-separate-workflow

Conversation

@potiuk
Copy link
Copy Markdown
Member

@potiuk potiuk commented Mar 16, 2024

Similarly as with other extractions - this one will extract all the tests that need just basic "build-info" dependencies to a separate workflow. This will allow to keep the ci.yml better organised - eventually consisting of just calling other workflows.

It also assigns all the basic checks to be run on the public ASF runners. There is no point in using our self-hosted runners to run those tests, they are usually pretty fast even on a small public runner (and they are not on a critical path for elapsed time of the workflow run - no other tests depend on them).


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@potiuk potiuk added the default versions only When assigned to PR - only default python version is used for CI tests label Mar 16, 2024
@potiuk potiuk requested review from ashb and kaxil as code owners March 16, 2024 10:05
@potiuk potiuk force-pushed the extract-basic-tests-to-separate-workflow branch from ceab36d to 0901abd Compare March 16, 2024 10:06
Similarly as with other extractions - this one will extract all
the tests that need just basic "build-info" dependencies to a
separate workflow. This will allow to keep the ci.yml better
organised - eventually consisting of just calling other workflows.

It also assigns all the basic checks to be run on the public
ASF runners. There is no point in using our self-hosted runners
to run those tests, they are usually pretty fast even on a small
public runner (and they are not on a critical path for elapsed time
of the workflow run - no other tests depend on them).
@potiuk potiuk force-pushed the extract-basic-tests-to-separate-workflow branch from 0901abd to fa42a8e Compare March 16, 2024 10:08
@potiuk
Copy link
Copy Markdown
Member Author

potiuk commented Mar 16, 2024

Screenshot 2024-03-16 at 11 10 45

@potiuk potiuk merged commit 191036b into main Mar 16, 2024
@potiuk potiuk deleted the extract-basic-tests-to-separate-workflow branch October 1, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools default versions only When assigned to PR - only default python version is used for CI tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants