@@ -8990,6 +8990,82 @@ periodics:
8990
8990
- name : result-aggregator
8991
8991
secret :
8992
8992
secretName : result-aggregator
8993
+ - agent : kubernetes
8994
+ cluster : build10
8995
+ cron : 0 0 * * 5
8996
+ decorate : true
8997
+ decoration_config :
8998
+ skip_cloning : true
8999
+ extra_refs :
9000
+ - base_ref : main
9001
+ org : openshift-eng
9002
+ repo : ocp-qe-perfscale-ci
9003
+ labels :
9004
+ capability/intranet : intranet
9005
+ ci-operator.openshift.io/cloud : metal-perfscale-jetlag
9006
+ ci-operator.openshift.io/cloud-cluster-profile : metal-perfscale-jetlag
9007
+ ci-operator.openshift.io/variant : metal-rhoso-x86
9008
+ ci.openshift.io/generator : prowgen
9009
+ job-release : " 4.17"
9010
+ pj-rehearse.openshift.io/can-be-rehearsed : " true"
9011
+ name : periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-metal-rhoso-x86-weekly-compact-6nodes
9012
+ spec :
9013
+ containers :
9014
+ - args :
9015
+ - --gcs-upload-secret=/secrets/gcs/service-account.json
9016
+ - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
9017
+ - --lease-server-credentials-file=/etc/boskos/credentials
9018
+ - --report-credentials-file=/etc/report/credentials
9019
+ - --secret-dir=/secrets/ci-pull-credentials
9020
+ - --target=weekly-compact-6nodes
9021
+ - --variant=metal-rhoso-x86
9022
+ command :
9023
+ - ci-operator
9024
+ image : ci-operator:latest
9025
+ imagePullPolicy : Always
9026
+ name : " "
9027
+ resources :
9028
+ requests :
9029
+ cpu : 10m
9030
+ volumeMounts :
9031
+ - mountPath : /etc/boskos
9032
+ name : boskos
9033
+ readOnly : true
9034
+ - mountPath : /secrets/ci-pull-credentials
9035
+ name : ci-pull-credentials
9036
+ readOnly : true
9037
+ - mountPath : /secrets/gcs
9038
+ name : gcs-credentials
9039
+ readOnly : true
9040
+ - mountPath : /secrets/manifest-tool
9041
+ name : manifest-tool-local-pusher
9042
+ readOnly : true
9043
+ - mountPath : /etc/pull-secret
9044
+ name : pull-secret
9045
+ readOnly : true
9046
+ - mountPath : /etc/report
9047
+ name : result-aggregator
9048
+ readOnly : true
9049
+ serviceAccountName : ci-operator
9050
+ volumes :
9051
+ - name : boskos
9052
+ secret :
9053
+ items :
9054
+ - key : credentials
9055
+ path : credentials
9056
+ secretName : boskos-credentials
9057
+ - name : ci-pull-credentials
9058
+ secret :
9059
+ secretName : ci-pull-credentials
9060
+ - name : manifest-tool-local-pusher
9061
+ secret :
9062
+ secretName : manifest-tool-local-pusher
9063
+ - name : pull-secret
9064
+ secret :
9065
+ secretName : registry-pull-credentials
9066
+ - name : result-aggregator
9067
+ secret :
9068
+ secretName : result-aggregator
8993
9069
- agent : kubernetes
8994
9070
cluster : build07
8995
9071
cron : 0 8 12 3,6,9,12 *
0 commit comments