Skip to content

Commit

Permalink
ShiftStack periodic additional-ipv6-network job deduplication
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelCarpio committed Feb 10, 2025
1 parent 7b59f66 commit 8fc889a
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 602 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ tests:
OPENSTACK_DPDK_NETWORK: mellanox-dpdk
OPENSTACK_SRIOV_NETWORK: mellanox-sriov
workflow: openshift-e2e-openstack-nfv
- as: e2e-openstack-additional-ipv6-network
minimum_interval: 72h
steps:
cluster_profile: openstack-hwoffload
workflow: openshift-e2e-openstack-ipv6
- as: e2e-openstack-csi-manila
minimum_interval: 72h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ tests:
OPENSTACK_DPDK_NETWORK: mellanox-dpdk
OPENSTACK_SRIOV_NETWORK: mellanox-sriov
workflow: openshift-e2e-openstack-nfv-cgroupsv1
- as: e2e-openstack-additional-ipv6-network
minimum_interval: 72h
steps:
cluster_profile: openstack-hwoffload
workflow: openshift-e2e-openstack-ipv6
- as: e2e-openstack-csi-manila
minimum_interval: 72h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ tests:
OPENSTACK_DPDK_NETWORK: mellanox-dpdk
OPENSTACK_SRIOV_NETWORK: mellanox-sriov
workflow: openshift-e2e-openstack-nfv-cgroupsv1
- as: e2e-openstack-additional-ipv6-network
minimum_interval: 72h
steps:
cluster_profile: openstack-hwoffload
workflow: openshift-e2e-openstack-ipv6
- as: e2e-openstack-csi-manila
minimum_interval: 72h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ tests:
OPENSTACK_DPDK_NETWORK: mellanox-dpdk
OPENSTACK_SRIOV_NETWORK: mellanox-sriov
workflow: openshift-e2e-openstack-nfv-cgroupsv1
- as: e2e-openstack-additional-ipv6-network
minimum_interval: 144h
steps:
cluster_profile: openstack-hwoffload
workflow: openshift-e2e-openstack-ipv6
- as: e2e-openstack-csi-manila
minimum_interval: 144h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ tests:
OPENSTACK_DPDK_NETWORK: mellanox-dpdk
OPENSTACK_SRIOV_NETWORK: mellanox-sriov
workflow: openshift-e2e-openstack-nfv-cgroupsv1
- as: e2e-openstack-additional-ipv6-network
minimum_interval: 144h
steps:
cluster_profile: openstack-hwoffload
workflow: openshift-e2e-openstack-ipv6
- as: e2e-openstack-csi-manila
minimum_interval: 144h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ tests:
OPENSTACK_DPDK_NETWORK: mellanox-dpdk
OPENSTACK_SRIOV_NETWORK: mellanox-sriov
workflow: openshift-e2e-openstack-nfv-cgroupsv1
- as: e2e-openstack-additional-ipv6-network
minimum_interval: 144h
steps:
cluster_profile: openstack-hwoffload
workflow: openshift-e2e-openstack-ipv6
- as: e2e-openstack-csi-manila
minimum_interval: 144h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ tests:
OPENSTACK_DPDK_NETWORK: mellanox-dpdk
OPENSTACK_SRIOV_NETWORK: mellanox-sriov
workflow: openshift-e2e-openstack-nfv-cgroupsv1
- as: e2e-openstack-additional-ipv6-network
minimum_interval: 144h
steps:
cluster_profile: openstack-hwoffload
workflow: openshift-e2e-openstack-ipv6
- as: e2e-openstack-csi-manila
minimum_interval: 144h
steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,85 +1,4 @@
periodics:
- agent: kubernetes
cluster: build11
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: release-4.12
org: shiftstack
repo: ci
labels:
ci-operator.openshift.io/cloud: openstack-hwoffload
ci-operator.openshift.io/cloud-cluster-profile: openstack-hwoffload
ci.openshift.io/generator: prowgen
job-release: "4.12"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
minimum_interval: 72h
name: periodic-ci-shiftstack-ci-release-4.12-e2e-openstack-additional-ipv6-network
reporter_config:
slack:
channel: '#shiftstack-bot'
job_states_to_report:
- failure
- error
report_template: ':volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*.
<{{.Status.URL}}|View logs> :volcano:'
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-openstack-additional-ipv6-network
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
Original file line number Diff line number Diff line change
@@ -1,85 +1,4 @@
periodics:
- agent: kubernetes
cluster: build05
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: release-4.14
org: shiftstack
repo: ci
labels:
ci-operator.openshift.io/cloud: openstack-hwoffload
ci-operator.openshift.io/cloud-cluster-profile: openstack-hwoffload
ci.openshift.io/generator: prowgen
job-release: "4.14"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
minimum_interval: 72h
name: periodic-ci-shiftstack-ci-release-4.14-e2e-openstack-additional-ipv6-network
reporter_config:
slack:
channel: '#shiftstack-bot'
job_states_to_report:
- failure
- error
report_template: ':volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*.
<{{.Status.URL}}|View logs> :volcano:'
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-openstack-additional-ipv6-network
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
Original file line number Diff line number Diff line change
@@ -1,85 +1,4 @@
periodics:
- agent: kubernetes
cluster: build05
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: release-4.15
org: shiftstack
repo: ci
labels:
ci-operator.openshift.io/cloud: openstack-hwoffload
ci-operator.openshift.io/cloud-cluster-profile: openstack-hwoffload
ci.openshift.io/generator: prowgen
job-release: "4.15"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
minimum_interval: 72h
name: periodic-ci-shiftstack-ci-release-4.15-e2e-openstack-additional-ipv6-network
reporter_config:
slack:
channel: '#shiftstack-bot'
job_states_to_report:
- failure
- error
report_template: ':volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*.
<{{.Status.URL}}|View logs> :volcano:'
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-openstack-additional-ipv6-network
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
Loading

0 comments on commit 8fc889a

Please sign in to comment.