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 @@ -5,13 +5,20 @@ build_root:
tag: rhel-8-golang-1.19-openshift-4.12
images:
items:
- build_args:
- name: BUNDLE_IMG
value: oadp-operator-bundle
dockerfile_path: build/Dockerfile.catalog
to: oadp-operator-catalog
- dockerfile_path: Dockerfile
to: oadp-operator-1.3
- dockerfile_path: build/ci-Dockerfile
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,7 +41,7 @@ tests:
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
OO_INDEX: oadp-operator-catalog
env:
OO_CHANNEL: stable-1.3
OO_INSTALL_NAMESPACE: openshift-adp
Expand Down Expand Up @@ -68,7 +75,7 @@ tests:
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
OO_INDEX: oadp-operator-catalog
env:
OO_CHANNEL: stable-1.3
OO_INSTALL_NAMESPACE: openshift-adp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ build_root:
tag: rhel-8-golang-1.19-openshift-4.13
images:
items:
- build_args:
- name: BUNDLE_IMG
value: oadp-operator-bundle
dockerfile_path: build/Dockerfile.catalog
to: oadp-operator-catalog
- dockerfile_path: Dockerfile
to: oadp-operator-1.3
- dockerfile_path: build/ci-Dockerfile
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,7 +41,7 @@ tests:
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
OO_INDEX: oadp-operator-catalog
env:
OO_CHANNEL: stable-1.3
OO_INSTALL_NAMESPACE: openshift-adp
Expand Down Expand Up @@ -68,7 +75,7 @@ tests:
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
OO_INDEX: oadp-operator-catalog
env:
OO_CHANNEL: stable-1.3
OO_INSTALL_NAMESPACE: openshift-adp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ build_root:
tag: ubi9-v1.23
images:
items:
- build_args:
- name: BUNDLE_IMG
value: oadp-operator-bundle
dockerfile_path: build/Dockerfile.catalog
to: oadp-operator-catalog
- dockerfile_path: Dockerfile
to: oadp-operator-1.3
- dockerfile_path: build/ci-Dockerfile
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,7 +41,7 @@ tests:
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
OO_INDEX: oadp-operator-catalog
env:
OO_CHANNEL: stable-1.3
OO_INSTALL_NAMESPACE: openshift-adp
Expand Down Expand Up @@ -68,7 +75,7 @@ tests:
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
OO_INDEX: oadp-operator-catalog
env:
OO_CHANNEL: stable-1.3
OO_INSTALL_NAMESPACE: openshift-adp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ build_root:
tag: ubi9-v1.23
images:
items:
- build_args:
- name: BUNDLE_IMG
value: oadp-operator-bundle
dockerfile_path: build/Dockerfile.catalog
to: oadp-operator-catalog
- dockerfile_path: Dockerfile
to: oadp-operator-1.3
- dockerfile_path: build/ci-Dockerfile
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,7 +41,7 @@ tests:
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
OO_INDEX: oadp-operator-catalog
env:
OO_CHANNEL: stable-1.3
OO_INSTALL_NAMESPACE: openshift-adp
Expand Down Expand Up @@ -68,7 +75,7 @@ tests:
steps:
cluster_profile: openshift-org-aws
dependencies:
OO_INDEX: ci-index
OO_INDEX: oadp-operator-catalog
env:
OO_CHANNEL: stable-1.3
OO_INSTALL_NAMESPACE: openshift-adp
Expand Down
Loading