Skip to content

Commit

Permalink
hypershift, kubevirt: Add network type to relevant periodic jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Llorente <ellorent@redhat.com>
  • Loading branch information
qinqon committed May 9, 2024
1 parent 27ae575 commit 9e234f3
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
Expand Up @@ -210,7 +210,7 @@ tests:
steps:
cluster_profile: aws
workflow: hypershift-kubevirt-csi-e2e
- as: e2e-kubevirt-metal-mce
- as: e2e-kubevirt-metal-ovn-mce
cron: 0 4 * * *
steps:
cluster_profile: equinix-ocp-metal
Expand Down
Expand Up @@ -177,7 +177,7 @@ tests:
LVM_OPERATOR_SUB_CHANNEL: stable-4.15
MCE_VERSION: "2.5"
workflow: hypershift-mce-agent-metal3-conformance
- as: e2e-kubevirt-metal-mce
- as: e2e-kubevirt-metal-ovn-mce
cron: 0 4 * * *
steps:
cluster_profile: equinix-ocp-metal
Expand Down
Expand Up @@ -130,7 +130,7 @@ tests:
dependencies:
INDEX_IMAGE: assisted-service-index
workflow: hypershift-agent-conformance
- as: e2e-kubevirt-metal
- as: e2e-kubevirt-metal-ovn
cron: 0 4 * * *
steps:
cluster_profile: equinix-ocp-metal
Expand Down
Expand Up @@ -865,7 +865,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build03
cron: 0 4 * * *
cron: 0 8 * * *
decorate: true
decoration_config:
skip_cloning: true
Expand All @@ -880,7 +880,7 @@ periodics:
ci.openshift.io/generator: prowgen
job-release: "4.14"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-hypershift-release-4.14-periodics-e2e-kubevirt-metal-mce
name: periodic-ci-openshift-hypershift-release-4.14-periodics-e2e-kubevirt-metal-mce-disconnected
reporter_config:
slack:
channel: '#hypershift-kubevirt-platform'
Expand All @@ -896,8 +896,8 @@ periodics:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/e2e-kubevirt-metal-mce-cluster-profile
- --target=e2e-kubevirt-metal-mce
- --secret-dir=/usr/local/e2e-kubevirt-metal-mce-disconnected-cluster-profile
- --target=e2e-kubevirt-metal-mce-disconnected
- --variant=periodics
command:
- ci-operator
Expand All @@ -914,7 +914,7 @@ periodics:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-kubevirt-metal-mce-cluster-profile
- mountPath: /usr/local/e2e-kubevirt-metal-mce-disconnected-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down Expand Up @@ -953,7 +953,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build03
cron: 0 8 * * *
cron: 0 4 * * *
decorate: true
decoration_config:
skip_cloning: true
Expand All @@ -968,7 +968,7 @@ periodics:
ci.openshift.io/generator: prowgen
job-release: "4.14"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-hypershift-release-4.14-periodics-e2e-kubevirt-metal-mce-disconnected
name: periodic-ci-openshift-hypershift-release-4.14-periodics-e2e-kubevirt-metal-ovn-mce
reporter_config:
slack:
channel: '#hypershift-kubevirt-platform'
Expand All @@ -984,8 +984,8 @@ periodics:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/e2e-kubevirt-metal-mce-disconnected-cluster-profile
- --target=e2e-kubevirt-metal-mce-disconnected
- --secret-dir=/usr/local/e2e-kubevirt-metal-ovn-mce-cluster-profile
- --target=e2e-kubevirt-metal-ovn-mce
- --variant=periodics
command:
- ci-operator
Expand All @@ -1002,7 +1002,7 @@ periodics:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-kubevirt-metal-mce-disconnected-cluster-profile
- mountPath: /usr/local/e2e-kubevirt-metal-ovn-mce-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down
Expand Up @@ -635,7 +635,7 @@ periodics:
ci.openshift.io/generator: prowgen
job-release: "4.15"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-hypershift-release-4.15-periodics-e2e-kubevirt-metal-mce
name: periodic-ci-openshift-hypershift-release-4.15-periodics-e2e-kubevirt-metal-mce-disconnected
reporter_config:
slack:
channel: '#hypershift-kubevirt-platform'
Expand All @@ -651,8 +651,8 @@ periodics:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/e2e-kubevirt-metal-mce-cluster-profile
- --target=e2e-kubevirt-metal-mce
- --secret-dir=/usr/local/e2e-kubevirt-metal-mce-disconnected-cluster-profile
- --target=e2e-kubevirt-metal-mce-disconnected
- --variant=periodics
command:
- ci-operator
Expand All @@ -669,7 +669,7 @@ periodics:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-kubevirt-metal-mce-cluster-profile
- mountPath: /usr/local/e2e-kubevirt-metal-mce-disconnected-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down Expand Up @@ -723,7 +723,7 @@ periodics:
ci.openshift.io/generator: prowgen
job-release: "4.15"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-hypershift-release-4.15-periodics-e2e-kubevirt-metal-mce-disconnected
name: periodic-ci-openshift-hypershift-release-4.15-periodics-e2e-kubevirt-metal-ovn-mce
reporter_config:
slack:
channel: '#hypershift-kubevirt-platform'
Expand All @@ -739,8 +739,8 @@ periodics:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/e2e-kubevirt-metal-mce-disconnected-cluster-profile
- --target=e2e-kubevirt-metal-mce-disconnected
- --secret-dir=/usr/local/e2e-kubevirt-metal-ovn-mce-cluster-profile
- --target=e2e-kubevirt-metal-ovn-mce
- --variant=periodics
command:
- ci-operator
Expand All @@ -757,7 +757,7 @@ periodics:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-kubevirt-metal-mce-disconnected-cluster-profile
- mountPath: /usr/local/e2e-kubevirt-metal-ovn-mce-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down
Expand Up @@ -701,7 +701,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build03
cron: 0 4 * * *
cron: 0 8 * * *
decorate: true
decoration_config:
skip_cloning: true
Expand All @@ -716,7 +716,7 @@ periodics:
ci.openshift.io/generator: prowgen
job-release: "4.16"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-hypershift-release-4.16-periodics-e2e-kubevirt-metal
name: periodic-ci-openshift-hypershift-release-4.16-periodics-e2e-kubevirt-metal-disconnected
reporter_config:
slack:
channel: '#hypershift-kubevirt-platform'
Expand All @@ -732,8 +732,8 @@ periodics:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/e2e-kubevirt-metal-cluster-profile
- --target=e2e-kubevirt-metal
- --secret-dir=/usr/local/e2e-kubevirt-metal-disconnected-cluster-profile
- --target=e2e-kubevirt-metal-disconnected
- --variant=periodics
command:
- ci-operator
Expand All @@ -750,7 +750,7 @@ periodics:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-kubevirt-metal-cluster-profile
- mountPath: /usr/local/e2e-kubevirt-metal-disconnected-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down Expand Up @@ -789,7 +789,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build03
cron: 0 8 * * *
cron: 0 4 * * *
decorate: true
decoration_config:
skip_cloning: true
Expand All @@ -804,7 +804,7 @@ periodics:
ci.openshift.io/generator: prowgen
job-release: "4.16"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-hypershift-release-4.16-periodics-e2e-kubevirt-metal-disconnected
name: periodic-ci-openshift-hypershift-release-4.16-periodics-e2e-kubevirt-metal-ovn
reporter_config:
slack:
channel: '#hypershift-kubevirt-platform'
Expand All @@ -820,8 +820,8 @@ periodics:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/e2e-kubevirt-metal-disconnected-cluster-profile
- --target=e2e-kubevirt-metal-disconnected
- --secret-dir=/usr/local/e2e-kubevirt-metal-ovn-cluster-profile
- --target=e2e-kubevirt-metal-ovn
- --variant=periodics
command:
- ci-operator
Expand All @@ -838,7 +838,7 @@ periodics:
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/e2e-kubevirt-metal-disconnected-cluster-profile
- mountPath: /usr/local/e2e-kubevirt-metal-ovn-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
Expand Down

0 comments on commit 9e234f3

Please sign in to comment.