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 @@ -304,7 +304,7 @@ tests:
cpu: 1000m
memory: 512Mi
workflow: optional-operators-ci-aws
- as: e2e-test-kubevirt-aws-periodic
- as: virt-nokdm-e2e-test-aws-periodic
cron: 0 4 * * *
reporter_config:
channel: '#oadp-cicd'
Expand All @@ -325,13 +325,51 @@ tests:
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
TEST_NAME: e2e-test-kubevirt-aws-periodic
TEST_NAME: virt-nokdm-e2e-test-aws-periodic
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
- as: virt-kdm-e2e-test-aws-periodic
cron: 0 4 * * *
reporter_config:
channel: '#oadp-cicd'
job_states_to_report:
- failure
- error
report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}}
:alert-siren: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :alert-siren: {{end}}'
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-periodic
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 @@ -196,7 +196,7 @@ tests:
cpu: 1000m
memory: 512Mi
workflow: optional-operators-ci-aws
- as: e2e-test-kubevirt-aws-periodic
- as: virt-nokdm-e2e-test-aws-periodic
cron: 0 4 * * *
reporter_config:
channel: '#oadp-cicd'
Expand All @@ -217,13 +217,51 @@ tests:
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
TEST_NAME: e2e-test-kubevirt-aws-periodic
TEST_NAME: virt-nokdm-e2e-test-aws-periodic
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
- as: virt-kdm-e2e-test-aws-periodic
cron: 0 4 * * *
reporter_config:
channel: '#oadp-cicd'
job_states_to_report:
- failure
- error
report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}}
:alert-siren: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :alert-siren: {{end}}'
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-periodic
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 @@ -300,7 +300,7 @@ tests:
cpu: 1000m
memory: 512Mi
workflow: optional-operators-ci-aws
- as: e2e-test-kubevirt-aws-periodic
- as: virt-nokdm-e2e-test-aws-periodic
cron: 0 4 * * *
reporter_config:
channel: '#oadp-cicd'
Expand All @@ -321,13 +321,51 @@ tests:
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
TEST_NAME: e2e-test-kubevirt-aws-periodic
TEST_NAME: virt-nokdm-e2e-test-aws-periodic
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
- as: virt-kdm-e2e-test-aws-periodic
cron: 0 4 * * *
reporter_config:
channel: '#oadp-cicd'
job_states_to_report:
- failure
- error
report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}}
:alert-siren: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :alert-siren: {{end}}'
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-periodic
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 @@ -300,7 +300,7 @@ tests:
cpu: 1000m
memory: 512Mi
workflow: optional-operators-ci-aws
- as: e2e-test-kubevirt-aws-periodic
- as: virt-nokdm-e2e-test-aws-periodic
cron: 0 4 * * *
reporter_config:
channel: '#oadp-cicd'
Expand All @@ -321,13 +321,51 @@ tests:
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
TEST_NAME: e2e-test-kubevirt-aws-periodic
TEST_NAME: virt-nokdm-e2e-test-aws-periodic
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
resources:
requests:
cpu: 1000m
memory: 512Mi
workflow: optional-operators-ci-aws
- as: virt-kdm-e2e-test-aws-periodic
cron: 0 4 * * *
reporter_config:
channel: '#oadp-cicd'
job_states_to_report:
- failure
- error
report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}}
:alert-siren: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :alert-siren: {{end}}'
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
env:
OADP_BRANCH: oadp-dev
OO_CHANNEL: dev
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
TEST_NAME: virt-kdm-e2e-test-aws-periodic
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 @@ -242,7 +242,7 @@ tests:
cpu: 1000m
memory: 512Mi
workflow: optional-operators-ci-aws
- as: e2e-test-kubevirt-aws-periodic
- as: virt-nokdm-e2e-test-aws-periodic
cron: 0 4 * * *
reporter_config:
channel: '#oadp-cicd'
Expand All @@ -263,13 +263,51 @@ tests:
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
TEST_NAME: e2e-test-kubevirt-aws-periodic
TEST_NAME: virt-nokdm-e2e-test-aws-periodic
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
resources:
requests:
cpu: 1000m
memory: 512Mi
workflow: optional-operators-ci-aws
- as: virt-kdm-e2e-test-aws-periodic
cron: 0 4 * * *
reporter_config:
channel: '#oadp-cicd'
job_states_to_report:
- failure
- error
report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}}
:alert-siren: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :alert-siren: {{end}}'
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
env:
OADP_BRANCH: oadp-dev
OO_CHANNEL: dev
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
TEST_NAME: virt-kdm-e2e-test-aws-periodic
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