Skip to content

SPLAT-2039: Added new jobs for vSphere upi hybrid env and csi driver project #65390

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

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 @@ -658,6 +658,15 @@ tests:
NETWORK_TYPE: multi-tenant
workflow: openshift-e2e-vsphere-hybrid-env
timeout: 6h0m0s
- as: e2e-vsphere-ovn-upi-hybrid-env
cron: '@yearly'
steps:
cluster_profile: vsphere-elastic
env:
FEATURE_GATES: '["VSphereMixedNodeEnv=true"]'
FEATURE_SET: CustomNoUpgrade
workflow: openshift-e2e-vsphere-upi-hybrid-env
timeout: 6h0m0s
- as: e2e-aws-ovn-fips
interval: 168h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ base_images:
name: tests-private
namespace: ci
tag: "4.20"
virtctl:
name: "4.20"
namespace: ocp
tag: virtctl
build_root:
from_repository: true
images:
Expand Down Expand Up @@ -83,6 +87,18 @@ tests:
TEST_SKIPS: provisioning should mount multiple PV pointing to the same storage
on the same node
workflow: openshift-e2e-vsphere-csi
- always_run: false
as: e2e-vsphere-ovn-hybrid-env
optional: true
steps:
cluster_profile: vsphere-elastic
env:
FEATURE_GATES: '["VSphereMixedNodeEnv=true"]'
FEATURE_SET: CustomNoUpgrade
NETWORK_TYPE: multi-tenant
TEST_SKIPS: provisioning should mount multiple PV pointing to the same storage
on the same node
workflow: openshift-e2e-vsphere-hybrid-env
- as: e2e-vsphere-ovn-upgrade
steps:
cluster_profile: vsphere-elastic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ base_images:
name: tests-private
namespace: ci
tag: "4.20"
virtctl:
name: "4.20"
namespace: ocp
tag: virtctl
build_root:
from_repository: true
images:
Expand Down Expand Up @@ -84,6 +88,18 @@ tests:
TEST_SKIPS: provisioning should mount multiple PV pointing to the same storage
on the same node
workflow: openshift-e2e-vsphere-csi
- always_run: false
as: e2e-vsphere-ovn-hybrid-env
optional: true
steps:
cluster_profile: vsphere-elastic
env:
FEATURE_GATES: '["VSphereMixedNodeEnv=true"]'
FEATURE_SET: CustomNoUpgrade
NETWORK_TYPE: multi-tenant
TEST_SKIPS: provisioning should mount multiple PV pointing to the same storage
on the same node
workflow: openshift-e2e-vsphere-hybrid-env
- as: e2e-vsphere-ovn-upgrade
steps:
cluster_profile: vsphere-elastic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ base_images:
name: tests-private
namespace: ci
tag: "4.20"
virtctl:
name: "4.20"
namespace: ocp
tag: virtctl
build_root:
from_repository: true
images:
Expand Down Expand Up @@ -83,6 +87,18 @@ tests:
TEST_SKIPS: provisioning should mount multiple PV pointing to the same storage
on the same node
workflow: openshift-e2e-vsphere-csi
- always_run: false
as: e2e-vsphere-ovn-hybrid-env
optional: true
steps:
cluster_profile: vsphere-elastic
env:
FEATURE_GATES: '["VSphereMixedNodeEnv=true"]'
FEATURE_SET: CustomNoUpgrade
NETWORK_TYPE: multi-tenant
TEST_SKIPS: provisioning should mount multiple PV pointing to the same storage
on the same node
workflow: openshift-e2e-vsphere-hybrid-env
- as: e2e-vsphere-ovn-upgrade
steps:
cluster_profile: vsphere-elastic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153220,6 +153220,83 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: vsphere02
cron: '@yearly'
decorate: true
decoration_config:
skip_cloning: true
timeout: 6h0m0s
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.20
ci.openshift.io/generator: prowgen
ci.openshift.io/no-builds: "true"
job-release: "4.20"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-release-master-nightly-4.20-e2e-vsphere-ovn-upi-hybrid-env
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=e2e-vsphere-ovn-upi-hybrid-env
- --variant=nightly-4.20
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: vsphere02
cron: 34 2 * * *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,79 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-vsphere-operator-test,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^main$
- ^main-
cluster: vsphere02
context: ci/prow/e2e-vsphere-ovn-hybrid-env
decorate: true
labels:
ci-operator.openshift.io/cloud: vsphere
ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-vmware-vsphere-csi-driver-operator-main-e2e-vsphere-ovn-hybrid-env
optional: true
rerun_command: /test e2e-vsphere-ovn-hybrid-env
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=e2e-vsphere-ovn-hybrid-env
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
trigger: (?m)^/test( | .* )e2e-vsphere-ovn-hybrid-env,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,79 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-vsphere-operator-test,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^release-4\.20$
- ^release-4\.20-
cluster: vsphere02
context: ci/prow/e2e-vsphere-ovn-hybrid-env
decorate: true
labels:
ci-operator.openshift.io/cloud: vsphere
ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-vmware-vsphere-csi-driver-operator-release-4.20-e2e-vsphere-ovn-hybrid-env
optional: true
rerun_command: /test e2e-vsphere-ovn-hybrid-env
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=e2e-vsphere-ovn-hybrid-env
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
trigger: (?m)^/test( | .* )e2e-vsphere-ovn-hybrid-env,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Loading