Skip to content

Commit

Permalink
remove 4.10 PTP CI builds from nightly run schedule (#50002)
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Parekh <[email protected]>
  • Loading branch information
nishant-parekh authored Mar 25, 2024
1 parent 3af0b27 commit a239735
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 73 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -582,14 +582,6 @@ tests:
TEST_SKIPS: Verify if offline PVC expansion works\| topology should provision
a volume and schedule a pod with AllowedTopologies
workflow: openshift-e2e-ibmcloud-csi
- as: e2e-telco5g-ptp
cluster: build05
cron: 0 4,23 * * 0
steps:
env:
T5CI_JOB_TYPE: ptp
T5CI_VERSION: "4.10"
workflow: telco5g-ptp
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44583,71 +44583,6 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build05
cron: 0 4,23 * * 0
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: master
org: openshift
repo: release
labels:
ci-operator.openshift.io/cluster: build05
ci-operator.openshift.io/variant: nightly-4.10
ci.openshift.io/generator: prowgen
ci.openshift.io/no-builds: "true"
job-release: "4.10"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-release-master-nightly-4.10-e2e-telco5g-ptp
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-telco5g-ptp
- --variant=nightly-4.10
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- 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: 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: '@yearly'
Expand Down

0 comments on commit a239735

Please sign in to comment.