Skip to content

Commit

Permalink
feat(KONFLUX-2547): Add job to test build-definition PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jhutar committed Apr 16, 2024
1 parent 8b1b899 commit 26c3c19
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,14 @@ tests:
SCENARIO: ci-1u-100t
workflow: redhat-appstudio-load-test
timeout: 8h0m0s
- always_run: false
as: load-test-ci-1u-100t-pr913
steps:
cluster_profile: aws-rhtap-performance
env:
SCENARIO: ci-1u-100t-pr913
workflow: redhat-appstudio-load-test
timeout: 8h0m0s
- always_run: false
as: load-test-ci-tekton-tuning-base
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,87 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )(load-test-ci-1u-100t|remaining-required),?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^main$
- ^main-
cluster: build05
context: ci/prow/load-test-ci-1u-100t-pr913
decorate: true
decoration_config:
skip_cloning: true
timeout: 8h0m0s
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-rhtap-performance
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-redhat-appstudio-e2e-tests-main-load-test-ci-1u-100t-pr913
rerun_command: /test load-test-ci-1u-100t-pr913
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/load-test-ci-1u-100t-pr913-cluster-profile
- --target=load-test-ci-1u-100t-pr913
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/load-test-ci-1u-100t-pr913-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-rhtap-performance
- 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( | .* )(load-test-ci-1u-100t-pr913|remaining-required),?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down

0 comments on commit 26c3c19

Please sign in to comment.