-
Notifications
You must be signed in to change notification settings - Fork 2.1k
ci-operator/step-registry/openshift: Push e2e flavors under e2e/ #9612
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
ci-operator/step-registry/openshift: Push e2e flavors under e2e/ #9612
Conversation
This collects similar workflow definitions together instead of having a growing dump of sibling directories. Also use symlinks to parent OWNERS files for subdirectories had the same content. I haven't used symlinks for things like: * aws/ovn/OWNERS * vsphere/ovn/OWNERS despite them having the same content, because it's not clear which location would be more canonical. Will be nice if/when [1] gets fixed and we can go back to using aliases. [1]: openshift/ci-tools#115 (comment)
Keeping all the gather logic collected under one step subdirectory.
513c8f0 to
e0f511e
Compare
|
@wking: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
|
ovn-hybrid hung in the with the hilarious: vsphere failed a bunch of tests on a Kube-API-server flake, with errors like: But all of those look like valid product issues. I don't see anything that looks related to the changes I'm making in this PR, so we should be good to merge. |
|
I don't have any strong opinion about the directories layout. More up to the step registry architects to say yes/no based on their design. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, 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 |
|
@wking: 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. |
Step-registry CI currently requires each directory to contain an OWNERS file (ci/prow/owners). Often, those OWNERS sets are the same as the parent-directory's OWNERS file. To ease maintenance, we can use symlinks to ../OWNERS to explicitly say "this is the same set", as we started to do in 0f27f00 (ci-operator/step-registry/openshift: Push e2e flavors under e2e/, 2020-06-10, openshift#9612). This commit adds a script to automate that deduping, and also commits the state generated by: $ hack/dedup-owners.sh ci-operator/step-registry
This collects similar workflow definitions together instead of having a growing dump of sibling directories.
CCing affected approvers: @danwinship, @dcbw, @ingvagabund, @knobunc, @pecameron, @squeed