forked from openshift/release
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MULTIARCH-4653: Add ci jobs for running mto e2e and origin test again…
…st cluster-wide proxy OCP (openshift#56189) * Add ci jobs for running mto e2e and origin test against cluster-wide proxy OCP * expend job timeout to 6h
- Loading branch information
1 parent
b82de8a
commit 898a00c
Showing
2 changed files
with
119 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 82 additions & 0 deletions
82
...enshift/multiarch-tuning-operator/openshift-multiarch-tuning-operator-main-periodics.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
periodics: | ||
- agent: kubernetes | ||
cluster: build10 | ||
cron: 30 10 10 * * | ||
decorate: true | ||
decoration_config: | ||
timeout: 6h0m0s | ||
extra_refs: | ||
- base_ref: main | ||
org: openshift | ||
repo: multiarch-tuning-operator | ||
labels: | ||
ci-operator.openshift.io/cloud: aws | ||
ci-operator.openshift.io/cloud-cluster-profile: aws | ||
ci-operator.openshift.io/cluster: build10 | ||
ci-operator.openshift.io/variant: ocp418 | ||
ci.openshift.io/generator: prowgen | ||
pj-rehearse.openshift.io/can-be-rehearsed: "true" | ||
name: periodic-ci-openshift-multiarch-tuning-operator-main-ocp418-e2e-aws-ovn-proxy-mto-origin | ||
spec: | ||
containers: | ||
- args: | ||
- --gcs-upload-secret=/secrets/gcs/service-account.json | ||
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson | ||
- --lease-server-credentials-file=/etc/boskos/credentials | ||
- --report-credentials-file=/etc/report/credentials | ||
- --secret-dir=/secrets/ci-pull-credentials | ||
- --secret-dir=/usr/local/e2e-aws-ovn-proxy-mto-origin-cluster-profile | ||
- --target=e2e-aws-ovn-proxy-mto-origin | ||
- --variant=ocp418 | ||
command: | ||
- ci-operator | ||
image: ci-operator:latest | ||
imagePullPolicy: Always | ||
name: "" | ||
resources: | ||
requests: | ||
cpu: 10m | ||
volumeMounts: | ||
- mountPath: /etc/boskos | ||
name: boskos | ||
readOnly: true | ||
- mountPath: /secrets/ci-pull-credentials | ||
name: ci-pull-credentials | ||
readOnly: true | ||
- mountPath: /usr/local/e2e-aws-ovn-proxy-mto-origin-cluster-profile | ||
name: cluster-profile | ||
- mountPath: /secrets/gcs | ||
name: gcs-credentials | ||
readOnly: true | ||
- mountPath: /secrets/manifest-tool | ||
name: manifest-tool-local-pusher | ||
readOnly: true | ||
- mountPath: /etc/pull-secret | ||
name: pull-secret | ||
readOnly: true | ||
- mountPath: /etc/report | ||
name: result-aggregator | ||
readOnly: true | ||
serviceAccountName: ci-operator | ||
volumes: | ||
- name: boskos | ||
secret: | ||
items: | ||
- key: credentials | ||
path: credentials | ||
secretName: boskos-credentials | ||
- name: ci-pull-credentials | ||
secret: | ||
secretName: ci-pull-credentials | ||
- name: cluster-profile | ||
secret: | ||
secretName: cluster-secrets-aws | ||
- name: manifest-tool-local-pusher | ||
secret: | ||
secretName: manifest-tool-local-pusher | ||
- name: pull-secret | ||
secret: | ||
secretName: registry-pull-credentials | ||
- name: result-aggregator | ||
secret: | ||
secretName: result-aggregator |