-
Notifications
You must be signed in to change notification settings - Fork 20
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
convert fullstack jobs to be prow compatible #887
Conversation
Skipping CI for Draft Pull Request. |
/test fullstack |
@Rozzii: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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-sigs/prow repository. |
25e8549
to
712d860
Compare
Integration test is not relevant here. |
@Rozzii: Overrode contexts on behalf of Rozzii: metal3-ubuntu-e2e-integration-test-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-sigs/prow repository. |
This commit: - Converts the previously mostly unused and outdated project_infra fullstack PR jobs to use prow triggers instead of "ghprb" triggers - Makes both the periodic and the PR fullstack jobs use the same prow compatible pipeline script - Removes the variable related to IPA git reference from the fullstack wrapper script as the IPA builder uses the branch name as reference. This change is needed because the Metal3-io project does no longer uses the Jenkins ghprb plugin, instead the PR jobs are triggered via GitHub or Prow. Signed-off-by: Adam Rozman <[email protected]>
712d860
to
06f36c4
Compare
Integration test is not relevant here. |
@Rozzii: Overrode contexts on behalf of Rozzii: metal3-ubuntu-e2e-integration-test-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-sigs/prow repository. |
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.
/approve
/hold
for more reviews.
/cc @Sunnatillo @lentzi90
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
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
Is it okay to remove the hold ? @tuminoid or should I wait for third reviewer (I am a bit confused)? |
/unhold |
@Rozzii: Updated the
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-sigs/prow repository. |
This PR:
fullstack PR jobs to use prow triggers instead of "ghprb" triggers
compatible pipeline script
wrapper script as the IPA builder uses the branch name as reference.
This change is needed because the Metal3-io project does no longer uses the
Jenkins ghprb plugin, instead the PR jobs are triggered via GitHub or Prow.