Skip to content
Merged
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
Expand Up @@ -8,23 +8,23 @@ base_images:
namespace: ocp-kni
tag: dev-scripts
must-gather:
name: "4.22"
name: "5.0"
namespace: ocp
tag: must-gather
ocp_4.22_base-rhel9:
name: "4.22"
ocp_5.0_base-rhel9:
name: "5.0"
namespace: ocp
tag: base-rhel9
binary_build_commands: make build build-vgmanager
build_root:
image_stream_tag:
name: builder
namespace: ocp
tag: rhel-9-golang-1.25-openshift-4.22
tag: rhel-9-golang-1.25-openshift-5.0
images:
items:
- dockerfile_literal: |-
FROM ocp_4.22_base-rhel9
FROM ocp_5.0_base-rhel9
RUN dnf install -y make git python3 python3-pip patch
RUN pip3 install pre-commit

Expand All @@ -48,15 +48,15 @@ images:
RUN curl https://static.snyk.io/cli/latest/snyk-linux -o ${SNYK_DIR}/snyk
RUN chmod +x ${SNYK_DIR}/snyk
ENV PATH=$PATH:${SNYK_DIR}
from: ocp_4.22_base-rhel9
from: ocp_5.0_base-rhel9
inputs:
root:
as:
- root:current
to: lvms-pre-commit
- dockerfile_path: Dockerfile
inputs:
ocp_4.22_base-rhel9:
ocp_5.0_base-rhel9:
as:
- fedora:latest
to: lvm-operator
Expand All @@ -67,7 +67,7 @@ images:
- context_dir: .
dockerfile_path: test/integration/Dockerfile
inputs:
ocp_4.22_base-rhel9:
ocp_5.0_base-rhel9:
as:
- registry.access.redhat.com/ubi9/ubi-minimal:latest
to: lvm-operator-integration-test
Expand All @@ -91,19 +91,19 @@ promotion:
releases:
initial:
integration:
name: "4.22"
name: "5.0"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.22"
name: "5.0"
namespace: ocp
multi-latest:
candidate:
architecture: multi
product: ocp
stream: nightly
version: "4.22"
version: "5.0"
resources:
'*':
limits:
Expand Down Expand Up @@ -297,195 +297,6 @@ tests:
cpu: 100m
memory: 200Mi
workflow: optional-operators-ci-operator-sdk-aws-sno
- as: e2e-aws-sno-qe-integration-tests
cron: '@weekly'
reporter_config:
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}}'
steps:
cluster_profile: openshift-org-aws
env:
LVM_OPERATOR_SUB_INSTALL_NAMESPACE: openshift-lvm-storage
LVM_OPERATOR_SUB_SOURCE: lvm-catalogsource
test:
- 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'
reporter_config:
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}}'
steps:
cluster_profile: openshift-org-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
COMPUTE_NODE_TYPE: m6g.4xlarge
CONTROL_PLANE_INSTANCE_TYPE: m6g.4xlarge
LVM_OPERATOR_SUB_INSTALL_NAMESPACE: openshift-lvm-storage
LVM_OPERATOR_SUB_SOURCE: lvm-catalogsource
OCP_ARCH: arm64
test:
- 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'
reporter_config:
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}}'
steps:
cluster_profile: openshift-org-aws
env:
LVM_OPERATOR_SUB_INSTALL_NAMESPACE: openshift-lvm-storage
LVM_OPERATOR_SUB_SOURCE: lvm-catalogsource
test:
- 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'
reporter_config:
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}}'
steps:
cluster_profile: openshift-org-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
COMPUTE_NODE_TYPE: m6g.4xlarge
CONTROL_PLANE_INSTANCE_TYPE: m6g.4xlarge
LVM_OPERATOR_SUB_INSTALL_NAMESPACE: openshift-lvm-storage
LVM_OPERATOR_SUB_SOURCE: lvm-catalogsource
OCP_ARCH: arm64
test:
- 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-baremetalds-sno-dualstack-qe-integration-tests
capabilities:
- intranet
cron: '@weekly'
reporter_config:
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}}'
steps:
cluster_profile: equinix-ocp-metal-qe
env:
AUX_HOST: openshift-qe-metal-ci.arm.eng.rdu2.redhat.com
LVM_OPERATOR_SUB_INSTALL_NAMESPACE: openshift-lvm-storage
LVM_OPERATOR_SUB_SOURCE: lvm-catalogsource
RESERVE_BOOTSTRAP: "false"
architecture: amd64
masters: "1"
workers: "0"
test:
- 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
workflow: cucushift-installer-rehearse-baremetalds-ipi-ovn-dualstack-sno-lvms
- as: e2e-baremetalds-mno-dualstack-qe-integration-tests
cron: '@weekly'
reporter_config:
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}}'
steps:
cluster_profile: equinix-ocp-metal-qe
env:
LVM_OPERATOR_SUB_INSTALL_NAMESPACE: openshift-lvm-storage
LVM_OPERATOR_SUB_SOURCE: lvm-catalogsource
test:
- 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
workflow: cucushift-installer-rehearse-baremetalds-ipi-ovn-dualstack-mno-lvms
zz_generated_metadata:
branch: main
org: openshift
Expand Down
Loading