diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0__4.12.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0__4.12.yaml deleted file mode 100644 index 47d0fb931aa12..0000000000000 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0__4.12.yaml +++ /dev/null @@ -1,95 +0,0 @@ -build_root: - image_stream_tag: - name: builder - namespace: ocp - tag: rhel-8-golang-1.19-openshift-4.12 -images: - items: - - dockerfile_path: Dockerfile - to: oadp-operator-1.0 - - dockerfile_path: build/ci-Dockerfile - to: test-oadp-operator-1.0 -operator: - bundles: - - dockerfile_path: build/Dockerfile.bundle - substitutions: - - pullspec: quay.io/konveyor/oadp-operator:oadp-1.0 - with: oadp-operator-1.0 -releases: - latest: - release: - channel: fast - version: "4.12" -resources: - '*': - limits: - memory: 4Gi - requests: - cpu: 1000m - memory: 512Mi -tests: -- always_run: false - as: e2e-test-aws - run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+ - steps: - cluster_profile: openshift-org-aws - dependencies: - OO_INDEX: ci-index - env: - OO_CHANNEL: stable-1.0 - OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' - test: - - as: e2e - cli: latest - commands: make test-e2e - credentials: - - mount_path: /var/run/oadp-credentials - name: oadp-credentials - namespace: test-credentials - from: test-oadp-operator-1.0 - resources: - requests: - cpu: 1000m - memory: 512Mi - workflow: optional-operators-ci-aws -- as: e2e-test-aws-periodic - cron: 13 19 14,28 * * - 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: - OO_CHANNEL: stable-1.0 - OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' - test: - - as: e2e - cli: latest - commands: make test-e2e - credentials: - - mount_path: /var/run/oadp-credentials - name: oadp-credentials - namespace: test-credentials - from: test-oadp-operator-1.0 - resources: - requests: - cpu: 1000m - memory: 512Mi - workflow: optional-operators-ci-aws -zz_generated_metadata: - branch: oadp-1.0 - org: openshift - repo: oadp-operator - variant: "4.12" diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0__4.14.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0__4.14.yaml deleted file mode 100644 index dd13bba3de2fa..0000000000000 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0__4.14.yaml +++ /dev/null @@ -1,95 +0,0 @@ -build_root: - image_stream_tag: - name: builder - namespace: ocp - tag: rhel-8-golang-1.20-openshift-4.14 -images: - items: - - dockerfile_path: Dockerfile - to: oadp-operator-1.0 - - dockerfile_path: build/ci-Dockerfile - to: test-oadp-operator-1.0 -operator: - bundles: - - dockerfile_path: build/Dockerfile.bundle - substitutions: - - pullspec: quay.io/konveyor/oadp-operator:oadp-1.0 - with: oadp-operator-1.0 -releases: - latest: - release: - channel: fast - version: "4.14" -resources: - '*': - limits: - memory: 4Gi - requests: - cpu: 1000m - memory: 512Mi -tests: -- always_run: false - as: e2e-test-aws - run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+ - steps: - cluster_profile: openshift-org-aws - dependencies: - OO_INDEX: ci-index - env: - OO_CHANNEL: stable-1.0 - OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' - test: - - as: e2e - cli: latest - commands: make test-e2e - credentials: - - mount_path: /var/run/oadp-credentials - name: oadp-credentials - namespace: test-credentials - from: test-oadp-operator-1.0 - resources: - requests: - cpu: 1000m - memory: 512Mi - workflow: optional-operators-ci-aws -- as: e2e-test-aws-periodic - cron: 13 19 14,28 * * - 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: - OO_CHANNEL: stable-1.0 - OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' - test: - - as: e2e - cli: latest - commands: make test-e2e - credentials: - - mount_path: /var/run/oadp-credentials - name: oadp-credentials - namespace: test-credentials - from: test-oadp-operator-1.0 - resources: - requests: - cpu: 1000m - memory: 512Mi - workflow: optional-operators-ci-aws -zz_generated_metadata: - branch: oadp-1.0 - org: openshift - repo: oadp-operator - variant: "4.14" diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.12.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.12.yaml index 2994c691f9077..0fa2e9ed95cf1 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.12.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.12.yaml @@ -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 @@ -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 @@ -53,7 +53,7 @@ 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 * * * reporter_config: @@ -68,12 +68,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 @@ -87,7 +85,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 diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.13.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.13.yaml index 754cff273d278..ee4d18bfb784e 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.13.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.13.yaml @@ -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 @@ -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 @@ -53,7 +53,7 @@ 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 reporter_config: @@ -68,12 +68,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 @@ -87,7 +85,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 diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.14.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.14.yaml index d46622e9060f7..4c33035a52865 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.14.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.14.yaml @@ -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 @@ -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 @@ -53,7 +53,7 @@ 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 * * * reporter_config: @@ -68,12 +68,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 @@ -87,7 +85,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 diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.15.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.15.yaml index e394020976786..45686226b4e09 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.15.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.15.yaml @@ -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 @@ -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 @@ -53,7 +53,7 @@ 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 * * * reporter_config: @@ -68,12 +68,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 @@ -87,7 +85,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 diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4__4.18.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4__4.18.yaml index 1aa3d12b3bc55..9740a3d67b218 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4__4.18.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4__4.18.yaml @@ -11,7 +11,9 @@ images: to: test-oadp-operator-1.4 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.4 with: oadp-operator-1.4 @@ -35,14 +37,12 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: FEATURE_GATES: '[''OpenShiftPodSecurityAdmission=false'']' FEATURE_SET: CustomNoUpgrade - OO_CHANNEL: stable-1.4 + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -56,7 +56,7 @@ 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 * * * reporter_config: @@ -71,14 +71,12 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: FEATURE_GATES: '[''OpenShiftPodSecurityAdmission=false'']' FEATURE_SET: CustomNoUpgrade - OO_CHANNEL: stable-1.4 + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -92,19 +90,17 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - always_run: false as: e2e-test-hcp-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 + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable-1.4 + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -118,7 +114,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.4 org: openshift diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.5__4.19.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.5__4.19.yaml index c204fe0ac8f85..f11df5eacdd96 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.5__4.19.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.5__4.19.yaml @@ -11,7 +11,9 @@ images: to: test-oadp-operator-1.5 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.5 with: oadp-operator-1.5 @@ -35,12 +37,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -54,7 +54,7 @@ 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 * * * reporter_config: @@ -69,12 +69,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -88,19 +86,17 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - always_run: false as: e2e-test-kubevirt-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 + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -114,7 +110,7 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - as: e2e-test-kubevirt-aws-periodic cron: 0 4 * * * reporter_config: @@ -129,12 +125,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -148,19 +142,17 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - always_run: false as: e2e-test-hcp-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 + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -174,18 +166,16 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - as: e2e-test-hcp-aws-periodic cron: 0 5 * * * steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -199,7 +189,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.5 org: openshift diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.5__4.20.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.5__4.20.yaml index 8e77b9b8929cb..7c05e134d110b 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.5__4.20.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.5__4.20.yaml @@ -11,7 +11,9 @@ images: to: test-oadp-operator-1.5 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.5 with: oadp-operator-1.5 @@ -35,12 +37,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -54,7 +54,7 @@ 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 * * * reporter_config: @@ -69,12 +69,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -88,19 +86,17 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - always_run: false as: e2e-test-kubevirt-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 + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -114,7 +110,7 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - as: e2e-test-kubevirt-aws-periodic cron: 0 4 * * * reporter_config: @@ -129,12 +125,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -148,19 +142,17 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - always_run: false as: e2e-test-hcp-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 + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -174,18 +166,16 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - as: e2e-test-hcp-aws-periodic cron: 0 5 * * * steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -199,7 +189,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.5 org: openshift diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.18.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.18.yaml index 9fe564f5684c4..81df557703632 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.18.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.18.yaml @@ -11,7 +11,9 @@ images: to: test-oadp-operator-1.6 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.6 with: oadp-operator-1.6 @@ -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 + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -53,7 +53,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.6 org: openshift diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.22.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.22.yaml index eb197763b2e4f..3be3d3dcedddf 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.22.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.22.yaml @@ -11,7 +11,9 @@ images: to: test-oadp-operator-1.6 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.6 with: oadp-operator-1.6 @@ -35,12 +37,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -54,19 +54,17 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - always_run: false as: 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 + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -80,7 +78,7 @@ 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 * * * reporter_config: @@ -95,12 +93,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -114,19 +110,17 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - always_run: false as: e2e-test-kubevirt-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 + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -140,7 +134,7 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - as: e2e-test-kubevirt-aws-periodic cron: 0 4 * * * reporter_config: @@ -155,12 +149,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -174,19 +166,17 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - always_run: false as: e2e-test-hcp-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 + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -200,18 +190,16 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - as: e2e-test-hcp-aws-periodic cron: 0 5 * * * steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -225,18 +213,16 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - as: e2e-test-cli-aws-periodic cron: 0 2 * * * steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -250,7 +236,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.6 org: openshift diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__5.0.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__5.0.yaml index e64f0e1eacb78..f2fa0fa86b878 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__5.0.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__5.0.yaml @@ -11,7 +11,9 @@ images: to: test-oadp-operator-1.6 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.6 with: oadp-operator-1.6 @@ -35,12 +37,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -54,19 +54,17 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - always_run: false as: 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 + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -80,7 +78,7 @@ 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 * * * reporter_config: @@ -95,12 +93,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -114,19 +110,17 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - always_run: false as: e2e-test-kubevirt-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 + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -140,7 +134,7 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - as: e2e-test-kubevirt-aws-periodic cron: 0 4 * * * reporter_config: @@ -155,12 +149,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -174,19 +166,17 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - always_run: false as: e2e-test-hcp-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 + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -200,18 +190,16 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - as: e2e-test-hcp-aws-periodic cron: 0 5 * * * steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -225,18 +213,16 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - as: e2e-test-cli-aws-periodic cron: 0 2 * * * steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: stable + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -250,7 +236,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.6 org: openshift diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-dev__4.22.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-dev__4.22.yaml index bd276b59d79ba..7da2aea3e9ea9 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-dev__4.22.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-dev__4.22.yaml @@ -11,7 +11,9 @@ images: to: test-oadp-operator 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:latest with: oadp-operator @@ -35,12 +37,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: dev + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -54,19 +54,17 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - always_run: false as: 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 + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: dev + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -80,7 +78,7 @@ 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 * * * reporter_config: @@ -95,12 +93,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: dev + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -114,18 +110,16 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - as: e2e-test-cli-aws-periodic cron: 0 2 * * * steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: dev + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -139,7 +133,7 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws zz_generated_metadata: branch: oadp-dev org: openshift diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-dev__4.23.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-dev__4.23.yaml index dd674b5b0dd5d..a80e21cc185be 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-dev__4.23.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-dev__4.23.yaml @@ -11,7 +11,9 @@ images: to: test-oadp-operator 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:latest with: oadp-operator @@ -36,12 +38,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: dev + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -55,7 +55,7 @@ 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 * * * reporter_config: @@ -70,12 +70,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: dev + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -89,7 +87,7 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws zz_generated_metadata: branch: oadp-dev org: openshift diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-dev__5.0.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-dev__5.0.yaml index c9b197106572e..78f8e108726b7 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-dev__5.0.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-dev__5.0.yaml @@ -11,7 +11,9 @@ images: to: test-oadp-operator 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:latest with: oadp-operator @@ -35,12 +37,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: dev + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -54,19 +54,17 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - always_run: false as: 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 + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: dev + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -80,7 +78,7 @@ 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 * * * reporter_config: @@ -95,12 +93,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: dev + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -114,7 +110,7 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - as: e2e-test-kubevirt-aws-periodic cron: 0 4 * * * reporter_config: @@ -129,12 +125,10 @@ tests: steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: dev + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -148,18 +142,16 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - as: e2e-test-hcp-aws-periodic cron: 0 5 * * * steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: dev + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -173,18 +165,16 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws - as: e2e-test-cli-aws-periodic cron: 0 2 * * * steps: cluster_profile: openshift-org-aws dependencies: - OO_INDEX: ci-index + OO_BUNDLE: oadp-operator-bundle env: - OO_CHANNEL: dev + OO_INSTALL_MODE: OwnNamespace OO_INSTALL_NAMESPACE: openshift-adp - OO_PACKAGE: oadp-operator - OO_TARGET_NAMESPACES: '!install' test: - as: e2e cli: latest @@ -198,7 +188,7 @@ tests: requests: cpu: 1000m memory: 512Mi - workflow: optional-operators-ci-aws + workflow: optional-operators-ci-operator-sdk-aws zz_generated_metadata: branch: oadp-dev org: openshift diff --git a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0-periodics.yaml b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0-periodics.yaml index 358803f7dc330..cb1e36f197aa6 100644 --- a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0-periodics.yaml +++ b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0-periodics.yaml @@ -1,211 +1,14 @@ periodics: -- agent: kubernetes - cluster: build11 - cron: 13 19 14,28 * * - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile - - build/ci-Dockerfile - extra_refs: - - base_ref: oadp-1.0 - org: openshift - repo: oadp-operator - sparse_checkout_files: - - Dockerfile - - build/ci-Dockerfile - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws - ci-operator.openshift.io/variant: "4.12" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-oadp-operator-oadp-1.0-4.12-e2e-test-aws-periodic - reporter_config: - slack: - 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}}' - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-test-aws-periodic - - --variant=4.12 - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator -- agent: kubernetes - cluster: build11 - cron: 13 19 14,28 * * - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile - - build/ci-Dockerfile - extra_refs: - - base_ref: oadp-1.0 - org: openshift - repo: oadp-operator - sparse_checkout_files: - - Dockerfile - - build/ci-Dockerfile - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws - ci-operator.openshift.io/variant: "4.14" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-oadp-operator-oadp-1.0-4.14-e2e-test-aws-periodic - reporter_config: - slack: - 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}}' - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-test-aws-periodic - - --variant=4.14 - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - agent: kubernetes cluster: build11 cron: 0 4 * * * decorate: true decoration_config: - sparse_checkout_files: - - Dockerfile + skip_cloning: true extra_refs: - base_ref: oadp-1.0 org: openshift repo: oadp-operator - sparse_checkout_files: - - Dockerfile labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" diff --git a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0-postsubmits.yaml b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0-postsubmits.yaml index 899e2aba371a1..191a4937dcce5 100644 --- a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0-postsubmits.yaml @@ -7,8 +7,7 @@ postsubmits: cluster: build04 decorate: true decoration_config: - sparse_checkout_files: - - Dockerfile + skip_cloning: true labels: ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen @@ -68,8 +67,7 @@ postsubmits: cluster: build04 decorate: true decoration_config: - sparse_checkout_files: - - Dockerfile + skip_cloning: true labels: ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0-presubmits.yaml b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0-presubmits.yaml index 4d895590f5e19..77e1bfe182d4a 100644 --- a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0-presubmits.yaml @@ -1,415 +1,5 @@ presubmits: openshift/oadp-operator: - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.0$ - - ^oadp-1\.0- - cluster: build03 - context: ci/prow/4.12-ci-index - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile - - build/ci-Dockerfile - labels: - ci-operator.openshift.io/variant: "4.12" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.0-4.12-ci-index - rerun_command: /test 4.12-ci-index - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=ci-index - - --variant=4.12 - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )4.12-ci-index,?($|\s.*) - - agent: kubernetes - always_run: false - branches: - - ^oadp-1\.0$ - - ^oadp-1\.0- - cluster: build01 - context: ci/prow/4.12-e2e-test-aws - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile - - build/ci-Dockerfile - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws - ci-operator.openshift.io/variant: "4.12" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.0-4.12-e2e-test-aws - rerun_command: /test 4.12-e2e-test-aws - run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+ - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-test-aws - - --variant=4.12 - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )4.12-e2e-test-aws,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.0$ - - ^oadp-1\.0- - cluster: build03 - context: ci/prow/4.12-images - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile - - build/ci-Dockerfile - labels: - ci-operator.openshift.io/variant: "4.12" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.0-4.12-images - rerun_command: /test 4.12-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - - --variant=4.12 - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )4.12-images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.0$ - - ^oadp-1\.0- - cluster: build03 - context: ci/prow/4.14-ci-index - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile - - build/ci-Dockerfile - labels: - ci-operator.openshift.io/variant: "4.14" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.0-4.14-ci-index - rerun_command: /test 4.14-ci-index - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=ci-index - - --variant=4.14 - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )4.14-ci-index,?($|\s.*) - - agent: kubernetes - always_run: false - branches: - - ^oadp-1\.0$ - - ^oadp-1\.0- - cluster: build01 - context: ci/prow/4.14-e2e-test-aws - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile - - build/ci-Dockerfile - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws - ci-operator.openshift.io/variant: "4.14" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.0-4.14-e2e-test-aws - rerun_command: /test 4.14-e2e-test-aws - run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+ - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-test-aws - - --variant=4.14 - command: - - ci-operator - env: - - name: HTTP_SERVER_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - ports: - - containerPort: 8080 - name: http - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )4.14-e2e-test-aws,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^oadp-1\.0$ - - ^oadp-1\.0- - cluster: build03 - context: ci/prow/4.14-images - decorate: true - decoration_config: - sparse_checkout_files: - - Dockerfile - - build/ci-Dockerfile - labels: - ci-operator.openshift.io/variant: "4.14" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.0-4.14-images - rerun_command: /test 4.14-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - - --variant=4.14 - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )4.14-images,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -419,8 +9,7 @@ presubmits: context: ci/prow/images decorate: true decoration_config: - sparse_checkout_files: - - Dockerfile + skip_cloning: true labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" @@ -475,8 +64,7 @@ presubmits: context: ci/prow/unit-test decorate: true decoration_config: - sparse_checkout_files: - - Dockerfile + skip_cloning: true labels: ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" diff --git a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3-presubmits.yaml b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3-presubmits.yaml index b46f4d00a44ef..a947d06888756 100644 --- a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^oadp-1\.3$ - ^oadp-1\.3- cluster: build11 - context: ci/prow/4.12-ci-index + context: ci/prow/4.12-ci-bundle-oadp-operator-bundle decorate: true decoration_config: sparse_checkout_files: @@ -16,15 +16,15 @@ presubmits: ci-operator.openshift.io/variant: "4.12" ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.3-4.12-ci-index - rerun_command: /test 4.12-ci-index + name: pull-ci-openshift-oadp-operator-oadp-1.3-4.12-ci-bundle-oadp-operator-bundle + rerun_command: /test 4.12-ci-bundle-oadp-operator-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=oadp-operator-bundle - --variant=4.12 command: - ci-operator @@ -58,7 +58,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.12-ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )4.12-ci-bundle-oadp-operator-bundle,?($|\s.*) - agent: kubernetes always_run: false branches: @@ -211,7 +211,7 @@ presubmits: - ^oadp-1\.3$ - ^oadp-1\.3- cluster: build11 - context: ci/prow/4.13-ci-index + context: ci/prow/4.13-ci-bundle-oadp-operator-bundle decorate: true decoration_config: sparse_checkout_files: @@ -221,15 +221,15 @@ presubmits: ci-operator.openshift.io/variant: "4.13" ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.3-4.13-ci-index - rerun_command: /test 4.13-ci-index + name: pull-ci-openshift-oadp-operator-oadp-1.3-4.13-ci-bundle-oadp-operator-bundle + rerun_command: /test 4.13-ci-bundle-oadp-operator-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=oadp-operator-bundle - --variant=4.13 command: - ci-operator @@ -263,7 +263,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.13-ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )4.13-ci-bundle-oadp-operator-bundle,?($|\s.*) - agent: kubernetes always_run: false branches: @@ -416,7 +416,7 @@ presubmits: - ^oadp-1\.3$ - ^oadp-1\.3- cluster: build11 - context: ci/prow/4.14-ci-index + context: ci/prow/4.14-ci-bundle-oadp-operator-bundle decorate: true decoration_config: sparse_checkout_files: @@ -426,15 +426,15 @@ presubmits: ci-operator.openshift.io/variant: "4.14" ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.3-4.14-ci-index - rerun_command: /test 4.14-ci-index + name: pull-ci-openshift-oadp-operator-oadp-1.3-4.14-ci-bundle-oadp-operator-bundle + rerun_command: /test 4.14-ci-bundle-oadp-operator-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=oadp-operator-bundle - --variant=4.14 command: - ci-operator @@ -468,7 +468,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.14-ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )4.14-ci-bundle-oadp-operator-bundle,?($|\s.*) - agent: kubernetes always_run: false branches: @@ -621,7 +621,7 @@ presubmits: - ^oadp-1\.3$ - ^oadp-1\.3- cluster: build11 - context: ci/prow/4.15-ci-index + context: ci/prow/4.15-ci-bundle-oadp-operator-bundle decorate: true decoration_config: sparse_checkout_files: @@ -631,15 +631,15 @@ presubmits: ci-operator.openshift.io/variant: "4.15" ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.3-4.15-ci-index - rerun_command: /test 4.15-ci-index + name: pull-ci-openshift-oadp-operator-oadp-1.3-4.15-ci-bundle-oadp-operator-bundle + rerun_command: /test 4.15-ci-bundle-oadp-operator-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=oadp-operator-bundle - --variant=4.15 command: - ci-operator @@ -673,7 +673,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.15-ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )4.15-ci-bundle-oadp-operator-bundle,?($|\s.*) - agent: kubernetes always_run: false branches: diff --git a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4-presubmits.yaml b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4-presubmits.yaml index 6aafc45bf3545..364ebe1eff6e5 100644 --- a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^oadp-1\.4$ - ^oadp-1\.4- cluster: build06 - context: ci/prow/4.18-ci-index + context: ci/prow/4.18-ci-bundle-oadp-operator-bundle decorate: true decoration_config: sparse_checkout_files: @@ -17,15 +17,15 @@ presubmits: ci.openshift.io/generator: prowgen job-release: "4.18" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.4-4.18-ci-index - rerun_command: /test 4.18-ci-index + name: pull-ci-openshift-oadp-operator-oadp-1.4-4.18-ci-bundle-oadp-operator-bundle + rerun_command: /test 4.18-ci-bundle-oadp-operator-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=oadp-operator-bundle - --variant=4.18 command: - ci-operator @@ -59,7 +59,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.18-ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )4.18-ci-bundle-oadp-operator-bundle,?($|\s.*) - agent: kubernetes always_run: false branches: diff --git a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.5-presubmits.yaml b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.5-presubmits.yaml index 403ef1f257d5f..c03b5f767be82 100644 --- a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.5-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^oadp-1\.5$ - ^oadp-1\.5- cluster: build01 - context: ci/prow/4.19-ci-index + context: ci/prow/4.19-ci-bundle-oadp-operator-bundle decorate: true decoration_config: sparse_checkout_files: @@ -17,15 +17,15 @@ presubmits: ci.openshift.io/generator: prowgen job-release: "4.19" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.5-4.19-ci-index - rerun_command: /test 4.19-ci-index + name: pull-ci-openshift-oadp-operator-oadp-1.5-4.19-ci-bundle-oadp-operator-bundle + rerun_command: /test 4.19-ci-bundle-oadp-operator-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=oadp-operator-bundle - --variant=4.19 command: - ci-operator @@ -59,7 +59,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.19-ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )4.19-ci-bundle-oadp-operator-bundle,?($|\s.*) - agent: kubernetes always_run: false branches: @@ -390,7 +390,7 @@ presubmits: - ^oadp-1\.5$ - ^oadp-1\.5- cluster: build01 - context: ci/prow/4.20-ci-index + context: ci/prow/4.20-ci-bundle-oadp-operator-bundle decorate: true decoration_config: sparse_checkout_files: @@ -401,15 +401,15 @@ presubmits: ci.openshift.io/generator: prowgen job-release: "4.20" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.5-4.20-ci-index - rerun_command: /test 4.20-ci-index + name: pull-ci-openshift-oadp-operator-oadp-1.5-4.20-ci-bundle-oadp-operator-bundle + rerun_command: /test 4.20-ci-bundle-oadp-operator-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=oadp-operator-bundle - --variant=4.20 command: - ci-operator @@ -443,7 +443,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.20-ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )4.20-ci-bundle-oadp-operator-bundle,?($|\s.*) - agent: kubernetes always_run: false branches: diff --git a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6-presubmits.yaml b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6-presubmits.yaml index d39c6f8ef498a..96bfa08f3e543 100644 --- a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^oadp-1\.6$ - ^oadp-1\.6- cluster: build01 - context: ci/prow/4.18-ci-index + context: ci/prow/4.18-ci-bundle-oadp-operator-bundle decorate: true decoration_config: sparse_checkout_files: @@ -17,15 +17,15 @@ presubmits: ci.openshift.io/generator: prowgen job-release: "4.18" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.6-4.18-ci-index - rerun_command: /test 4.18-ci-index + name: pull-ci-openshift-oadp-operator-oadp-1.6-4.18-ci-bundle-oadp-operator-bundle + rerun_command: /test 4.18-ci-bundle-oadp-operator-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=oadp-operator-bundle - --variant=4.18 command: - ci-operator @@ -59,7 +59,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.18-ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )4.18-ci-bundle-oadp-operator-bundle,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -126,7 +126,7 @@ presubmits: - ^oadp-1\.6$ - ^oadp-1\.6- cluster: build01 - context: ci/prow/4.22-ci-index + context: ci/prow/4.22-ci-bundle-oadp-operator-bundle decorate: true decoration_config: sparse_checkout_files: @@ -137,15 +137,15 @@ presubmits: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.6-4.22-ci-index - rerun_command: /test 4.22-ci-index + name: pull-ci-openshift-oadp-operator-oadp-1.6-4.22-ci-bundle-oadp-operator-bundle + rerun_command: /test 4.22-ci-bundle-oadp-operator-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=oadp-operator-bundle - --variant=4.22 command: - ci-operator @@ -179,7 +179,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.22-ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )4.22-ci-bundle-oadp-operator-bundle,?($|\s.*) - agent: kubernetes always_run: false branches: @@ -598,7 +598,7 @@ presubmits: - ^oadp-1\.6$ - ^oadp-1\.6- cluster: build01 - context: ci/prow/5.0-ci-index + context: ci/prow/5.0-ci-bundle-oadp-operator-bundle decorate: true decoration_config: sparse_checkout_files: @@ -609,15 +609,15 @@ presubmits: ci.openshift.io/generator: prowgen job-release: "5.0" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.6-5.0-ci-index - rerun_command: /test 5.0-ci-index + name: pull-ci-openshift-oadp-operator-oadp-1.6-5.0-ci-bundle-oadp-operator-bundle + rerun_command: /test 5.0-ci-bundle-oadp-operator-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=oadp-operator-bundle - --variant=5.0 command: - ci-operator @@ -651,7 +651,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )5.0-ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )5.0-ci-bundle-oadp-operator-bundle,?($|\s.*) - agent: kubernetes always_run: false branches: diff --git a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-dev-presubmits.yaml b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-dev-presubmits.yaml index b8134424f5e3b..3f3bc64471d79 100644 --- a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-dev-presubmits.yaml +++ b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-dev-presubmits.yaml @@ -6,7 +6,7 @@ presubmits: - ^oadp-dev$ - ^oadp-dev- cluster: build11 - context: ci/prow/4.22-ci-index + context: ci/prow/4.22-ci-bundle-oadp-operator-bundle decorate: true decoration_config: sparse_checkout_files: @@ -17,15 +17,15 @@ presubmits: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-dev-4.22-ci-index - rerun_command: /test 4.22-ci-index + name: pull-ci-openshift-oadp-operator-oadp-dev-4.22-ci-bundle-oadp-operator-bundle + rerun_command: /test 4.22-ci-bundle-oadp-operator-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=oadp-operator-bundle - --variant=4.22 command: - ci-operator @@ -59,7 +59,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.22-ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )4.22-ci-bundle-oadp-operator-bundle,?($|\s.*) - agent: kubernetes always_run: false branches: @@ -302,7 +302,7 @@ presubmits: - ^oadp-dev$ - ^oadp-dev- cluster: build11 - context: ci/prow/4.23-ci-index + context: ci/prow/4.23-ci-bundle-oadp-operator-bundle decorate: true decoration_config: sparse_checkout_files: @@ -313,15 +313,15 @@ presubmits: ci.openshift.io/generator: prowgen job-release: "4.23" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-dev-4.23-ci-index - rerun_command: /test 4.23-ci-index + name: pull-ci-openshift-oadp-operator-oadp-dev-4.23-ci-bundle-oadp-operator-bundle + rerun_command: /test 4.23-ci-bundle-oadp-operator-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=oadp-operator-bundle - --variant=4.23 command: - ci-operator @@ -355,7 +355,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.23-ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )4.23-ci-bundle-oadp-operator-bundle,?($|\s.*) - agent: kubernetes always_run: false branches: @@ -511,7 +511,7 @@ presubmits: - ^oadp-dev$ - ^oadp-dev- cluster: build11 - context: ci/prow/5.0-ci-index + context: ci/prow/5.0-ci-bundle-oadp-operator-bundle decorate: true decoration_config: sparse_checkout_files: @@ -522,15 +522,15 @@ presubmits: ci.openshift.io/generator: prowgen job-release: "5.0" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-dev-5.0-ci-index - rerun_command: /test 5.0-ci-index + name: pull-ci-openshift-oadp-operator-oadp-dev-5.0-ci-bundle-oadp-operator-bundle + rerun_command: /test 5.0-ci-bundle-oadp-operator-bundle spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --target=ci-index + - --target=oadp-operator-bundle - --variant=5.0 command: - ci-operator @@ -564,7 +564,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )5.0-ci-index,?($|\s.*) + trigger: (?m)^/test( | .* )5.0-ci-bundle-oadp-operator-bundle,?($|\s.*) - agent: kubernetes always_run: false branches: