-
Notifications
You must be signed in to change notification settings - Fork 95
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
🌱 Add github action to trigger container image build #1338
🌱 Add github action to trigger container image build #1338
Conversation
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.
can we hold this and others and test if the IPAM PR metal3-io/ip-address-manager#386 is working as expected first?
1f83c27
to
27557b9
Compare
Sure. For now we can test out by merging one of them |
af58357
to
e33c001
Compare
/hold |
e33c001
to
0906e95
Compare
0906e95
to
b65b75e
Compare
job_name: "metal3_cluster-api-provider-metal3_container_image_building" | ||
job_params: | | ||
{ | ||
"BUILD_CONTAINER_IMAGE_NAME": "baremetal-operator", |
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.
This is CAPM3 repo.
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.
Oops
b80d7c9
to
c261c36
Compare
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.
/lgtm
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.
This should work.
/lgtm
As discussed off-line, let's start slowly with some lower traffic image next week, and gradually move to this way of building.
c261c36
to
4c00577
Compare
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.
/lgtm
/override test-centos-e2e-integration-main test-ubuntu-integration-main |
@tuminoid: Overrode contexts on behalf of tuminoid: test-centos-e2e-integration-main, test-ubuntu-integration-main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @kashifest |
/approve |
/unhold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kashifest, tuminoid The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I've disabled the builld trigger in Quay for CAPM3. All builds should flow thru this workflow + Jenkins now. |
This PR adds an action to trigger capm3 container build whenever a PR is merged in this repo.