-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Move to using step registry in WMCO #8323
Move to using step registry in WMCO #8323
Conversation
/cc @openshift/openshift-team-windows-containers @dcbw @JacobTanenbaum |
This reverts commit 62ccb9e, reversing changes made to 16bc9d3 by running `git revert -m 1 62ccb9e`. Reverting this to move back to using templates until we figure out openshift#8323.
2909ece
to
431d592
Compare
Problem: hack/run-ci-e2e-test.sh fails in the following manner as observed when working on openshift/release#8323: ``` failed to initialize build cache at /.cache/go-build: mkdir /.cache: permission denied Error: failed to build test binary: ... ``` Solution: Preemptively create the go cache directory in the image being built by CI.
431d592
to
8c86a95
Compare
/retest |
1 similar comment
/retest |
8c86a95
to
f33495b
Compare
/retest |
1 similar comment
/retest |
/test pj-rehearse |
@aravindhp: 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. 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. I understand the commands that are listed here. |
- Add AWS Hybrid OVN workflow - Add WMCO e2e test ref that uses the AWS Hybrid OVN workflow - Use the WMCO e2e test ref in the WCMO configs Ran `make validate-step-registry` and `make jobs`.
f33495b
to
b6bfcc5
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aravindhp, stevekuznetsov 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 |
@aravindhp: Updated the following 17 configmaps:
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/test-infra repository. |
Now that we are using the [step registry workflow](openshift/release#8323) for bringing up a hybrid OVN cluster in CI, we can stop patching the network.operator CR to enable hybrid networking.
Problem: hack/run-ci-e2e-test.sh fails in the following manner as observed when working on openshift/release#8323: ``` failed to initialize build cache at /.cache/go-build: mkdir /.cache: permission denied Error: failed to build test binary: ... ``` Solution: Preemptively create the go cache directory in the image being built by CI.
Now that we are using the [step registry workflow](openshift/release#8323) for bringing up a hybrid OVN cluster in CI, we can stop patching the network.operator CR to enable hybrid networking.
Ran
make validate-step-registry
andmake jobs
.