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