Skip to content
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

ci-operator/openshift/os: Remove C9S jobs from 4.16 #53014

Merged
merged 1 commit into from
Jun 21, 2024
Merged
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
28 changes: 0 additions & 28 deletions ci-operator/config/openshift/os/openshift-os-release-4.16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,6 @@ resources:
cpu: 2000m
devices.kubevirt.io/kvm: "1"
memory: 3Gi
scos-9-build-test-metal:
limits:
devices.kubevirt.io/kvm: "1"
requests:
cpu: 2000m
devices.kubevirt.io/kvm: "1"
memory: 3Gi
scos-9-build-test-qemu:
limits:
devices.kubevirt.io/kvm: "1"
requests:
cpu: 2000m
devices.kubevirt.io/kvm: "1"
memory: 3Gi
tests:
- as: validate
commands: ci/prow-entrypoint.sh validate
Expand All @@ -103,20 +89,6 @@ tests:
from: build-image
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
timeout: 3h0m0s
- as: scos-9-build-test-qemu
cluster: build02
commands: /src/ci/prow-entrypoint.sh scos-9-build-test-qemu
container:
from: build-image
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
timeout: 4h0m0s
- as: scos-9-build-test-metal
cluster: build02
commands: /src/ci/prow-entrypoint.sh scos-9-build-test-metal
container:
from: build-image
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
timeout: 3h0m0s
zz_generated_metadata:
branch: release-4.16
org: openshift
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
presubmits:
openshift/os:
- agent: kubernetes
always_run: false
always_run: true

This comment was marked as resolved.

This comment was marked as resolved.

Copy link
Member Author

@travier travier Jun 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part is automatically generated from make update so I never looked at it :)

branches:
- ^release-4\.16$
- ^release-4\.16-
Expand All @@ -15,7 +15,6 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-os-release-4.16-images
rerun_command: /test images
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
spec:
containers:
- args:
Expand Down Expand Up @@ -175,124 +174,6 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )rhcos-9-build-test-qemu,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^release-4\.16$
- ^release-4\.16-
cluster: build02
context: ci/prow/scos-9-build-test-metal
decorate: true
decoration_config:
skip_cloning: true
timeout: 3h0m0s
labels:
ci-operator.openshift.io/cluster: build02
ci.openshift.io/generator: prowgen
devices.kubevirt.io/kvm: "1"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-os-release-4.16-scos-9-build-test-metal
rerun_command: /test scos-9-build-test-metal
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
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
- --target=scos-9-build-test-metal
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- 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: 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( | .* )scos-9-build-test-metal,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^release-4\.16$
- ^release-4\.16-
cluster: build02
context: ci/prow/scos-9-build-test-qemu
decorate: true
decoration_config:
skip_cloning: true
timeout: 4h0m0s
labels:
ci-operator.openshift.io/cluster: build02
ci.openshift.io/generator: prowgen
devices.kubevirt.io/kvm: "1"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-os-release-4.16-scos-9-build-test-qemu
rerun_command: /test scos-9-build-test-qemu
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
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
- --target=scos-9-build-test-qemu
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- 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: 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( | .* )scos-9-build-test-qemu,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down