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

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ images:
to: test-oadp-operator-1.3
operator:
bundles:
- dockerfile_path: build/Dockerfile.bundle
- as: oadp-operator-bundle
dockerfile_path: build/Dockerfile.bundle
skip_building_index: true
substitutions:
- pullspec: quay.io/konveyor/oadp-operator:oadp-1.3
with: oadp-operator-1.3
Expand All @@ -34,12 +36,10 @@ tests:
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
OO_BUNDLE: oadp-operator-bundle
env:
OO_CHANNEL: stable-1.3
OO_INSTALL_MODE: OwnNamespace
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
test:
- as: e2e
cli: latest
Expand All @@ -53,18 +53,16 @@ tests:
requests:
cpu: 1000m
memory: 512Mi
workflow: optional-operators-ci-aws
workflow: optional-operators-ci-operator-sdk-aws
- as: e2e-test-aws-periodic
cron: 0 4 * * *
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
OO_BUNDLE: oadp-operator-bundle
env:
OO_CHANNEL: stable-1.3
OO_INSTALL_MODE: OwnNamespace
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
test:
- as: e2e
cli: latest
Expand All @@ -78,7 +76,7 @@ tests:
requests:
cpu: 1000m
memory: 512Mi
workflow: optional-operators-ci-aws
workflow: optional-operators-ci-operator-sdk-aws
zz_generated_metadata:
branch: oadp-1.3
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ images:
to: test-oadp-operator-1.3
operator:
bundles:
- dockerfile_path: build/Dockerfile.bundle
- as: oadp-operator-bundle
dockerfile_path: build/Dockerfile.bundle
skip_building_index: true
substitutions:
- pullspec: quay.io/konveyor/oadp-operator:oadp-1.3
with: oadp-operator-1.3
Expand All @@ -34,12 +36,10 @@ tests:
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
OO_BUNDLE: oadp-operator-bundle
env:
OO_CHANNEL: stable-1.3
OO_INSTALL_MODE: OwnNamespace
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
test:
- as: e2e
cli: latest
Expand All @@ -53,18 +53,16 @@ tests:
requests:
cpu: 1000m
memory: 512Mi
workflow: optional-operators-ci-aws
workflow: optional-operators-ci-operator-sdk-aws
- as: e2e-test-aws-periodic
cron: 7 15 * * 0
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
OO_BUNDLE: oadp-operator-bundle
env:
OO_CHANNEL: stable-1.3
OO_INSTALL_MODE: OwnNamespace
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
test:
- as: e2e
cli: latest
Expand All @@ -78,7 +76,7 @@ tests:
requests:
cpu: 1000m
memory: 512Mi
workflow: optional-operators-ci-aws
workflow: optional-operators-ci-operator-sdk-aws
zz_generated_metadata:
branch: oadp-1.3
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ images:
to: test-oadp-operator-1.3
operator:
bundles:
- dockerfile_path: build/Dockerfile.bundle
- as: oadp-operator-bundle
dockerfile_path: build/Dockerfile.bundle
skip_building_index: true
substitutions:
- pullspec: quay.io/konveyor/oadp-operator:oadp-1.3
with: oadp-operator-1.3
Expand All @@ -34,12 +36,10 @@ tests:
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
OO_BUNDLE: oadp-operator-bundle
env:
OO_CHANNEL: stable-1.3
OO_INSTALL_MODE: OwnNamespace
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
test:
- as: e2e
cli: latest
Expand All @@ -53,18 +53,16 @@ tests:
requests:
cpu: 1000m
memory: 512Mi
workflow: optional-operators-ci-aws
workflow: optional-operators-ci-operator-sdk-aws
- as: e2e-test-aws-periodic
cron: 0 4 * * *
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
OO_BUNDLE: oadp-operator-bundle
env:
OO_CHANNEL: stable-1.3
OO_INSTALL_MODE: OwnNamespace
OO_INSTALL_NAMESPACE: openshift-adp
OO_PACKAGE: oadp-operator
OO_TARGET_NAMESPACES: '!install'
test:
- as: e2e
cli: latest
Expand All @@ -78,7 +76,7 @@ tests:
requests:
cpu: 1000m
memory: 512Mi
workflow: optional-operators-ci-aws
workflow: optional-operators-ci-operator-sdk-aws
zz_generated_metadata:
branch: oadp-1.3
org: openshift
Expand Down
Loading