WINC-520: Inject oc cli in test images#26395
Conversation
|
Skipping CI for Draft Pull Request. |
|
/test pj-rehearse |
|
Issues in openshift/release go stale after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
/remove-lifecycle stale |
|
Issues in openshift/release go stale after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issue in openshift/release rot after 15d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
Rotten issues in openshift/release close after 15d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed this PR. 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. |
|
/remove-lifecycle rotten |
|
/reopen |
|
@jrvaldes: Reopened this PR. 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. |
2de2274 to
912757b
Compare
aravindhp
left a comment
There was a problem hiding this comment.
@jrvaldes I suggest adding a temporary test step inline to check if this actually worked. This is from the doc you linked,
tests:
- as: with-cli
steps:
test:
- as: use-cli
commands: oc adm policy add-role-to-user --help
from: os # use the "os" image for running the test
cli: custom # allow the CLI from the "custom" release to be available
resources:
requests:
cpu: 100m
memory: 200Mi
This change leverages the introduction of the oc client in the test images, making the build process simpler. Follow-up to openshift/release#26395
|
/hold |
Ran: `make update`
350f5af to
a692d58
Compare
|
/hold cancel |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aravindhp, jrvaldes, sebsoto 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 |
|
@jrvaldes: 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. |
|
/retest-required |
|
@jrvaldes: Updated the following 7 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. |
This change leverages the introduction of the oc client in the test images, making the build process simpler. Follow-up to openshift/release#26395
This change leverages the introduction of the oc client in the test images, making the build process simpler. Follow-up to openshift/release#26395
This change leverages the introduction of the oc client in the test images, making the build process simpler. Follow-up to openshift/release#26395
This change leverages the introduction of the oc client in the test images, making the build process simpler. Follow-up to openshift/release#26395
This change leverages the introduction of the oc client in the test images, making the build process simpler. Follow-up to openshift/release#26395
This change leverages the introduction of the oc client in the test images, making the build process simpler. Follow-up to openshift/release#26395
This change leverages the introduction of the oc client in the test images, making the build process simpler. Follow-up to openshift/release#26395
This change leverages the introduction of the oc client in the test images, making the build process simpler. Follow-up to openshift/release#26395 (cherry picked from commit c1fa08c)
This change leverages the introduction of the oc client in the test images, making the build process simpler. Follow-up to openshift/release#26395 (cherry picked from commit c1fa08c)
This change leverages the introduction of the oc client in the test images, making the build process simpler. Follow-up to openshift/release#26395 (cherry picked from commit c1fa08c)
This change leverages the introduction of the oc client in the test images, making the build process simpler. Follow-up to openshift/release#26395
This change leverage the release images to inject the oc cli according to the OCP version.
See https://docs.ci.openshift.org/docs/architecture/step-registry/#injecting-the-oc-cli
Ran:
make update