Skip to content
Draft
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ clusters/app.ci/.actual_diff
hack/gcp-secret-manager/gcp-secrets-venv
hack/gcp-secret-manager/.secret-manager-gcloud
CLAUDE.local.md
.bob/
### macOS ###
.DS_Store
cluster-profile-set-details.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,22 @@ tests:
test:
- ref: openshift-e2e-aws-csi-secrets-store-test
workflow: openshift-e2e-aws-csi-secrets-store
- as: operator-e2e-s390x-vault-weekly
capabilities:
- intranet
cron: '@weekly'
steps:
allow_best_effort_post_steps: true
cluster_profile: libvirt-s390x-vpn
env:
ARCH: s390x
BRANCH: "5.0"
ETCD_DISK_SPEED: slow
USE_EXTERNAL_DNS: "true"
test:
- ref: openshift-e2e-libvirt-s390x-csi-secrets-store-setup-fbc
- ref: openshift-e2e-libvirt-s390x-csi-secrets-store-test-vault
workflow: openshift-e2e-libvirt-vpn
- as: verify-deps
steps:
test:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
periodics:
- agent: kubernetes
cluster: build11
cluster: build12

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is : name: periodic-ci-openshift-secrets-store-csi-driver-operator-main-operator-e2e-aws-weekly
I don't think that we should touch this.

cron: '@weekly'
decorate: true
decoration_config:
Expand Down Expand Up @@ -86,3 +86,91 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build12
cron: '@weekly'
decorate: true
decoration_config:
sparse_checkout_files:
- .ci-operator.yaml
- Dockerfile.mustgather
- Dockerfile.openshift
extra_refs:
- base_ref: main
org: openshift
repo: secrets-store-csi-driver-operator
sparse_checkout_files:
- .ci-operator.yaml
- Dockerfile.mustgather
- Dockerfile.openshift
labels:
capability/intranet: intranet
ci-operator.openshift.io/cloud: libvirt-s390x-vpn
ci-operator.openshift.io/cloud-cluster-profile: libvirt-s390x-vpn
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-secrets-store-csi-driver-operator-main-operator-e2e-s390x-vault-weekly
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=operator-e2e-s390x-vault-weekly
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
11 changes: 11 additions & 0 deletions ci-operator/step-registry/openshift/e2e/libvirt-s390x/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
approvers:
- chiragkyal
- mytreya-rh
- sandisamp
- v78singh

reviewers:
- chiragkyal
- mytreya-rh
- sandisamp
- v78singh
11 changes: 11 additions & 0 deletions ci-operator/step-registry/openshift/e2e/libvirt-s390x/csi/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
approvers:
- chiragkyal
- mytreya-rh
- sandisamp
- v78singh

reviewers:
- chiragkyal
- mytreya-rh
- sandisamp
- v78singh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
approvers:
- chiragkyal
- mytreya-rh
- sandisamp
- v78singh

reviewers:
- chiragkyal
- mytreya-rh
- sandisamp
- v78singh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
approvers:
- chiragkyal
- mytreya-rh
- sandisamp
- v78singh

reviewers:
- chiragkyal
- mytreya-rh
- sandisamp
- v78singh
Loading