Skip to content

Commit

Permalink
creating periodic to validate vSphere multi-nic support (#56055)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanderp3 authored Aug 28, 2024
1 parent bd98254 commit 60df629
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,18 @@ tests:
enable:
- observers-resource-watch
workflow: openshift-e2e-vsphere
- as: e2e-vsphere-ovn-multi-network
cron: '@yearly'
steps:
cluster_profile: vsphere-elastic
env:
FEATURE_GATES: '["MultiVSphereNetworks=true"]'
FEATURE_SET: CustomNoUpgrade
MULTI_NIC_IPI: "true"
observers:
enable:
- observers-resource-watch
workflow: openshift-e2e-vsphere
- as: e2e-aws-ovn-local-gateway
interval: 168h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123695,6 +123695,88 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: vsphere02
cron: '@yearly'
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: master
org: openshift
repo: release
labels:
ci-operator.openshift.io/cloud: vsphere
ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic
ci-operator.openshift.io/variant: nightly-4.18
ci.openshift.io/generator: prowgen
ci.openshift.io/no-builds: "true"
job-release: "4.18"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-release-master-nightly-4.18-e2e-vsphere-ovn-multi-network
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-vsphere-ovn-multi-network-cluster-profile
- --target=e2e-vsphere-ovn-multi-network
- --variant=nightly-4.18
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-vsphere-ovn-multi-network-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-vsphere
- 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: vsphere02
decorate: true
Expand Down

0 comments on commit 60df629

Please sign in to comment.