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 @@ -245,7 +245,7 @@ tests:
memory: 512Mi
workflow: optional-operators-ci-aws
- always_run: false
as: e2e-test-kubevirt-aws
as: virt-nokdm-e2e-test-aws
run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh
steps:
cluster_profile: openshift-org-aws
Expand All @@ -257,13 +257,43 @@ tests:
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
TEST_NAME: e2e-test-kubevirt-aws
TEST_NAME: virt-nokdm-e2e-test-aws
post:
- ref: oadp-analyze-e2e-failure
test:
- as: e2e
cli: latest
commands: make TEST_VIRT=true test-e2e
commands: make TEST_VIRT=true TEST_VIRT_KDM=false test-e2e
credentials:
- mount_path: /var/run/oadp-credentials
name: oadp-credentials
namespace: test-credentials
from: test-oadp-operator-1.6
resources:
requests:
cpu: 1000m
memory: 512Mi
workflow: optional-operators-ci-aws
- always_run: false
as: virt-kdm-e2e-test-aws
run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
env:
OADP_BRANCH: oadp-1.6
OO_CHANNEL: stable
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
TEST_NAME: virt-kdm-e2e-test-aws
post:
- ref: oadp-analyze-e2e-failure
test:
- as: e2e
cli: latest
commands: make TEST_VIRT_KDM=true test-e2e
credentials:
- mount_path: /var/run/oadp-credentials
name: oadp-credentials
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ tests:
memory: 512Mi
workflow: optional-operators-ci-aws
- always_run: false
as: e2e-test-kubevirt-aws
as: virt-nokdm-e2e-test-aws
run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh
steps:
cluster_profile: openshift-org-aws
Expand All @@ -149,13 +149,43 @@ tests:
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
TEST_NAME: e2e-test-kubevirt-aws
TEST_NAME: virt-nokdm-e2e-test-aws
post:
- ref: oadp-analyze-e2e-failure
test:
- as: e2e
cli: latest
commands: make TEST_VIRT=true test-e2e
commands: make TEST_VIRT=true TEST_VIRT_KDM=false test-e2e
credentials:
- mount_path: /var/run/oadp-credentials
name: oadp-credentials
namespace: test-credentials
from: test-oadp-operator-1.6
resources:
requests:
cpu: 1000m
memory: 512Mi
workflow: optional-operators-ci-aws
- always_run: false
as: virt-kdm-e2e-test-aws
run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
env:
OADP_BRANCH: oadp-1.6
OO_CHANNEL: stable
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
TEST_NAME: virt-kdm-e2e-test-aws
post:
- ref: oadp-analyze-e2e-failure
test:
- as: e2e
cli: latest
commands: make TEST_VIRT_KDM=true test-e2e
credentials:
- mount_path: /var/run/oadp-credentials
name: oadp-credentials
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ tests:
memory: 512Mi
workflow: optional-operators-ci-aws
- always_run: false
as: e2e-test-kubevirt-aws
as: virt-nokdm-e2e-test-aws
run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh
steps:
cluster_profile: openshift-org-aws
Expand All @@ -253,13 +253,43 @@ tests:
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
TEST_NAME: e2e-test-kubevirt-aws
TEST_NAME: virt-nokdm-e2e-test-aws
post:
- ref: oadp-analyze-e2e-failure
test:
- as: e2e
cli: latest
commands: make TEST_VIRT=true test-e2e
commands: make TEST_VIRT=true TEST_VIRT_KDM=false test-e2e
credentials:
- mount_path: /var/run/oadp-credentials
name: oadp-credentials
namespace: test-credentials
from: test-oadp-operator-1.6
resources:
requests:
cpu: 1000m
memory: 512Mi
workflow: optional-operators-ci-aws
- always_run: false
as: virt-kdm-e2e-test-aws
run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
env:
OADP_BRANCH: oadp-1.6
OO_CHANNEL: stable
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
TEST_NAME: virt-kdm-e2e-test-aws
post:
- ref: oadp-analyze-e2e-failure
test:
- as: e2e
cli: latest
commands: make TEST_VIRT_KDM=true test-e2e
credentials:
- mount_path: /var/run/oadp-credentials
name: oadp-credentials
Expand Down
Loading