Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aro 419 testing #63396

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
base_images:
cerberus.prow:
name: cerberus
namespace: chaos
tag: cerberus-prow
krkn.prow:
name: krkn
namespace: chaos
tag: latest
build_root:
from_repository: true
images:
- dockerfile_path: Dockerfile
from: krkn.prow
to: prow-scripts-419
- dockerfile_path: cerberus/Dockerfile_prow
from: cerberus.prow
to: cerberus-main-prow-419
releases:
initial:
integration:
name: "4.19"
namespace: ocp
latest:
candidate:
product: ocp
stream: nightly
version: "4.19"
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: krkn-hub-tests-aro
cron: 0 8 18 * *
steps:
allow_skip_on_success: true
cluster_profile: azure-qe
env:
ARO_MASTER_VM_SIZE: Standard_D16s_v3
ARO_WORKER_VM_SIZE: Standard_D8s_v3
CHURN: "false"
GC: "false"
PROFILE_TYPE: reporting
TELEMETRY_GROUP: prow-ocp-aro-4.19
test:
- ref: openshift-qe-cluster-density-v2
- chain: redhat-chaos-krkn-hub-etcd-tests
- chain: redhat-chaos-krkn-hub-console-tests
- ref: redhat-chaos-pod-scenarios-prometheus-disruption
workflow: openshift-qe-installer-azure-aro-upi
timeout: 5h0m0s
- as: krkn-hub-tests-aro-node
cron: 0 8 19 * *
steps:
allow_skip_on_success: true
cluster_profile: azure-qe
env:
ARO_MASTER_VM_SIZE: Standard_D16s_v3
ARO_WORKER_VM_SIZE: Standard_D8s_v3
CHURN: "false"
GC: "false"
ITERATION_MULTIPLIER_ENV: "10"
PROFILE_TYPE: reporting
TELEMETRY_GROUP: prow-ocp-aro-4.19
test:
- ref: openshift-qe-cluster-density-v2
- ref: redhat-chaos-node-disruptions-worker-outage
workflow: openshift-qe-installer-azure-aro-upi
zz_generated_metadata:
branch: main
org: redhat-chaos
repo: prow-scripts
variant: 4.19-nightly
Original file line number Diff line number Diff line change
Expand Up @@ -2031,6 +2031,176 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build06
cron: 0 8 18 * *
decorate: true
decoration_config:
timeout: 5h0m0s
extra_refs:
- base_ref: main
org: redhat-chaos
repo: prow-scripts
labels:
ci-operator.openshift.io/cloud: azure4
ci-operator.openshift.io/cloud-cluster-profile: azure-qe
ci-operator.openshift.io/variant: 4.19-nightly
ci.openshift.io/generator: prowgen
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-redhat-chaos-prow-scripts-main-4.19-nightly-krkn-hub-tests-aro
reporter_config:
slack:
channel: '#chaos-ci-results'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :white_check_mark: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :white_check_mark:
{{else}} :warning: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :warning: {{end}}'
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
- --target=krkn-hub-tests-aro
- --variant=4.19-nightly
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: /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: 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
cluster: build06
cron: 0 8 19 * *
decorate: true
extra_refs:
- base_ref: main
org: redhat-chaos
repo: prow-scripts
labels:
ci-operator.openshift.io/cloud: azure4
ci-operator.openshift.io/cloud-cluster-profile: azure-qe
ci-operator.openshift.io/variant: 4.19-nightly
ci.openshift.io/generator: prowgen
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-redhat-chaos-prow-scripts-main-4.19-nightly-krkn-hub-tests-aro-node
reporter_config:
slack:
channel: '#chaos-ci-results'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :white_check_mark: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :white_check_mark:
{{else}} :warning: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :warning: {{end}}'
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
- --target=krkn-hub-tests-aro-node
- --variant=4.19-nightly
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: /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: 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
cluster: build06
cron: 0 3 * * 1,4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1982,6 +1982,62 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )(4.18-nightly-x86-cpou-upgrade-4.16-loaded-upgrade-416to418-gcp|remaining-required),?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^main$
- ^main-
cluster: build05
context: ci/prow/4.19-nightly-images
decorate: true
labels:
ci-operator.openshift.io/variant: 4.19-nightly
ci.openshift.io/generator: prowgen
job-release: "4.19"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-redhat-chaos-prow-scripts-main-4.19-nightly-images
rerun_command: /test 4.19-nightly-images
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=[images]
- --variant=4.19-nightly
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- 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: 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( | .* )4.19-nightly-images,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down