@@ -41426,6 +41426,82 @@ periodics:
4142641426 - name: result-aggregator
4142741427 secret:
4142841428 secretName: result-aggregator
41429+ - agent: kubernetes
41430+ cluster: build11
41431+ decorate: true
41432+ decoration_config:
41433+ skip_cloning: true
41434+ extra_refs:
41435+ - base_ref: master
41436+ org: openshift
41437+ repo: release
41438+ interval: 168h
41439+ labels:
41440+ ci-operator.openshift.io/cloud: aws
41441+ ci-operator.openshift.io/cloud-cluster-profile: aws-2
41442+ ci-operator.openshift.io/variant: ci-4.21
41443+ ci.openshift.io/generator: prowgen
41444+ ci.openshift.io/no-builds: "true"
41445+ job-release: "4.21"
41446+ pj-rehearse.openshift.io/can-be-rehearsed: "true"
41447+ name: periodic-ci-openshift-release-master-ci-4.21-e2e-aws-pq-tls-verify
41448+ spec:
41449+ containers:
41450+ - args:
41451+ - --gcs-upload-secret=/secrets/gcs/service-account.json
41452+ - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
41453+ - --lease-server-credentials-file=/etc/boskos/credentials
41454+ - --report-credentials-file=/etc/report/credentials
41455+ - --secret-dir=/secrets/ci-pull-credentials
41456+ - --target=e2e-aws-pq-tls-verify
41457+ - --variant=ci-4.21
41458+ command:
41459+ - ci-operator
41460+ image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
41461+ imagePullPolicy: Always
41462+ name: ""
41463+ resources:
41464+ requests:
41465+ cpu: 10m
41466+ volumeMounts:
41467+ - mountPath: /etc/boskos
41468+ name: boskos
41469+ readOnly: true
41470+ - mountPath: /secrets/ci-pull-credentials
41471+ name: ci-pull-credentials
41472+ readOnly: true
41473+ - mountPath: /secrets/gcs
41474+ name: gcs-credentials
41475+ readOnly: true
41476+ - mountPath: /secrets/manifest-tool
41477+ name: manifest-tool-local-pusher
41478+ readOnly: true
41479+ - mountPath: /etc/pull-secret
41480+ name: pull-secret
41481+ readOnly: true
41482+ - mountPath: /etc/report
41483+ name: result-aggregator
41484+ readOnly: true
41485+ serviceAccountName: ci-operator
41486+ volumes:
41487+ - name: boskos
41488+ secret:
41489+ items:
41490+ - key: credentials
41491+ path: credentials
41492+ secretName: boskos-credentials
41493+ - name: ci-pull-credentials
41494+ secret:
41495+ secretName: ci-pull-credentials
41496+ - name: manifest-tool-local-pusher
41497+ secret:
41498+ secretName: manifest-tool-local-pusher
41499+ - name: pull-secret
41500+ secret:
41501+ secretName: registry-pull-credentials
41502+ - name: result-aggregator
41503+ secret:
41504+ secretName: result-aggregator
4142941505- agent: kubernetes
4143041506 cluster: build11
4143141507 cron: 11 3 * * *
0 commit comments