Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uses current sources when running k8s tests #17289

Merged

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Jul 28, 2021

There was a bug in our CI - Kubernetes tests were executed running
lates ghcr.io image, rather than the image built from sources of
the current PR.

This PR fixes it by correctly using the PR commit as tag of the
image used as base image for kubernetes tests.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, 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 UPDATING.md.

There was a bug in our CI - Kubernetes tests were executed running
lates ghcr.io image, rather than the image built from sources of
the current PR.

This PR fixes it by correctly using the PR commit as tag of the
image used as base image for kubernetes tests.
@github-actions github-actions bot added the full tests needed We need to run full set of tests for this PR to merge label Jul 28, 2021
@github-actions
Copy link

The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease.

potiuk added a commit to potiuk/airflow that referenced this pull request Jul 28, 2021
There are some clarifications about using the authentication
via FlaskAppBuilder - the change implements minimum version of the
FAB to 3.3.2 and clarifies the dependencies used in FAB 3 series
to be only authlib rather than flask-oauth.

Fixes: apache#16944 (this is the second, proper fix this time).

Depends on: apache#17290, apache#17289 - those two errors have been detected while
analysing failures in this build.
@potiuk
Copy link
Member Author

potiuk commented Jul 28, 2021

Testing also in #17208 (ti was detected there)

@potiuk potiuk merged commit 396f30f into apache:main Jul 28, 2021
@potiuk potiuk deleted the fix-building-k8s-image-from-current-sources branch July 28, 2021 19:36
potiuk added a commit to potiuk/airflow that referenced this pull request Aug 2, 2021
There was a bug in our CI - Kubernetes tests were executed running
lates ghcr.io image, rather than the image built from sources of
the current PR.

This PR fixes it by correctly using the PR commit as tag of the
image used as base image for kubernetes tests.

(cherry picked from commit 396f30f)
kaxil pushed a commit that referenced this pull request Aug 17, 2021
There was a bug in our CI - Kubernetes tests were executed running
lates ghcr.io image, rather than the image built from sources of
the current PR.

This PR fixes it by correctly using the PR commit as tag of the
image used as base image for kubernetes tests.

(cherry picked from commit 396f30f)
jhtimmins pushed a commit that referenced this pull request Aug 17, 2021
There was a bug in our CI - Kubernetes tests were executed running
lates ghcr.io image, rather than the image built from sources of
the current PR.

This PR fixes it by correctly using the PR commit as tag of the
image used as base image for kubernetes tests.

(cherry picked from commit 396f30f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dev-tools full tests needed We need to run full set of tests for this PR to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants