Skip to content

Commit

Permalink
adding 416 test
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
Auto User committed Jul 19, 2024
1 parent 725abec commit cba0145
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ build_root:
name: ci-tools-build-root
namespace: ci
tag: latest
cli:
name: "4.17"
namespace: ocp
tag: cli
images:
- dockerfile_path: prow/Dockerfile
to: ocp-qe-perfscale-ci-aws-416
Expand All @@ -22,6 +26,13 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: test
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale-qe
test:
- ref: openshift-qe-test
timeout: 1h0m0s
- as: control-plane-120nodes
cron: 0 16 11,25 * *
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6276,6 +6276,90 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )(aws-4.16-nightly-x86-router-perf-24nodes|remaining-required),?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^main$
- ^main-
cluster: build05
context: ci/prow/aws-4.16-nightly-x86-test
decorate: true
decoration_config:
skip_cloning: true
timeout: 1h0m0s
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-perfscale-qe
ci-operator.openshift.io/variant: aws-4.16-nightly-x86
ci.openshift.io/generator: prowgen
job-release: "4.16"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-qe-ocp-qe-perfscale-ci-main-aws-4.16-nightly-x86-test
rerun_command: /test aws-4.16-nightly-x86-test
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/test-cluster-profile
- --target=test
- --variant=aws-4.16-nightly-x86
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/test-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-perfscale-qe
- 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
trigger: (?m)^/test( | .* )aws-4.16-nightly-x86-test,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down

0 comments on commit cba0145

Please sign in to comment.