Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,17 @@ tests:
enable:
- observers-resource-watch
workflow: openshift-upgrade-aws-sdn
- as: e2e-aws-ovn-upgrade-rollback
interval: 48h
steps:
cluster_profile: aws-2
env:
BASE_DOMAIN: aws-2.ci.openshift.org
DELETE_MC: "false"
TEST_TYPE: upgrade
TEST_UPGRADE_OPTIONS: abort-at=99
workflow: openshift-upgrade-aws-ovn
timeout: 6h0m0s
- as: e2e-aws-upgrade-ovn-single-node
interval: 168h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70387,6 +70387,89 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build01
decorate: true
decoration_config:
skip_cloning: true
timeout: 6h0m0s
extra_refs:
- base_ref: master
org: openshift
repo: release
interval: 48h
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-2
ci-operator.openshift.io/variant: nightly-4.14-upgrade-from-stable-4.13
ci.openshift.io/generator: prowgen
ci.openshift.io/no-builds: "true"
job-release: "4.14"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-release-master-nightly-4.14-upgrade-from-stable-4.13-e2e-aws-ovn-upgrade-rollback
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
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/e2e-aws-ovn-upgrade-rollback-cluster-profile
- --target=e2e-aws-ovn-upgrade-rollback
- --variant=nightly-4.14-upgrade-from-stable-4.13
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/e2e-aws-ovn-upgrade-rollback-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
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-2
- 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: build01
decorate: true
Expand Down