Move gather chain after devscripts-gather step#18473
Move gather chain after devscripts-gather step#18473openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
/hold |
b638e25 to
a1e8354
Compare
|
/hold cancel |
|
the metal-ipi-ovn jobs do not rehearse properly. apparently the config is too large and things choke and the rehearsal
Currently our 4.7 version of this job is perma-failing and blocking a release. |
|
@jluhrsen: The following tests 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/test-infra repository. I understand the commands that are listed here. |
ci-operator/step-registry/baremetalds/ipi/post/baremetalds-ipi-post-chain.yaml
Outdated
Show resolved
Hide resolved
|
Looks fine to me if you fix the ordering so gather chain happens before packet teardown, but after devscripts-gather. In my head when I wrote #18414 that was already the case 🤦 Thanks for the fix!
We should figure out why you saw this -- I haven't seen it myself, I saw on the Slack thread something was 130kB but it's not clear from the logs or the thread what was too large (maybe I just didn't have enough coffee yet). |
gather-must-gather is not working in 4.7 baremetalds because it cannot pull the must gather image. the devscripts-gather step brings the must-gather image locally and sets the MUST_GATHER_IMAGE variable to that so the gather-must-gather step will use that instead. Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
I'm not sure how to get this fixed, but when I was trying to figure out what was wrong and assuming it was a problem in my |
a1e8354 to
26d58f0
Compare
|
/approve |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jluhrsen, knobunc, stbenjam, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@jluhrsen: Updated the
DetailsIn 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. |
Just to come full circle, the rehearsal ends up embedding all the shell scripts and things into the prow job, so it is quite large. We're about to cut our TEST_SKIPS list by more than half, and we can have a look at some other optimizations like more terse comments. That should help reduce the overall size. |
gather-must-gather is not working in 4.7 baremetalds because
it cannot pull the must gather image. the devscripts-gather
step brings the must-gather image locally and sets the
MUST_GATHER_IMAGE variable to that so the gather-must-gather
step will use that instead.
Signed-off-by: Jamo Luhrsen jluhrsen@gmail.com