Skip to content
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 @@ -549,6 +549,22 @@ tests:
NODE_TUNING: "true"
TEST_TYPE: conformance-parallel
workflow: openshift-e2e-libvirt-upi-fips
- as: ocp-fips-techpreview-rhel-10-ovn-remote-libvirt-multi-z-z
capabilities:
- sshd-bastion
cron: 0 11 * * 6
steps:
cluster_profile: libvirt-s390x-2
env:
ARCH: s390x
BRANCH: "4.21"
ETCD_DISK_SPEED: slow
FIPS_ENABLED: "true"
NODE_TUNING: "true"
FEATURE_SET: TechPreviewNoUpgrade
OSIMAGESTREAM: rhel-10
TEST_TYPE: conformance-parallel
workflow: openshift-e2e-libvirt-upi-fips
- as: ocp-e2e-compact-ovn-remote-libvirt-multi-z-z
capabilities:
- sshd-bastion
Expand Down
Original file line number Diff line number Diff line change
@@ -1,61 +0,0 @@
postsubmits:
openshift/cloud-provider-kubevirt:
- agent: kubernetes
always_run: true
branches:
- ^release-5\.0$
cluster: build01
decorate: true
labels:
ci-operator.openshift.io/is-promotion: "true"
ci.openshift.io/generator: prowgen
max_concurrency: 1
name: branch-ci-openshift-cloud-provider-kubevirt-release-5.0-images
path_alias: kubevirt.io/cloud-provider-kubevirt-cloud
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson
- --promote
- --report-credentials-file=/etc/report/credentials
- --target=[images]
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_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/push-secret
name: push-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: push-secret
secret:
secretName: registry-push-credentials-ci-central
- name: result-aggregator
secret:
secretName: result-aggregator
Original file line number Diff line number Diff line change
Expand Up @@ -53587,6 +53587,90 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build01
cron: 0 11 * * 6
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift
repo: multiarch
labels:
capability/sshd-bastion: sshd-bastion
ci-operator.openshift.io/cloud: libvirt-s390x-2
ci-operator.openshift.io/cloud-cluster-profile: libvirt-s390x-2
ci-operator.openshift.io/variant: nightly-4.22
ci.openshift.io/generator: prowgen
job-release: "4.22"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-multiarch-main-nightly-4.22-ocp-fips-techpreview-rhel-10-ovn-remote-libvirt-multi-z-z
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=ocp-fips-techpreview-rhel-10-ovn-remote-libvirt-multi-z-z
- --variant=nightly-4.22
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
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
cron: 0 6 * * 1-4
Expand Down