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
14 changes: 14 additions & 0 deletions ci-operator/config/openshift/lvm-operator/.config.prowgen
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
slack_reporter:
- channel: '#lvms-release-coordination'
job_states_to_report:
- error
- failure
- success
report_template: '{{if eq .Status.State "success"}} :large_green_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :large_green_circle: {{else}} :red_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :red_circle:
{{end}}'
job_names:
- e2e-aws-mno-arm-qe-integration-tests
- e2e-aws-mno-qe-integration-tests
- e2e-aws-sno-arm-qe-integration-tests
- e2e-aws-sno-qe-integration-tests
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,100 @@ tests:
cpu: 100m
memory: 200Mi
workflow: optional-operators-ci-operator-sdk-aws-sno
- as: e2e-aws-sno-qe-integration-tests
cron: '@weekly'
steps:
cluster_profile: openshift-org-aws
env:
LVM_OPERATOR_SUB_INSTALL_NAMESPACE: openshift-lvm-storage
LVM_OPERATOR_SUB_SOURCE: lvm-catalogsource
TIMEOUT: +8 hours
test:
- ref: wait
- as: lvms-sno-integration-test
cli: latest
commands: |
./integration-test run-suite -c 1 --junit-path ${ARTIFACT_DIR}/junit_results.xml openshift/lvm-operator/test/integration/qe_tests/sno
from: lvm-operator-integration-test
resources:
requests:
cpu: 100m
memory: 200Mi
timeout: 4h0m0s
workflow: cucushift-installer-rehearse-aws-ipi-sno-lvms
- as: e2e-aws-sno-arm-qe-integration-tests
cron: '@weekly'
steps:
cluster_profile: openshift-org-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
COMPUTE_NODE_TYPE: m6g.2xlarge
CONTROL_PLANE_INSTANCE_TYPE: m6g.2xlarge
LVM_OPERATOR_SUB_INSTALL_NAMESPACE: openshift-lvm-storage
LVM_OPERATOR_SUB_SOURCE: lvm-catalogsource
OCP_ARCH: arm64
TIMEOUT: +8 hours
test:
- ref: wait
- as: lvms-sno-integration-test
cli: latest
commands: |
./integration-test run-suite -c 1 --junit-path ${ARTIFACT_DIR}/junit_results.xml openshift/lvm-operator/test/integration/qe_tests/sno
from: lvm-operator-integration-test
resources:
requests:
cpu: 100m
memory: 200Mi
timeout: 4h0m0s
workflow: cucushift-installer-rehearse-aws-ipi-sno-lvms
- as: e2e-aws-mno-qe-integration-tests
cron: '@weekly'
steps:
cluster_profile: openshift-org-aws
env:
LVM_OPERATOR_SUB_INSTALL_NAMESPACE: openshift-lvm-storage
LVM_OPERATOR_SUB_SOURCE: lvm-catalogsource
TIMEOUT: +8 hours
test:
- ref: wait
- as: lvms-mno-integration-test
cli: latest
commands: |
./integration-test run-suite -c 1 --junit-path ${ARTIFACT_DIR}/junit_results.xml openshift/lvm-operator/test/integration/qe_tests/mno
from: lvm-operator-integration-test
resources:
requests:
cpu: 100m
memory: 200Mi
timeout: 4h0m0s
workflow: cucushift-installer-rehearse-aws-ipi-mno-lvms
- as: e2e-aws-mno-arm-qe-integration-tests
cron: '@weekly'
steps:
cluster_profile: openshift-org-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
COMPUTE_NODE_TYPE: m6g.2xlarge
CONTROL_PLANE_INSTANCE_TYPE: m6g.2xlarge
LVM_OPERATOR_SUB_INSTALL_NAMESPACE: openshift-lvm-storage
LVM_OPERATOR_SUB_SOURCE: lvm-catalogsource
OCP_ARCH: arm64
TIMEOUT: +8 hours
test:
- ref: wait
- as: lvms-mno-integration-test
cli: latest
commands: |
./integration-test run-suite -c 1 --junit-path ${ARTIFACT_DIR}/junit_results.xml openshift/lvm-operator/test/integration/qe_tests/mno
from: lvm-operator-integration-test
resources:
requests:
cpu: 100m
memory: 200Mi
timeout: 4h0m0s
workflow: cucushift-installer-rehearse-aws-ipi-mno-lvms
zz_generated_metadata:
branch: main
org: openshift
Expand Down
Loading