Skip to content
Merged
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 @@ -46,7 +46,7 @@ tests:
cluster_profile: azure-qe
env:
BASE_DOMAIN: qe.azure.devcluster.openshift.com
workflow: cucushift-installer-rehearse-azure-ipi-sdn
workflow: cucushift-installer-rehearse-azure-ipi-private-sdn
- as: installer-rehearse-azure-mag
interval: 960h
steps:
Expand All @@ -63,8 +63,13 @@ tests:
interval: 960h
steps:
cluster_profile: gcp-qe
workflow: cucushift-installer-rehearse-gcp-ipi-sdn
workflow: cucushift-installer-rehearse-gcp-upi-private-xpn-sdn
- as: installer-rehearse-vsphere
interval: 960h
steps:
cluster_profile: vsphere
workflow: cucushift-installer-rehearse-vsphere-ipi-sdn
- as: installer-rehearse-vsphere-discon
interval: 960h
steps:
cluster_profile: vsphere-discon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ periodics:
interval: 960h
labels:
ci-operator.openshift.io/cloud: vsphere
ci-operator.openshift.io/cloud-cluster-profile: vsphere-discon
ci-operator.openshift.io/cloud-cluster-profile: vsphere
ci-operator.openshift.io/variant: installer-rehearse-4.12
ci.openshift.io/generator: prowgen
job-release: "4.12"
Expand Down Expand Up @@ -1349,6 +1349,81 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: vsphere
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: master
org: openshift
repo: verification-tests
interval: 960h
labels:
ci-operator.openshift.io/cloud: vsphere
ci-operator.openshift.io/cloud-cluster-profile: vsphere-discon
ci-operator.openshift.io/variant: installer-rehearse-4.12
ci.openshift.io/generator: prowgen
job-release: "4.12"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-verification-tests-master-installer-rehearse-4.12-installer-rehearse-vsphere-discon
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/installer-rehearse-vsphere-discon-cluster-profile
- --target=installer-rehearse-vsphere-discon
- --variant=installer-rehearse-4.12
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/installer-rehearse-vsphere-discon-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
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-vsphere
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build05
cron: 33 6 */13 * *
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
approvers:
- jianlinliu
- Amoghrd
- yunjiang29
- mgahagan73
- MayXuQQ
- lihongan
- anuragthehatter
- zhaozhanqi
reviewers:
- jianlinliu
- Amoghrd
- yunjiang29
- mgahagan73
- MayXuQQ
- lihongan
- anuragthehatter
- zhaozhanqi
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"path": "cucushift/installer/rehearse/azure/ipi/private/sdn/cucushift-installer-rehearse-azure-ipi-private-sdn-workflow.yaml",
"owners": {
"approvers": [
"jianlinliu",
"Amoghrd",
"yunjiang29",
"mgahagan73",
"MayXuQQ",
"lihongan",
"anuragthehatter",
"zhaozhanqi"
],
"reviewers": [
"jianlinliu",
"Amoghrd",
"yunjiang29",
"mgahagan73",
"MayXuQQ",
"lihongan",
"anuragthehatter",
"zhaozhanqi"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
workflow:
as: cucushift-installer-rehearse-azure-ipi-private-sdn
steps:
pre:
- chain: cucushift-installer-rehearse-azure-ipi-private-sdn-provision
test:
- ref: cucushift-installer-check
post:
- chain: cucushift-installer-rehearse-azure-ipi-private-sdn-deprovision
documentation: |-
This is the workflow to trigger Prow's rehearsal test when submitting installer steps/chain/workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"path": "cucushift/installer/rehearse/azure/ipi/private/sdn/deprovision/cucushift-installer-rehearse-azure-ipi-private-sdn-deprovision-chain.yaml",
"owners": {
"approvers": [
"jianlinliu",
"Amoghrd",
"yunjiang29",
"mgahagan73",
"MayXuQQ",
"lihongan",
"anuragthehatter",
"zhaozhanqi"
],
"reviewers": [
"jianlinliu",
"Amoghrd",
"yunjiang29",
"mgahagan73",
"MayXuQQ",
"lihongan",
"anuragthehatter",
"zhaozhanqi"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
chain:
as: cucushift-installer-rehearse-azure-ipi-private-sdn-deprovision
steps:
- chain: cucushift-installer-rehearse-azure-ipi-private-deprovision
documentation: |-
Destroy cluster
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"path": "cucushift/installer/rehearse/azure/ipi/private/sdn/provision/cucushift-installer-rehearse-azure-ipi-private-sdn-provision-chain.yaml",
"owners": {
"approvers": [
"jianlinliu",
"Amoghrd",
"yunjiang29",
"mgahagan73",
"MayXuQQ",
"lihongan",
"anuragthehatter",
"zhaozhanqi"
],
"reviewers": [
"jianlinliu",
"Amoghrd",
"yunjiang29",
"mgahagan73",
"MayXuQQ",
"lihongan",
"anuragthehatter",
"zhaozhanqi"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
chain:
as: cucushift-installer-rehearse-azure-ipi-private-sdn-provision
steps:
- ref: azure-provision-resourcegroup
- ref: azure-provision-vnet
- chain: azure-provision-bastionhost
- ref: proxy-config-generate
- chain: ipi-conf-azure
- ref: ipi-conf-azure-provisionednetwork
- ref: sdn-conf
- chain: ipi-install
- ref: enable-qe-catalogsource
env:
- name: PUBLISH
default: "Internal"
documentation: |-
Create an IPI private cluster on Azure with SDN for QE e2e tests.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
approvers:
- jianlinliu
- gpei
- jianli-wei
- lihongan
- anuragthehatter
- zhaozhanqi
reviewers:
- jianlinliu
- gpei
- jianli-wei
- lihongan
- anuragthehatter
- zhaozhanqi
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"path": "cucushift/installer/rehearse/gcp/upi/private/xpn/sdn/cucushift-installer-rehearse-gcp-upi-private-xpn-sdn-workflow.yaml",
"owners": {
"approvers": [
"jianlinliu",
"gpei",
"jianli-wei",
"lihongan",
"anuragthehatter",
"zhaozhanqi"
],
"reviewers": [
"jianlinliu",
"gpei",
"jianli-wei",
"lihongan",
"anuragthehatter",
"zhaozhanqi"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
workflow:
as: cucushift-installer-rehearse-gcp-upi-private-xpn-sdn
steps:
pre:
- chain: cucushift-installer-rehearse-gcp-upi-private-xpn-sdn-provision
test:
- ref: cucushift-installer-check
post:
- chain: cucushift-installer-rehearse-gcp-upi-private-xpn-sdn-deprovision
documentation: |-
This is the workflow to trigger Prow's rehearsal test when submitting installer steps/chain/workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
approvers:
- jianlinliu
- gpei
- jianli-wei
- lihongan
- anuragthehatter
- zhaozhanqi
reviewers:
- jianlinliu
- gpei
- jianli-wei
- lihongan
- anuragthehatter
- zhaozhanqi
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"path": "cucushift/installer/rehearse/gcp/upi/private/xpn/sdn/deprovision/cucushift-installer-rehearse-gcp-upi-private-xpn-sdn-deprovision-chain.yaml",
"owners": {
"approvers": [
"jianlinliu",
"gpei",
"jianli-wei",
"lihongan",
"anuragthehatter",
"zhaozhanqi"
],
"reviewers": [
"jianlinliu",
"gpei",
"jianli-wei",
"lihongan",
"anuragthehatter",
"zhaozhanqi"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
chain:
as: cucushift-installer-rehearse-gcp-upi-private-xpn-sdn-deprovision
steps:
- chain: cucushift-installer-rehearse-gcp-upi-private-xpn-deprovision
documentation: |-
Destroy cluster
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
approvers:
- jianlinliu
- gpei
- jianli-wei
- lihongan
- anuragthehatter
- zhaozhanqi
reviewers:
- jianlinliu
- gpei
- jianli-wei
- lihongan
- anuragthehatter
- zhaozhanqi
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"path": "cucushift/installer/rehearse/gcp/upi/private/xpn/sdn/provision/cucushift-installer-rehearse-gcp-upi-private-xpn-sdn-provision-chain.yaml",
"owners": {
"approvers": [
"jianlinliu",
"gpei",
"jianli-wei",
"lihongan",
"anuragthehatter",
"zhaozhanqi"
],
"reviewers": [
"jianlinliu",
"gpei",
"jianli-wei",
"lihongan",
"anuragthehatter",
"zhaozhanqi"
]
}
}
Loading