@@ -162029,6 +162029,83 @@ periodics:
162029162029    - name: result-aggregator
162030162030      secret:
162031162031        secretName: result-aggregator
162032+ - agent: kubernetes
162033+   cluster: build11
162034+   decorate: true
162035+   decoration_config:
162036+     skip_cloning: true
162037+     timeout: 6h0m0s
162038+   extra_refs:
162039+   - base_ref: master
162040+     org: openshift
162041+     repo: release
162042+   interval: 168h
162043+   labels:
162044+     ci-operator.openshift.io/cloud: aws
162045+     ci-operator.openshift.io/cloud-cluster-profile: aws
162046+     ci-operator.openshift.io/variant: nightly-4.21
162047+     ci.openshift.io/generator: prowgen
162048+     ci.openshift.io/no-builds: "true"
162049+     job-release: "4.21"
162050+     pj-rehearse.openshift.io/can-be-rehearsed: "true"
162051+   name: periodic-ci-openshift-release-master-nightly-4.21-e2e-aws-ovn-dedicated
162052+   spec:
162053+     containers:
162054+     - args:
162055+       - --gcs-upload-secret=/secrets/gcs/service-account.json
162056+       - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
162057+       - --lease-server-credentials-file=/etc/boskos/credentials
162058+       - --report-credentials-file=/etc/report/credentials
162059+       - --secret-dir=/secrets/ci-pull-credentials
162060+       - --target=e2e-aws-ovn-dedicated
162061+       - --variant=nightly-4.21
162062+       command:
162063+       - ci-operator
162064+       image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
162065+       imagePullPolicy: Always
162066+       name: ""
162067+       resources:
162068+         requests:
162069+           cpu: 10m
162070+       volumeMounts:
162071+       - mountPath: /etc/boskos
162072+         name: boskos
162073+         readOnly: true
162074+       - mountPath: /secrets/ci-pull-credentials
162075+         name: ci-pull-credentials
162076+         readOnly: true
162077+       - mountPath: /secrets/gcs
162078+         name: gcs-credentials
162079+         readOnly: true
162080+       - mountPath: /secrets/manifest-tool
162081+         name: manifest-tool-local-pusher
162082+         readOnly: true
162083+       - mountPath: /etc/pull-secret
162084+         name: pull-secret
162085+         readOnly: true
162086+       - mountPath: /etc/report
162087+         name: result-aggregator
162088+         readOnly: true
162089+     serviceAccountName: ci-operator
162090+     volumes:
162091+     - name: boskos
162092+       secret:
162093+         items:
162094+         - key: credentials
162095+           path: credentials
162096+         secretName: boskos-credentials
162097+     - name: ci-pull-credentials
162098+       secret:
162099+         secretName: ci-pull-credentials
162100+     - name: manifest-tool-local-pusher
162101+       secret:
162102+         secretName: manifest-tool-local-pusher
162103+     - name: pull-secret
162104+       secret:
162105+         secretName: registry-pull-credentials
162106+     - name: result-aggregator
162107+       secret:
162108+         secretName: result-aggregator
162032162109- agent: kubernetes
162033162110  cluster: build11
162034162111  cron: '@weekly'
0 commit comments