Run os tests on build02#16193
Conversation
It is moved by openshift@1370d6a#diff-58bf6ae796976a0dbded9e4753ef25841eabbaf24de54a59d45f05c5884c9044L521 It is moved by the dispatcher because it was in `.buildFarm[aws][build02].paths`. The tool will reassign `.buildFarm`. The correct place to fix a job on build02 is: `.groups[build02].paths` or put the job name in `.groups[build02].jobs`.
|
Thanks! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, hongkailiu 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 |
|
@hongkailiu: 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. |
|
I think rehearsal will fail because the rehearse process doesn't know how to use the overrides from this repo or so? |
The rehearsal runs on |
| - periodic-ipi-deprovision | ||
| paths: | ||
| - .*-postsubmits.yaml$ | ||
| - openshift/os/.*-presubmits.yaml$ |
There was a problem hiding this comment.
Does this need to be openshift-os-.*presubmits.yaml ? I.e. - instead of /?
There was a problem hiding this comment.
It is the regex to match the path (relative to .ci-operator/jobs)
|
@hongkailiu: Updated the following 2 configmaps:
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. |
|
OK so one thing I noticed is that openshift/os#506 (comment) - so it's not "our nested virt CI is broken", it's just openshift/os so @hongkliu this makes me suspicious of #16193 - I notice we e.g. don't have coreos/rpm-ostree CI in that latter list It looks like that regexp is steering the job to app.ci ? Could that be the problem? At a much higher level I don't understand how this YAML file is maintained and works and what the bots automatically generating it are doing - some sort of a comment at the top with a brief description would help along with links to source code relevant to it. |
It is moved by
1370d6a#diff-58bf6ae796976a0dbded9e4753ef25841eabbaf24de54a59d45f05c5884c9044L521
It is moved by the dispatcher because it was in
.buildFarm[aws][build02].paths. The tool will reassign.buildFarm.The correct place to fix a job on build02 is:
.groups[build02].pathsor put the job name in.groups[build02].jobs./cc @cgwalters