add custom credencials to codeready-toolchain-toolchain-e2e-master.yaml#68811
Conversation
|
/pj-rehearse pull-ci-codeready-toolchain-toolchain-e2e-master-e2e |
|
@deepsm007: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-codeready-toolchain-toolchain-e2e-master-e2e |
|
@rsoaresd: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
| credentials: | ||
| - collection: "" | ||
| mount_path: /usr/local/sandbox-secrets | ||
| name: sandbox-devsso |
There was a problem hiding this comment.
This is the name of the secret created on selfservice/sandbox-secrets/sandbox-devsso
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fbm3307, mfrancisc, rsoaresd, xcoulon 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 |
|
/pj-rehearse auto-ack |
|
@rsoaresd: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@rsoaresd: all tests passed! 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-sigs/prow repository. I understand the commands that are listed here. |
…ml (openshift#68811) * add custom creds * fix * fix * fix --------- Co-authored-by: KubeSaw <devsandbox@redhat.com>
Description
For now, we will only enable the Developer Sandbox UI E2E tests on toolchain-e2e. When running them, we need specific qe secrets (
SSO_USERNAMEandSSO_PASSWORD) that the tests cluster should have. For more details, check codeready-toolchain/toolchain-e2e#1180