osa: add daily job that tests production deployments#1948
osa: add daily job that tests production deployments#1948openshift-merge-robot merged 1 commit intoopenshift:masterfrom 0xmichalis:prod-testing
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kargakis 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 |
|
/hold |
|
/hold cancel |
| containers: | ||
| - args: | ||
| - --secret-dir=/usr/local/e2e-secrets/azure | ||
| - --target=[output:stable:sync] |
There was a problem hiding this comment.
This is not really needed; I will see whether we can get rid of it w/o needing any changes in the template in a follow-up.
|
We are using master to run the e2e tests atm. We probably want to match with the commit that is run in prod (so I guess we should be using the private preview branch?). |
|
/cc charlesakalugwu |
Using a commit ID, tag, or branch makes sense to me. |
|
Unfortunately we cannot use the private preview branch because we would have to backport all the e2e framework machinery to it. For now, we should be fine with master I think. Will try this out and see how it works. |
|
@Kargakis: 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. |
@openshift/sig-azure this PR adds a daily job in CI that runs cluster deployments via the e2e RP framework using the production RP.