Skip to content

Commit af71db5

Browse files
committed
use the test-private repo for test
1 parent 580c3c8 commit af71db5

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed

ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.19__amd64-nightly.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,15 @@ tests:
264264
test:
265265
- ref: openshift-extended-test-longduration
266266
workflow: cucushift-installer-rehearse-aws-ipi
267+
- as: olmv1-benchmark-test
268+
cron: 0 0,4 * * *
269+
steps:
270+
allow_skip_on_success: true
271+
cluster_profile: gcp-qe
272+
test:
273+
- ref: olmv1-performance
274+
workflow: cucushift-installer-rehearse-gcp-ipi
275+
timeout: 3h0m0s
267276
- as: aws-ipi-f14-stress-olm
268277
cron: 34 22 1,15 * *
269278
steps:

ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.19-periodics.yaml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39412,6 +39412,89 @@ periodics:
3941239412
- name: result-aggregator
3941339413
secret:
3941439414
secretName: result-aggregator
39415+
- agent: kubernetes
39416+
cluster: build02
39417+
cron: 0 0,4 * * *
39418+
decorate: true
39419+
decoration_config:
39420+
skip_cloning: true
39421+
timeout: 3h0m0s
39422+
extra_refs:
39423+
- base_ref: release-4.19
39424+
org: openshift
39425+
repo: openshift-tests-private
39426+
labels:
39427+
ci-operator.openshift.io/cloud: gcp
39428+
ci-operator.openshift.io/cloud-cluster-profile: gcp-qe
39429+
ci-operator.openshift.io/variant: amd64-nightly
39430+
ci.openshift.io/generator: prowgen
39431+
job-release: "4.19"
39432+
pj-rehearse.openshift.io/can-be-rehearsed: "true"
39433+
name: periodic-ci-openshift-openshift-tests-private-release-4.19-amd64-nightly-olmv1-benchmark-test
39434+
spec:
39435+
containers:
39436+
- args:
39437+
- --gcs-upload-secret=/secrets/gcs/service-account.json
39438+
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
39439+
- --lease-server-credentials-file=/etc/boskos/credentials
39440+
- --oauth-token-path=/usr/local/github-credentials/oauth
39441+
- --report-credentials-file=/etc/report/credentials
39442+
- --secret-dir=/secrets/ci-pull-credentials
39443+
- --target=olmv1-benchmark-test
39444+
- --variant=amd64-nightly
39445+
command:
39446+
- ci-operator
39447+
image: ci-operator:latest
39448+
imagePullPolicy: Always
39449+
name: ""
39450+
resources:
39451+
requests:
39452+
cpu: 10m
39453+
volumeMounts:
39454+
- mountPath: /etc/boskos
39455+
name: boskos
39456+
readOnly: true
39457+
- mountPath: /secrets/ci-pull-credentials
39458+
name: ci-pull-credentials
39459+
readOnly: true
39460+
- mountPath: /secrets/gcs
39461+
name: gcs-credentials
39462+
readOnly: true
39463+
- mountPath: /usr/local/github-credentials
39464+
name: github-credentials-openshift-ci-robot-private-git-cloner
39465+
readOnly: true
39466+
- mountPath: /secrets/manifest-tool
39467+
name: manifest-tool-local-pusher
39468+
readOnly: true
39469+
- mountPath: /etc/pull-secret
39470+
name: pull-secret
39471+
readOnly: true
39472+
- mountPath: /etc/report
39473+
name: result-aggregator
39474+
readOnly: true
39475+
serviceAccountName: ci-operator
39476+
volumes:
39477+
- name: boskos
39478+
secret:
39479+
items:
39480+
- key: credentials
39481+
path: credentials
39482+
secretName: boskos-credentials
39483+
- name: ci-pull-credentials
39484+
secret:
39485+
secretName: ci-pull-credentials
39486+
- name: github-credentials-openshift-ci-robot-private-git-cloner
39487+
secret:
39488+
secretName: github-credentials-openshift-ci-robot-private-git-cloner
39489+
- name: manifest-tool-local-pusher
39490+
secret:
39491+
secretName: manifest-tool-local-pusher
39492+
- name: pull-secret
39493+
secret:
39494+
secretName: registry-pull-credentials
39495+
- name: result-aggregator
39496+
secret:
39497+
secretName: result-aggregator
3941539498
- agent: kubernetes
3941639499
cluster: vsphere02
3941739500
cron: 32 17 5,19 * *

0 commit comments

Comments
 (0)