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

[WIP] test caap changes #60816

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
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
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,7 @@ tests:
EDGE_ZONE_TYPES: wavelength-zone
FIPS_ENABLED: "true"
test:
- ref: wait
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-aws-ipi-edge-zone
- as: aws-ipi-wavelength-fips-mini-perm-f28-destructive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2365,6 +2365,19 @@ tests:
test:
- chain: openshift-e2e-test-qe-longrun
workflow: cucushift-installer-rehearse-gcp-ipi-filestore-csi
- as: gcp-ipi-f9-longduration-53100
cron: 14 13 3,12,24 * *
steps:
allow_skip_on_success: true
cluster_profile: gcp-qe
env:
FEATURE_SET: TechPreviewNoUpgrade
TEST_SCENARIOS: "53100"
TEST_TIMEOUT: "100"
test:
- ref: wait
- ref: openshift-extended-test
workflow: cucushift-installer-rehearse-gcp-ipi
- as: vsphere-agent-dualstack-sno-longduration-mco-critical-f9
cron: 1 17 4,13,22 * *
steps:
Expand Down Expand Up @@ -2449,17 +2462,14 @@ tests:
- ref: openshift-extended-web-tests
- ref: openshift-e2e-test-qe-report
workflow: cucushift-installer-rehearse-gcp-ipi-ovn-winc
- as: gcp-ipi-proxy-etcd-encryption-f28-security-profiles-operator
- as: gcp-ipi-proxy-etcd-encryption-f28
cron: 5 20 23 * *
steps:
cluster_profile: gcp-qe
env:
TEST_FILTERS: ~HyperShiftMGMT
TEST_PARALLEL: "3"
TEST_SCENARIOS: Security_Profiles_Operator
TEST_TIMEOUT: "20"
FEATURE_SET: TechPreviewNoUpgrade
test:
- ref: openshift-extended-test
- ref: wait
workflow: cucushift-installer-rehearse-gcp-ipi-proxy-etcd-encryption
- as: gcp-ipi-secureboot-confidential-computing-f14
cron: 8 17 13,29 * *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29251,6 +29251,88 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build02
cron: 14 13 3,12,24 * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: release-4.19
org: openshift
repo: openshift-tests-private
labels:
ci-operator.openshift.io/cloud: gcp
ci-operator.openshift.io/cloud-cluster-profile: gcp-qe
ci-operator.openshift.io/variant: amd64-nightly
ci.openshift.io/generator: prowgen
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-openshift-tests-private-release-4.19-amd64-nightly-gcp-ipi-f9-longduration-53100
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
- --oauth-token-path=/usr/local/github-credentials/oauth
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=gcp-ipi-f9-longduration-53100
- --variant=amd64-nightly
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: /usr/local/github-credentials
name: github-credentials-openshift-ci-robot-private-git-cloner
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: github-credentials-openshift-ci-robot-private-git-cloner
secret:
secretName: github-credentials-openshift-ci-robot-private-git-cloner
- 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: build02
cron: 14 17 5,14,26 * *
Expand Down Expand Up @@ -30274,7 +30356,7 @@ periodics:
ci.openshift.io/generator: prowgen
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-openshift-tests-private-release-4.19-amd64-nightly-gcp-ipi-proxy-etcd-encryption-f28-security-profiles-operator
name: periodic-ci-openshift-openshift-tests-private-release-4.19-amd64-nightly-gcp-ipi-proxy-etcd-encryption-f28
spec:
containers:
- args:
Expand All @@ -30284,7 +30366,7 @@ periodics:
- --oauth-token-path=/usr/local/github-credentials/oauth
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=gcp-ipi-proxy-etcd-encryption-f28-security-profiles-operator
- --target=gcp-ipi-proxy-etcd-encryption-f28
- --variant=amd64-nightly
command:
- ci-operator
Expand Down