-
Notifications
You must be signed in to change notification settings - Fork 21
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
GH workflow to publish images for PRs labeled 'publish' #1540
Conversation
In order to test the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will removing the publish
tag on this PR remove the failed check and allow the PR to be merged?
The PR isn't actually blocked on the failure, it's blocked on a lack of an approval. The reason it isn't blocked is because the |
46b989b
to
1811bed
Compare
Done! will do the same for the other 2 PRs. |
Supporting this issue: #1538
This change will cause the GH "Publish" workflow to run whenever an
aerie
PR is given the "publish" label, which will cause Docker images to be published from the PR branch, tagged with the PR number eg.pr-1540
The published aerie PR can then be referenced in an
aerie-ui
PR with a flag in the PR body that looks like eg.___REQUIRES_AERIE_PR___="1540"
, which will cause theaerie-ui
e2e tests to use the publishedpr-1540
aerie images during testing rather than the defaultdevelop
branch.