Skip to content

Commit cf237d2

Browse files
committed
Fix missing registry-auth secrets for integration tests ansible group
The integration tests ansible group now uses the stage env. This is now necessary because the operator_pipeline_release_namespace var corresponds to secrets determined by the environment.
1 parent a49a28e commit cf237d2

File tree

5 files changed

+784
-385
lines changed

5 files changed

+784
-385
lines changed

ansible/inventory/group_vars/operator-pipeline-integration-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
env: dev
2+
env: stage
33
ocp_host: https://api.pipelines-stage.0ce8.p1.openshiftapps.com:6443
44
branch: "{{ env }}"
55
operator_pipeline_webhook_secret: ../../vaults/common/github-webhook-secret-preprod.txt
66
kerberos_keytab: ../../vaults/common/nonprod-operatorpipelines.keytab
77

88
operator_pipeline_image_tag: "v1.0.8"
9-
operator_pipeline_release_namespace: redhat-isv-operators-dev
9+
operator_pipeline_release_namespace: redhat-isv-operators-stage
1010

1111
# how many of newest pipelineruns should be preserved on cleanup?
1212
preserve_after_cleanup: "5"

0 commit comments

Comments
 (0)