Skip to content

Commit

Permalink
add prod canary jobs using stable channel for ho upgrade (#52470)
Browse files Browse the repository at this point in the history
* add prod canary jobs using stable channel for ho upgrade

* filter provision shard by topology
  • Loading branch information
heliubj18 authored May 29, 2024
1 parent 6dbc770 commit 75505c0
Show file tree
Hide file tree
Showing 7 changed files with 356 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,22 @@ tests:
test:
- chain: openshift-e2e-test-hypershift-qe
workflow: rosa-aws-sts-hcp
- as: aws-rosa-hcp-sector-prod-stable-critical-f28
cron: 23 8 28 * *
steps:
cluster_profile: aws-sd-qe
env:
CHANNEL_GROUP: stable
CLUSTER_SECTOR: canary
E2E_RUN_TAGS: '@rosa and @critical'
OCM_LOGIN_ENV: production
OPENSHIFT_VERSION: "4.14"
REGION: us-east-1
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;~Serial&;~Disruptive&;~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&;ROSA&
TEST_IMPORTANCE: Critical
test:
- chain: openshift-e2e-test-hypershift-qe
workflow: rosa-aws-sts-hcp
- as: aws-rosa-hcp-sector-byo-kms-oidc-auditlog-prod-critical-f7
cron: 33 15 4,11,18,27 * *
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,22 @@ tests:
test:
- chain: openshift-e2e-test-hypershift-qe
workflow: rosa-aws-sts-hcp-private-proxy
- as: aws-rosa-hcp-sector-private-proxy-prod-stable-critical-f28
cron: 12 2 27 * *
steps:
cluster_profile: aws-sd-qe
env:
CHANNEL_GROUP: stable
CLUSTER_SECTOR: canary
E2E_RUN_TAGS: '@rosa and @critical'
OCM_LOGIN_ENV: production
OPENSHIFT_VERSION: "4.15"
REGION: us-east-1
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;~Serial&;~Disruptive&;~ConnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&;ROSA&
TEST_IMPORTANCE: Critical
test:
- chain: openshift-e2e-test-hypershift-qe
workflow: rosa-aws-sts-hcp-private-proxy
- as: aws-usgov-ipi-private-sts-f14
cron: 44 17 13,29 * *
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,22 @@ tests:
test:
- chain: openshift-e2e-test-hypershift-qe
workflow: rosa-aws-sts-hcp-private-proxy
- as: aws-rosa-hcp-sector-advanced-prod-stable-critical-f28
cron: 41 23 12 * *
steps:
cluster_profile: aws-sd-qe
env:
CHANNEL_GROUP: stable
CLUSTER_SECTOR: canary
E2E_RUN_TAGS: '@rosa and @critical'
OCM_LOGIN_ENV: production
OPENSHIFT_VERSION: "4.16"
REGION: us-east-1
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;~Serial&;~Disruptive&;~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~NonHyperShiftHOST&;ROSA&
TEST_IMPORTANCE: Critical
test:
- chain: openshift-e2e-test-hypershift-qe
workflow: rosa-aws-sts-hcp-byo-kms-oidc-auditlog
- as: aws-rosa-hcp-sector-byo-kms-oidc-auditlog-prod-critical-f7
cron: 12 14 3,10,19,26 * *
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33238,6 +33238,104 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build05
cron: 23 8 28 * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: release-4.14
org: openshift
repo: openshift-tests-private
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-sd-qe
ci-operator.openshift.io/variant: amd64-stable
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-openshift-tests-private-release-4.14-amd64-stable-aws-rosa-hcp-sector-prod-stable-critical-f28
reporter_config:
slack:
channel: '#managed-hypershift-ci-watcher'
job_states_to_report:
- failure
- error
- success
report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}}
:volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :volcano: {{end}}'
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --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-sector-prod-stable-critical-f28-cluster-profile
- --target=aws-rosa-hcp-sector-prod-stable-critical-f28
- --variant=amd64-stable
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/aws-rosa-hcp-sector-prod-stable-critical-f28-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /usr/local/github-credentials
name: github-credentials-openshift-ci-robot-private-git-cloner
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: cluster-profile
secret:
secretName: cluster-secrets-aws-sd-qe
- name: github-credentials-openshift-ci-robot-private-git-cloner
secret:
secretName: github-credentials-openshift-ci-robot-private-git-cloner
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build05
cron: 23 8 10,24 * *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32729,6 +32729,104 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build05
cron: 12 2 27 * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: release-4.15
org: openshift
repo: openshift-tests-private
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-sd-qe
ci-operator.openshift.io/variant: amd64-stable
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-openshift-tests-private-release-4.15-amd64-stable-aws-rosa-hcp-sector-private-proxy-prod-stable-critical-f28
reporter_config:
slack:
channel: '#managed-hypershift-ci-watcher'
job_states_to_report:
- failure
- error
- success
report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}}
:volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :volcano: {{end}}'
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --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-sector-private-proxy-prod-stable-critical-f28-cluster-profile
- --target=aws-rosa-hcp-sector-private-proxy-prod-stable-critical-f28
- --variant=amd64-stable
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/aws-rosa-hcp-sector-private-proxy-prod-stable-critical-f28-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /usr/local/github-credentials
name: github-credentials-openshift-ci-robot-private-git-cloner
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: cluster-profile
secret:
secretName: cluster-secrets-aws-sd-qe
- name: github-credentials-openshift-ci-robot-private-git-cloner
secret:
secretName: github-credentials-openshift-ci-robot-private-git-cloner
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build05
cron: 28 6 3,10,17,26 * *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36492,6 +36492,104 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build05
cron: 41 23 12 * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: release-4.16
org: openshift
repo: openshift-tests-private
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-sd-qe
ci-operator.openshift.io/variant: amd64-stable
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-stable-aws-rosa-hcp-sector-advanced-prod-stable-critical-f28
reporter_config:
slack:
channel: '#managed-hypershift-ci-watcher'
job_states_to_report:
- failure
- error
- success
report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}}
:volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :volcano: {{end}}'
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --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-sector-advanced-prod-stable-critical-f28-cluster-profile
- --target=aws-rosa-hcp-sector-advanced-prod-stable-critical-f28
- --variant=amd64-stable
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/aws-rosa-hcp-sector-advanced-prod-stable-critical-f28-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /usr/local/github-credentials
name: github-credentials-openshift-ci-robot-private-git-cloner
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: cluster-profile
secret:
secretName: cluster-secrets-aws-sd-qe
- name: github-credentials-openshift-ci-robot-private-git-cloner
secret:
secretName: github-credentials-openshift-ci-robot-private-git-cloner
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build05
cron: 12 14 3,10,19,26 * *
Expand Down
Loading

0 comments on commit 75505c0

Please sign in to comment.