Skip to content

Commit

Permalink
rebase upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
heliubj18 committed May 27, 2024
1 parent d0f53d4 commit 82da170
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ tests:
cluster_profile: aws-sd-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
OPENSHIFT_VERSION: 4.15
OPENSHIFT_VERSION: "4.15"
REGION: us-west-2
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;~Serial&;~Disruptive&;~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&;ROSA&
TEST_IMPORTANCE: Critical
Expand All @@ -1056,7 +1056,7 @@ tests:
cluster_profile: aws-sd-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
OPENSHIFT_VERSION: 4.15
OPENSHIFT_VERSION: "4.15"
REGION: us-west-2
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;~Serial&;~Disruptive&;~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&;ROSA&
TEST_IMPORTANCE: Critical
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11481,7 +11481,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build05
cron: 5 2 1,3,5,7,9,11,13,15,17,19,21,23,25,27,29 * *
cron: 7 11 5,14,21,28 * *
decorate: true
decoration_config:
skip_cloning: true
Expand All @@ -11496,7 +11496,7 @@ periodics:
ci.openshift.io/generator: prowgen
job-release: "4.15"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-openshift-tests-private-release-4.15-amd64-nightly-aws-rosa-hcp-capi-stage-critical-f2
name: periodic-ci-openshift-openshift-tests-private-release-4.15-amd64-nightly-aws-rosa-hcp-capi-stage-critical-f7
reporter_config:
slack:
channel: '#managed-hypershift-ci-watcher'
Expand All @@ -11517,8 +11517,8 @@ periodics:
- --oauth-token-path=/usr/local/github-credentials/oauth
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/aws-rosa-hcp-capi-stage-critical-f2-cluster-profile
- --target=aws-rosa-hcp-capi-stage-critical-f2
- --secret-dir=/usr/local/aws-rosa-hcp-capi-stage-critical-f7-cluster-profile
- --target=aws-rosa-hcp-capi-stage-critical-f7
- --variant=amd64-nightly
command:
- ci-operator
Expand All @@ -11535,7 +11535,7 @@ periodics:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/aws-rosa-hcp-capi-stage-critical-f2-cluster-profile
- mountPath: /usr/local/aws-rosa-hcp-capi-stage-critical-f7-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down

0 comments on commit 82da170

Please sign in to comment.