@@ -39412,6 +39412,90 @@ periodics:
39412
39412
- name: result-aggregator
39413
39413
secret:
39414
39414
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
39415
39499
- agent: kubernetes
39416
39500
cluster: vsphere02
39417
39501
cron: 32 17 5,19 * *
0 commit comments