Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP - MULTIARCH-5321 Adding x86 only multi-payload jobs #61362

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -837,6 +837,23 @@ tests:
OCP_ARCH: amd64
TEST_SUITE: upgrade-conformance
workflow: openshift-upgrade-azure-heterogeneous
- as: ocp-e2e-aws-ovn-multi-x-x
interval: 72h
steps:
cluster_profile: aws-2
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-latest
workflow: openshift-e2e-aws
- as: ocp-e2e-upgrade-aws-ovn-multi-x-x
interval: 72h
steps:
cluster_profile: aws-2
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial
OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
BASE_DOMAIN: aws-2.ci.openshift.org
workflow: openshift-upgrade-aws
- as: ocp-e2e-gcp-ovn-multi-a-a
cron: 0 11 * * 0
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32481,6 +32481,81 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: master
org: openshift
repo: multiarch
interval: 72h
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-2
ci-operator.openshift.io/variant: nightly-4.19
ci.openshift.io/generator: prowgen
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-multiarch-master-nightly-4.19-ocp-e2e-aws-ovn-multi-x-x
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
- --target=ocp-e2e-aws-ovn-multi-x-x
- --variant=nightly-4.19
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: /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: 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: build11
decorate: true
Expand Down Expand Up @@ -34821,6 +34896,81 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build11
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: master
org: openshift
repo: multiarch
interval: 72h
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-2
ci-operator.openshift.io/variant: nightly-4.19
ci.openshift.io/generator: prowgen
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-multiarch-master-nightly-4.19-ocp-e2e-upgrade-aws-ovn-multi-x-x
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
- --target=ocp-e2e-upgrade-aws-ovn-multi-x-x
- --variant=nightly-4.19
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: /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: 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
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
"name": "periodic-ci-openshift-multiarch-master-nightly-4.19-ocp-e2e-aws-ovn-multi-x-ax-priv"
}
},
"e2e-aws-ovn-multi-x-x": {
"disabled": true,
"maxRetries": 2,
"prowJob": {
"name": "periodic-ci-openshift-multiarch-master-nightly-4.19-ocp-e2e-aws-ovn-multi-x-x-priv"
}
},
"e2e-aws-ovn-nightly-upgrade-multi-x-ax": {
"disabled": true,
"optional": true,
Expand All @@ -48,6 +55,15 @@
"upgrade": true,
"upgradeFrom": "Previous"
},
"e2e-aws-ovn-nightly-upgrade-multi-x-x": {
"disabled": true,
"optional": true,
"prowJob": {
"name": "periodic-ci-openshift-multiarch-master-nightly-4.19-ocp-e2e-upgrade-aws-ovn-multi-x-x-priv"
},
"upgrade": true,
"upgradeFrom": "Previous"
},
"e2e-aws-ovn-sno-multi-a-a": {
"disabled": true,
"optional": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,26 @@
"check": {},
"publish": {},
"verify": {
"e2e-aws-ovn-multi-x-x": {
"maxRetries": 2,
"prowJob": {
"name": "periodic-ci-openshift-multiarch-master-nightly-4.19-ocp-e2e-aws-ovn-multi-x-x"
}
},
"e2e-aws-ovn-multi-x-ax": {
"maxRetries": 2,
"prowJob": {
"name": "periodic-ci-openshift-multiarch-master-nightly-4.19-ocp-e2e-aws-ovn-multi-x-ax"
}
},
"e2e-aws-ovn-nightly-upgrade-multi-x-x": {
"optional": true,
"prowJob": {
"name": "periodic-ci-openshift-multiarch-master-nightly-4.19-ocp-e2e-upgrade-aws-ovn-multi-x-x"
},
"upgrade": true,
"upgradeFrom": "Previous"
},
"e2e-aws-ovn-nightly-upgrade-multi-x-ax": {
"optional": true,
"prowJob": {
Expand Down