Skip to content

Commit 2b6f1f9

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

File tree

2 files changed

+94
-0
lines changed

2 files changed

+94
-0
lines changed

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

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

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

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39412,6 +39412,90 @@ periodics:
3941239412
- name: result-aggregator
3941339413
secret:
3941439414
secretName: result-aggregator
39415+
- agent: kubernetes
39416+
cluster: build05
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/cluster: build05
39430+
ci-operator.openshift.io/variant: amd64-nightly
39431+
ci.openshift.io/generator: prowgen
39432+
job-release: "4.19"
39433+
pj-rehearse.openshift.io/can-be-rehearsed: "true"
39434+
name: periodic-ci-openshift-openshift-tests-private-release-4.19-amd64-nightly-olmv1-benchmark-test
39435+
spec:
39436+
containers:
39437+
- args:
39438+
- --gcs-upload-secret=/secrets/gcs/service-account.json
39439+
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
39440+
- --lease-server-credentials-file=/etc/boskos/credentials
39441+
- --oauth-token-path=/usr/local/github-credentials/oauth
39442+
- --report-credentials-file=/etc/report/credentials
39443+
- --secret-dir=/secrets/ci-pull-credentials
39444+
- --target=olmv1-benchmark-test
39445+
- --variant=amd64-nightly
39446+
command:
39447+
- ci-operator
39448+
image: ci-operator:latest
39449+
imagePullPolicy: Always
39450+
name: ""
39451+
resources:
39452+
requests:
39453+
cpu: 10m
39454+
volumeMounts:
39455+
- mountPath: /etc/boskos
39456+
name: boskos
39457+
readOnly: true
39458+
- mountPath: /secrets/ci-pull-credentials
39459+
name: ci-pull-credentials
39460+
readOnly: true
39461+
- mountPath: /secrets/gcs
39462+
name: gcs-credentials
39463+
readOnly: true
39464+
- mountPath: /usr/local/github-credentials
39465+
name: github-credentials-openshift-ci-robot-private-git-cloner
39466+
readOnly: true
39467+
- mountPath: /secrets/manifest-tool
39468+
name: manifest-tool-local-pusher
39469+
readOnly: true
39470+
- mountPath: /etc/pull-secret
39471+
name: pull-secret
39472+
readOnly: true
39473+
- mountPath: /etc/report
39474+
name: result-aggregator
39475+
readOnly: true
39476+
serviceAccountName: ci-operator
39477+
volumes:
39478+
- name: boskos
39479+
secret:
39480+
items:
39481+
- key: credentials
39482+
path: credentials
39483+
secretName: boskos-credentials
39484+
- name: ci-pull-credentials
39485+
secret:
39486+
secretName: ci-pull-credentials
39487+
- name: github-credentials-openshift-ci-robot-private-git-cloner
39488+
secret:
39489+
secretName: github-credentials-openshift-ci-robot-private-git-cloner
39490+
- name: manifest-tool-local-pusher
39491+
secret:
39492+
secretName: manifest-tool-local-pusher
39493+
- name: pull-secret
39494+
secret:
39495+
secretName: registry-pull-credentials
39496+
- name: result-aggregator
39497+
secret:
39498+
secretName: result-aggregator
3941539499
- agent: kubernetes
3941639500
cluster: vsphere02
3941739501
cron: 32 17 5,19 * *

0 commit comments

Comments
 (0)