Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main__e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,28 @@ tests:
LOCATION: uksouth
VAULT_SECRET_PROFILE: int-rh
workflow: aro-hcp-persistent-e2e
- as: integration-e2e-parallel-westus3
capabilities:
- gcp
max_concurrency: 4
postsubmit: true
reporter_config:
channel: '#aro-hcp-failures-int'
job_states_to_report:
- failure
- error
report_template: ':failed: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*.
<{{.Status.URL}}|View logs>'
run_if_changed: ^$
steps:
env:
ALLOWED_LOCATIONS: westus3
ARO_HCP_CLOUD: public
ARO_HCP_DEPLOY_ENV: int
ARO_HCP_SUITE_NAME: integration/parallel
LOCATION: westus3
VAULT_SECRET_PROFILE: int-rh
workflow: aro-hcp-persistent-e2e
- as: stage-e2e-parallel
capabilities:
- gcp
Expand Down
82 changes: 82 additions & 0 deletions ci-operator/jobs/Azure/ARO-HCP/Azure-ARO-HCP-main-postsubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,88 @@ postsubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
always_run: false
branches:
- ^main$
cluster: build13
decorate: true
decoration_config:
sparse_checkout_files:
- test/Containerfile.e2e
labels:
capability/gcp: gcp
ci-operator.openshift.io/variant: e2e
ci.openshift.io/generator: prowgen
max_concurrency: 4
name: branch-ci-Azure-ARO-HCP-main-e2e-integration-e2e-parallel-westus3
reporter_config:
slack:
channel: '#aro-hcp-failures-int'
job_states_to_report:
- failure
- error
report_template: ':failed: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*.
<{{.Status.URL}}|View logs>'
run_if_changed: ^$
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
- --target=integration-e2e-parallel-westus3
- --variant=e2e
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- 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: 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
- agent: kubernetes
always_run: false
branches:
Expand Down