fix src image and rm duplicate d/s merge jobs#77336
fix src image and rm duplicate d/s merge jobs#77336jluhrsen wants to merge 1 commit intoopenshift:mainfrom
Conversation
|
/pj-rehearse ack |
|
@jluhrsen: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
fixes:
- forces jobs to use src which is from ovnk .ci-operator.yaml
- trying to find which specific job actually ceated the PR
- race condition where
- the script is kicked off simultaneously and neither sees an open
PR, so both move on to creating one.
- one job has pushed a PR to github with it's local branch and
the other job gets to the init step which is to delete that local
branch (in case of a previous failed state that left a dirty/unused
branch in github)
- first job's PR gets deleted and second job's PR gets created and
all the humans get confused
Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
8e24629 to
cf61d17
Compare
|
/pj-rehearse |
|
@jluhrsen: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jluhrsen The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@jluhrsen: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
/pj-rehearse ack the rehearsal failed because there is a real downside is that the build takes a little time. 15m. burns some CPU, so if that is a concern we can modify the job to use a specific image, but that will require maintenance over time. |
|
@jluhrsen: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
keeping openshift-5.0 version since that will continue to be master after branch cut as well
fixes:
PR, so both move on to creating one.
the other job gets to the init step which is to delete that local
branch (in case of a previous failed state that left a dirty/unused
branch in github)
all the humans get confused