diff --git a/ci-operator/config/openshift/oadp-operator/.config.prowgen b/ci-operator/config/openshift/oadp-operator/.config.prowgen new file mode 100644 index 0000000000000..58be81f039b30 --- /dev/null +++ b/ci-operator/config/openshift/oadp-operator/.config.prowgen @@ -0,0 +1 @@ +multi_arch: yes diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-master.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-master.yaml index f79efe049e6eb..15e288289dade 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-master.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-master.yaml @@ -5,6 +5,7 @@ build_root: tag: ubi9-v1.22.2 images: - dockerfile_path: Dockerfile + multi_arch: true to: oadp-operator promotion: to: diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0.yaml index 8c28869b54c51..1f704a1f65ee0 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.0.yaml @@ -5,6 +5,7 @@ build_root: tag: rhel-8-golang-1.21-openshift-4.16 images: - dockerfile_path: Dockerfile + multi_arch: true to: oadp-operator-1.0 promotion: to: diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3.yaml index adbe67d499fc1..f04ed1cf5ab27 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3.yaml @@ -5,6 +5,7 @@ build_root: tag: rhel-8-golang-1.20-openshift-4.14 images: - dockerfile_path: Dockerfile + multi_arch: true to: oadp-operator-1.3 promotion: to: diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4.yaml index e84560d2dcecc..bb1aec53b34e2 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4.yaml @@ -5,6 +5,7 @@ build_root: tag: ubi9-v1.22.2 images: - dockerfile_path: Dockerfile + multi_arch: true to: oadp-operator-1.4 promotion: to: diff --git a/ci-operator/config/openshift/openshift-velero-plugin/.config.prowgen b/ci-operator/config/openshift/openshift-velero-plugin/.config.prowgen new file mode 100644 index 0000000000000..58be81f039b30 --- /dev/null +++ b/ci-operator/config/openshift/openshift-velero-plugin/.config.prowgen @@ -0,0 +1 @@ +multi_arch: yes diff --git a/ci-operator/config/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-master.yaml b/ci-operator/config/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-master.yaml index 996292418cfd7..5ae5fdef2f8ef 100644 --- a/ci-operator/config/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-master.yaml +++ b/ci-operator/config/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-master.yaml @@ -5,6 +5,7 @@ build_root: tag: ubi9-v1.22.2 images: - dockerfile_path: Dockerfile + multi_arch: true to: openshift-velero-plugin promotion: to: diff --git a/ci-operator/config/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.0.yaml b/ci-operator/config/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.0.yaml index 39b3d52492f68..628e9afbdeadb 100644 --- a/ci-operator/config/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.0.yaml +++ b/ci-operator/config/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.0.yaml @@ -5,6 +5,7 @@ build_root: tag: golang-1.19 images: - dockerfile_path: Dockerfile + multi_arch: true to: openshift-velero-plugin-oadp-1.0 promotion: to: diff --git a/ci-operator/config/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.3.yaml b/ci-operator/config/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.3.yaml index 1ce213d670b06..78e9762d6dbd8 100644 --- a/ci-operator/config/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.3.yaml +++ b/ci-operator/config/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.3.yaml @@ -5,6 +5,7 @@ build_root: tag: golang-1.20 images: - dockerfile_path: Dockerfile + multi_arch: true to: openshift-velero-plugin-oadp-1.3 promotion: to: diff --git a/ci-operator/config/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.4.yaml b/ci-operator/config/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.4.yaml index c53f66aceffcc..d41dac2456116 100644 --- a/ci-operator/config/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.4.yaml +++ b/ci-operator/config/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.4.yaml @@ -5,6 +5,7 @@ build_root: tag: ubi9-v1.22.2 images: - dockerfile_path: Dockerfile + multi_arch: true to: openshift-velero-plugin-oadp-1.4 promotion: to: diff --git a/ci-operator/config/openshift/velero-plugin-for-aws/.config.prowgen b/ci-operator/config/openshift/velero-plugin-for-aws/.config.prowgen new file mode 100644 index 0000000000000..58be81f039b30 --- /dev/null +++ b/ci-operator/config/openshift/velero-plugin-for-aws/.config.prowgen @@ -0,0 +1 @@ +multi_arch: yes diff --git a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-konveyor-dev.yaml b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-konveyor-dev.yaml index 906d019321696..f529dcb5c2b3e 100644 --- a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-konveyor-dev.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-konveyor-dev.yaml @@ -5,6 +5,7 @@ build_root: tag: ubi9-v1.22.2 images: - dockerfile_path: Dockerfile.ubi + multi_arch: true to: velero-plugin-for-aws promotion: to: diff --git a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0.yaml b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0.yaml index f2fa7adcef129..48e7c348ca985 100644 --- a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0.yaml @@ -5,6 +5,7 @@ build_root: tag: golang-1.19 images: - dockerfile_path: Dockerfile.ubi + multi_arch: true to: velero-plugin-for-aws-oadp-1.0 promotion: to: diff --git a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3.yaml b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3.yaml index 459d2c6ffa21e..4184f45202205 100644 --- a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3.yaml @@ -5,6 +5,7 @@ build_root: tag: golang-1.20 images: - dockerfile_path: Dockerfile.ubi + multi_arch: true to: velero-plugin-for-aws-oadp-1.3 promotion: to: diff --git a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4.yaml b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4.yaml index 24a8f0574f9f2..196520c256be3 100644 --- a/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4.yaml @@ -5,6 +5,7 @@ build_root: tag: ubi9-v1.22.2 images: - dockerfile_path: Dockerfile.ubi + multi_arch: true to: velero-plugin-for-aws-oadp-1.4 promotion: to: diff --git a/ci-operator/config/openshift/velero-plugin-for-gcp/.config.prowgen b/ci-operator/config/openshift/velero-plugin-for-gcp/.config.prowgen new file mode 100644 index 0000000000000..58be81f039b30 --- /dev/null +++ b/ci-operator/config/openshift/velero-plugin-for-gcp/.config.prowgen @@ -0,0 +1 @@ +multi_arch: yes diff --git a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-konveyor-dev.yaml b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-konveyor-dev.yaml index 30d731a4b07f9..60af52535f602 100644 --- a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-konveyor-dev.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-konveyor-dev.yaml @@ -5,6 +5,7 @@ build_root: tag: ubi9-v1.22.2 images: - dockerfile_path: Dockerfile.ubi + multi_arch: true to: velero-plugin-for-gcp promotion: to: diff --git a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0.yaml b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0.yaml index 79538b836cadf..53946fbfd0f22 100644 --- a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0.yaml @@ -5,6 +5,7 @@ build_root: tag: golang-1.19 images: - dockerfile_path: Dockerfile.ubi + multi_arch: true to: velero-plugin-for-gcp-oadp-1.0 promotion: to: diff --git a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3.yaml b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3.yaml index 941b5bb0daea4..3b8fe2f5ba331 100644 --- a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3.yaml @@ -5,6 +5,7 @@ build_root: tag: golang-1.20 images: - dockerfile_path: Dockerfile.ubi + multi_arch: true to: velero-plugin-for-gcp-oadp-1.3 promotion: to: diff --git a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4.yaml b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4.yaml index b817fd120cbeb..947febba4872a 100644 --- a/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4.yaml @@ -5,6 +5,7 @@ build_root: tag: ubi9-v1.22.2 images: - dockerfile_path: Dockerfile.ubi + multi_arch: true to: velero-plugin-for-gcp-oadp-1.4 promotion: to: diff --git a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/.config.prowgen b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/.config.prowgen new file mode 100644 index 0000000000000..58be81f039b30 --- /dev/null +++ b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/.config.prowgen @@ -0,0 +1 @@ +multi_arch: yes diff --git a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-konveyor-dev.yaml b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-konveyor-dev.yaml index cac5247b375c4..49edfc5b075de 100644 --- a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-konveyor-dev.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-konveyor-dev.yaml @@ -5,6 +5,7 @@ build_root: tag: ubi9-v1.22.2 images: - dockerfile_path: Dockerfile.ubi + multi_arch: true to: velero-plugin-for-microsoft-azure promotion: to: diff --git a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0.yaml b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0.yaml index a22afd5e09c21..7db999c4d121d 100644 --- a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0.yaml @@ -5,6 +5,7 @@ build_root: tag: golang-1.19 images: - dockerfile_path: Dockerfile.ubi + multi_arch: true to: velero-plugin-for-microsoft-azure-oadp-1.0 promotion: to: diff --git a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3.yaml b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3.yaml index 5e89d8dc12dfb..adec16e914bac 100644 --- a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3.yaml @@ -5,6 +5,7 @@ build_root: tag: golang-1.20 images: - dockerfile_path: Dockerfile.ubi + multi_arch: true to: velero-plugin-for-microsoft-azure-oadp-1.3 promotion: to: diff --git a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4.yaml b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4.yaml index e3141b7aa55a8..a8fb9e356ce09 100644 --- a/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4.yaml +++ b/ci-operator/config/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4.yaml @@ -5,6 +5,7 @@ build_root: tag: ubi9-v1.22.2 images: - dockerfile_path: Dockerfile.ubi + multi_arch: true to: velero-plugin-for-microsoft-azure-oadp-1.4 promotion: to: diff --git a/ci-operator/config/openshift/velero/.config.prowgen b/ci-operator/config/openshift/velero/.config.prowgen new file mode 100644 index 0000000000000..58be81f039b30 --- /dev/null +++ b/ci-operator/config/openshift/velero/.config.prowgen @@ -0,0 +1 @@ +multi_arch: yes diff --git a/ci-operator/config/openshift/velero/openshift-velero-konveyor-dev.yaml b/ci-operator/config/openshift/velero/openshift-velero-konveyor-dev.yaml index 43c79d5029951..2c77d93f980de 100644 --- a/ci-operator/config/openshift/velero/openshift-velero-konveyor-dev.yaml +++ b/ci-operator/config/openshift/velero/openshift-velero-konveyor-dev.yaml @@ -5,8 +5,10 @@ build_root: tag: ubi9-v1.22.2 images: - dockerfile_path: Dockerfile.ubi + multi_arch: true to: velero - dockerfile_path: Dockerfile-velero-restore-helper.ubi + multi_arch: true to: velero-restore-helper promotion: to: diff --git a/ci-operator/config/openshift/velero/openshift-velero-oadp-1.0.yaml b/ci-operator/config/openshift/velero/openshift-velero-oadp-1.0.yaml index 767d62ee76106..1928734ac2d37 100644 --- a/ci-operator/config/openshift/velero/openshift-velero-oadp-1.0.yaml +++ b/ci-operator/config/openshift/velero/openshift-velero-oadp-1.0.yaml @@ -5,8 +5,10 @@ build_root: tag: golang-1.19 images: - dockerfile_path: Dockerfile.ubi + multi_arch: true to: velero-oadp-1.0 - dockerfile_path: Dockerfile-velero-restic-restore-helper.ubi + multi_arch: true to: velero-restic-restore-helper-oadp-1.0 promotion: to: diff --git a/ci-operator/config/openshift/velero/openshift-velero-oadp-1.3.yaml b/ci-operator/config/openshift/velero/openshift-velero-oadp-1.3.yaml index 8b74ff493e198..273a220d699f9 100644 --- a/ci-operator/config/openshift/velero/openshift-velero-oadp-1.3.yaml +++ b/ci-operator/config/openshift/velero/openshift-velero-oadp-1.3.yaml @@ -5,8 +5,10 @@ build_root: tag: rhel-8-golang-1.20-openshift-4.14 images: - dockerfile_path: Dockerfile.ubi + multi_arch: true to: velero-oadp-1.3 - dockerfile_path: Dockerfile-velero-restore-helper.ubi + multi_arch: true to: velero-restore-helper-oadp-1.3 promotion: to: diff --git a/ci-operator/config/openshift/velero/openshift-velero-oadp-1.4.yaml b/ci-operator/config/openshift/velero/openshift-velero-oadp-1.4.yaml index 635a005bcdf9b..bce8470bf83a2 100644 --- a/ci-operator/config/openshift/velero/openshift-velero-oadp-1.4.yaml +++ b/ci-operator/config/openshift/velero/openshift-velero-oadp-1.4.yaml @@ -5,8 +5,10 @@ build_root: tag: ubi9-v1.22.2 images: - dockerfile_path: Dockerfile.ubi + multi_arch: true to: velero-oadp-1.4 - dockerfile_path: Dockerfile-velero-restore-helper.ubi + multi_arch: true to: velero-restore-helper-oadp-1.4 promotion: to: diff --git a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-master-postsubmits.yaml b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-master-postsubmits.yaml index c2916541cda5a..d98dbbb8e6402 100644 --- a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-master-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^master$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-master-presubmits.yaml index 53f53ebb94430..f1d53c65c289f 100644 --- a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-master-presubmits.yaml @@ -849,12 +849,13 @@ presubmits: branches: - ^master$ - ^master- - cluster: build03 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-oadp-operator-master-images 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 bad86aaf845e4..12da5a1a8b0fd 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 @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.0$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" 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 60e7802cdec55..7946838683fd6 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 @@ -399,12 +399,13 @@ presubmits: branches: - ^oadp-1\.0$ - ^oadp-1\.0- - cluster: build03 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-oadp-operator-oadp-1.0-images diff --git a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3-postsubmits.yaml b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3-postsubmits.yaml index 4eead87a468e9..275ce184b3965 100644 --- a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.3$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 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 41afd5f12adaa..6fc2cb53620d7 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 @@ -793,12 +793,13 @@ presubmits: branches: - ^oadp-1\.3$ - ^oadp-1\.3- - cluster: build03 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-oadp-operator-oadp-1.3-images diff --git a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4-postsubmits.yaml b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4-postsubmits.yaml index dfd9ef4b38af3..c0d073feff106 100644 --- a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.4-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.4$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 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 c117c69c054db..ecde9fbc00323 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 @@ -849,12 +849,13 @@ presubmits: branches: - ^oadp-1\.4$ - ^oadp-1\.4- - cluster: build03 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-oadp-operator-oadp-1.4-images diff --git a/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-master-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-master-postsubmits.yaml index f0bae8a1fdfeb..d66946e40176b 100644 --- a/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-master-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-master-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^master$ - cluster: build01 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-master-presubmits.yaml b/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-master-presubmits.yaml index 46334cd8bc2c7..66ac1cbe5c64f 100644 --- a/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-master-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^master$ - ^master- - cluster: build01 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-openshift-velero-plugin-master-images diff --git a/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.0-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.0-postsubmits.yaml index dfcb8bc3f3e9f..be7b0f55ddf48 100644 --- a/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.0-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.0$ - cluster: build01 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.0-presubmits.yaml b/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.0-presubmits.yaml index d2b10c0ede7cb..cb0c5a831aea8 100644 --- a/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.0-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^oadp-1\.0$ - ^oadp-1\.0- - cluster: build01 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-openshift-velero-plugin-oadp-1.0-images diff --git a/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.3-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.3-postsubmits.yaml index e2ed2534c4ea4..e4e142f39b3c6 100644 --- a/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.3-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.3$ - cluster: build01 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.3-presubmits.yaml b/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.3-presubmits.yaml index f155ff5cd8c0d..67c992404561b 100644 --- a/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.3-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^oadp-1\.3$ - ^oadp-1\.3- - cluster: build01 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-openshift-velero-plugin-oadp-1.3-images diff --git a/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.4-postsubmits.yaml b/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.4-postsubmits.yaml index 25e6cb2018b18..678d5b53dc1fc 100644 --- a/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.4-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.4$ - cluster: build01 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.4-presubmits.yaml b/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.4-presubmits.yaml index 321b73ae7cb59..2860bd25aefc2 100644 --- a/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/openshift-velero-plugin/openshift-openshift-velero-plugin-oadp-1.4-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^oadp-1\.4$ - ^oadp-1\.4- - cluster: build01 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-openshift-velero-plugin-oadp-1.4-images diff --git a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-konveyor-dev-postsubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-konveyor-dev-postsubmits.yaml index 1e94691f0ea73..36e07f90836f0 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-konveyor-dev-postsubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-konveyor-dev-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^konveyor-dev$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-konveyor-dev-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-konveyor-dev-presubmits.yaml index 75283b7807881..b45c6ae7ea80b 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-konveyor-dev-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-konveyor-dev-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^konveyor-dev$ - ^konveyor-dev- - cluster: build02 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-velero-plugin-for-aws-konveyor-dev-images diff --git a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0-postsubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0-postsubmits.yaml index 26457cf4f9d75..c178835eb7b2f 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.0$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0-presubmits.yaml index b76060323891f..4f26d605fd007 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.0-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^oadp-1\.0$ - ^oadp-1\.0- - cluster: build02 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-velero-plugin-for-aws-oadp-1.0-images diff --git a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3-postsubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3-postsubmits.yaml index 1ff4e7b2d98dd..978fa7b796d2c 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.3$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3-presubmits.yaml index 97ea3e9561b4f..6db1245877bff 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.3-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^oadp-1\.3$ - ^oadp-1\.3- - cluster: build02 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-velero-plugin-for-aws-oadp-1.3-images diff --git a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4-postsubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4-postsubmits.yaml index c5dfbb5ca0b5f..76662f4dd3ee9 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.4$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4-presubmits.yaml index 53e7dbe283350..31d27688e2ccc 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-aws/openshift-velero-plugin-for-aws-oadp-1.4-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^oadp-1\.4$ - ^oadp-1\.4- - cluster: build02 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-velero-plugin-for-aws-oadp-1.4-images diff --git a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-konveyor-dev-postsubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-konveyor-dev-postsubmits.yaml index 1aaa78d89edcd..b8439e9374e92 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-konveyor-dev-postsubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-konveyor-dev-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^konveyor-dev$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-konveyor-dev-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-konveyor-dev-presubmits.yaml index 04e4303b6bf32..be2559c72ef84 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-konveyor-dev-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-konveyor-dev-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^konveyor-dev$ - ^konveyor-dev- - cluster: build02 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-velero-plugin-for-gcp-konveyor-dev-images diff --git a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0-postsubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0-postsubmits.yaml index e9d728b19cbca..6aa48c93a3285 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.0$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0-presubmits.yaml index 06a629f084cf4..269df242a73f8 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.0-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^oadp-1\.0$ - ^oadp-1\.0- - cluster: build02 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-velero-plugin-for-gcp-oadp-1.0-images diff --git a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3-postsubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3-postsubmits.yaml index 544a5f4e24214..87b179916aeb1 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.3$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3-presubmits.yaml index abd425b53e037..ac45f51a58f9c 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.3-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^oadp-1\.3$ - ^oadp-1\.3- - cluster: build02 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-velero-plugin-for-gcp-oadp-1.3-images diff --git a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4-postsubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4-postsubmits.yaml index 53f8071d7536d..87851d7dcb05b 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.4$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4-presubmits.yaml index 6a0d83208d734..792b48ba98167 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-gcp/openshift-velero-plugin-for-gcp-oadp-1.4-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^oadp-1\.4$ - ^oadp-1\.4- - cluster: build02 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-velero-plugin-for-gcp-oadp-1.4-images diff --git a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-konveyor-dev-postsubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-konveyor-dev-postsubmits.yaml index b62541ee9c542..d2d0e29ab8f58 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-konveyor-dev-postsubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-konveyor-dev-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^konveyor-dev$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-konveyor-dev-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-konveyor-dev-presubmits.yaml index 639055952fe1d..58133e5943fdb 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-konveyor-dev-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-konveyor-dev-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^konveyor-dev$ - ^konveyor-dev- - cluster: build02 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-velero-plugin-for-microsoft-azure-konveyor-dev-images diff --git a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0-postsubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0-postsubmits.yaml index d1af96aecf711..c5cf020d0a775 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.0$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0-presubmits.yaml index a4c230760ae3f..ea9be385c2eb4 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.0-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^oadp-1\.0$ - ^oadp-1\.0- - cluster: build02 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-velero-plugin-for-microsoft-azure-oadp-1.0-images diff --git a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3-postsubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3-postsubmits.yaml index 71bdaf6b823fa..ad75eb9c792de 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.3$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3-presubmits.yaml index be372b20e0d1d..14666e0e6a228 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.3-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^oadp-1\.3$ - ^oadp-1\.3- - cluster: build02 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-velero-plugin-for-microsoft-azure-oadp-1.3-images diff --git a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4-postsubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4-postsubmits.yaml index 83f348bd4a9fb..f25c71a7ffd4b 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.4$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4-presubmits.yaml b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4-presubmits.yaml index ec891a3d96a3f..682be063fea60 100644 --- a/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero-plugin-for-microsoft-azure/openshift-velero-plugin-for-microsoft-azure-oadp-1.4-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^oadp-1\.4$ - ^oadp-1\.4- - cluster: build02 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-velero-plugin-for-microsoft-azure-oadp-1.4-images diff --git a/ci-operator/jobs/openshift/velero/openshift-velero-konveyor-dev-postsubmits.yaml b/ci-operator/jobs/openshift/velero/openshift-velero-konveyor-dev-postsubmits.yaml index 41f4f3bfeb141..350d3fa15de02 100644 --- a/ci-operator/jobs/openshift/velero/openshift-velero-konveyor-dev-postsubmits.yaml +++ b/ci-operator/jobs/openshift/velero/openshift-velero-konveyor-dev-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^konveyor-dev$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/velero/openshift-velero-konveyor-dev-presubmits.yaml b/ci-operator/jobs/openshift/velero/openshift-velero-konveyor-dev-presubmits.yaml index 71b61eaa95da0..2822e22197a40 100644 --- a/ci-operator/jobs/openshift/velero/openshift-velero-konveyor-dev-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero/openshift-velero-konveyor-dev-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^konveyor-dev$ - ^konveyor-dev- - cluster: build02 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-velero-konveyor-dev-images diff --git a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.0-postsubmits.yaml b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.0-postsubmits.yaml index f8d3f5c218cb9..37e724a7342b1 100644 --- a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.0-postsubmits.yaml +++ b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.0-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.0$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.0-presubmits.yaml b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.0-presubmits.yaml index 39239b618bb72..3f0954ea4faee 100644 --- a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.0-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.0-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^oadp-1\.0$ - ^oadp-1\.0- - cluster: build02 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-velero-oadp-1.0-images diff --git a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.3-postsubmits.yaml b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.3-postsubmits.yaml index fe397e5b93303..c0ae04b7523ce 100644 --- a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.3-postsubmits.yaml +++ b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.3-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.3$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.3-presubmits.yaml b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.3-presubmits.yaml index a8e0fddcbce5e..523a1af23aa95 100644 --- a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.3-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^oadp-1\.3$ - ^oadp-1\.3- - cluster: build02 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-velero-oadp-1.3-images diff --git a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.4-postsubmits.yaml b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.4-postsubmits.yaml index d1fa3522960fb..065c3630eeb78 100644 --- a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.4-postsubmits.yaml +++ b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.4-postsubmits.yaml @@ -4,11 +4,12 @@ postsubmits: always_run: true branches: - ^oadp-1\.4$ - cluster: build02 + cluster: build10 decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen max_concurrency: 1 diff --git a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.4-presubmits.yaml b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.4-presubmits.yaml index 0a3211f939e37..fd235abfb0908 100644 --- a/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.4-presubmits.yaml +++ b/ci-operator/jobs/openshift/velero/openshift-velero-oadp-1.4-presubmits.yaml @@ -5,12 +5,13 @@ presubmits: branches: - ^oadp-1\.4$ - ^oadp-1\.4- - cluster: build02 + cluster: build10 context: ci/prow/images decorate: true decoration_config: skip_cloning: true labels: + ci-operator.openshift.io/cluster: build10 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-velero-oadp-1.4-images diff --git a/core-services/image-mirroring/konveyor/mapping_konveyor_latest b/core-services/image-mirroring/konveyor/mapping_konveyor_latest index b8fdca2fc2f87..a09482f29dee6 100644 --- a/core-services/image-mirroring/konveyor/mapping_konveyor_latest +++ b/core-services/image-mirroring/konveyor/mapping_konveyor_latest @@ -1,34 +1,34 @@ -registry.ci.openshift.org/konveyor/velero-plugin-for-csi:velero-plugin-for-csi quay.io/konveyor/velero-plugin-for-csi:latest quay.io/konveyor/velero-plugin-for-csi:latest-amd64 -registry.ci.openshift.org/konveyor/velero-plugin-for-csi:velero-plugin-for-csi-oadp-1.0 quay.io/konveyor/velero-plugin-for-csi:oadp-1.0-latest quay.io/konveyor/velero-plugin-for-csi:oadp-1.0-amd64 quay.io/konveyor/velero-plugin-for-csi:oadp-1.0 -registry.ci.openshift.org/konveyor/velero-plugin-for-csi:velero-plugin-for-csi-oadp-1.3 quay.io/konveyor/velero-plugin-for-csi:oadp-1.3-latest quay.io/konveyor/velero-plugin-for-csi:oadp-1.3-amd64 quay.io/konveyor/velero-plugin-for-csi:oadp-1.3 -registry.ci.openshift.org/konveyor/velero-plugin-for-vsm:velero-plugin-for-vsm quay.io/konveyor/velero-plugin-for-vsm:latest quay.io/konveyor/velero-plugin-for-vsm:latest-amd64 -registry.ci.openshift.org/konveyor/velero-plugin-for-gcp:velero-plugin-for-gcp quay.io/konveyor/velero-plugin-for-gcp:latest quay.io/konveyor/velero-plugin-for-gcp:latest-amd64 -registry.ci.openshift.org/konveyor/velero-plugin-for-gcp:velero-plugin-for-gcp-oadp-1.0 quay.io/konveyor/velero-plugin-for-gcp:oadp-1.0-latest quay.io/konveyor/velero-plugin-for-gcp:oadp-1.0-amd64 quay.io/konveyor/velero-plugin-for-gcp:oadp-1.0 -registry.ci.openshift.org/konveyor/velero-plugin-for-gcp:velero-plugin-for-gcp-oadp-1.3 quay.io/konveyor/velero-plugin-for-gcp:oadp-1.3-latest quay.io/konveyor/velero-plugin-for-gcp:oadp-1.3-amd64 quay.io/konveyor/velero-plugin-for-gcp:oadp-1.3 -registry.ci.openshift.org/konveyor/velero-plugin-for-gcp:velero-plugin-for-gcp-oadp-1.4 quay.io/konveyor/velero-plugin-for-gcp:oadp-1.4-latest quay.io/konveyor/velero-plugin-for-gcp:oadp-1.4-amd64 quay.io/konveyor/velero-plugin-for-gcp:oadp-1.4 -registry.ci.openshift.org/konveyor/velero-plugin-for-aws:velero-plugin-for-aws quay.io/konveyor/velero-plugin-for-aws:latest quay.io/konveyor/velero-plugin-for-aws:latest-amd64 -registry.ci.openshift.org/konveyor/velero-plugin-for-aws:velero-plugin-for-aws-oadp-1.0 quay.io/konveyor/velero-plugin-for-aws:oadp-1.0-latest quay.io/konveyor/velero-plugin-for-aws:oadp-1.0-amd64 quay.io/konveyor/velero-plugin-for-aws:oadp-1.0 -registry.ci.openshift.org/konveyor/velero-plugin-for-aws:velero-plugin-for-aws-oadp-1.3 quay.io/konveyor/velero-plugin-for-aws:oadp-1.3-latest quay.io/konveyor/velero-plugin-for-aws:oadp-1.3-amd64 quay.io/konveyor/velero-plugin-for-aws:oadp-1.3 -registry.ci.openshift.org/konveyor/velero-plugin-for-aws:velero-plugin-for-aws-oadp-1.4 quay.io/konveyor/velero-plugin-for-aws:oadp-1.4-latest quay.io/konveyor/velero-plugin-for-aws:oadp-1.4-amd64 quay.io/konveyor/velero-plugin-for-aws:oadp-1.4 -registry.ci.openshift.org/konveyor/velero-plugin-for-microsoft-azure:velero-plugin-for-microsoft-azure quay.io/konveyor/velero-plugin-for-microsoft-azure:latest quay.io/konveyor/velero-plugin-for-microsoft-azure:latest-amd64 -registry.ci.openshift.org/konveyor/velero-plugin-for-microsoft-azure:velero-plugin-for-microsoft-azure-oadp-1.0 quay.io/konveyor/velero-plugin-for-microsoft-azure:oadp-1.0-latest quay.io/konveyor/velero-plugin-for-microsoft-azure:oadp-1.0-amd64 quay.io/konveyor/velero-plugin-for-microsoft-azure:oadp-1.0 -registry.ci.openshift.org/konveyor/velero-plugin-for-microsoft-azure:velero-plugin-for-microsoft-azure-oadp-1.3 quay.io/konveyor/velero-plugin-for-microsoft-azure:oadp-1.3-latest quay.io/konveyor/velero-plugin-for-microsoft-azure:oadp-1.3-amd64 quay.io/konveyor/velero-plugin-for-microsoft-azure:oadp-1.3 -registry.ci.openshift.org/konveyor/velero-plugin-for-microsoft-azure:velero-plugin-for-microsoft-azure-oadp-1.4 quay.io/konveyor/velero-plugin-for-microsoft-azure:oadp-1.4-latest quay.io/konveyor/velero-plugin-for-microsoft-azure:oadp-1.4-amd64 quay.io/konveyor/velero-plugin-for-microsoft-azure:oadp-1.4 -registry.ci.openshift.org/konveyor/velero:velero quay.io/konveyor/velero:latest quay.io/konveyor/velero:latest-amd64 -registry.ci.openshift.org/konveyor/velero:velero-oadp-1.0 quay.io/konveyor/velero:oadp-1.0-latest quay.io/konveyor/velero:oadp-1.0-amd64 quay.io/konveyor/velero:oadp-1.0 -registry.ci.openshift.org/konveyor/velero:velero-oadp-1.3 quay.io/konveyor/velero:oadp-1.3-latest quay.io/konveyor/velero:oadp-1.3-amd64 quay.io/konveyor/velero:oadp-1.3 -registry.ci.openshift.org/konveyor/velero:velero-oadp-1.4 quay.io/konveyor/velero:oadp-1.4-latest quay.io/konveyor/velero:oadp-1.4-amd64 quay.io/konveyor/velero:oadp-1.4 -registry.ci.openshift.org/konveyor/velero:velero-restore-helper quay.io/konveyor/velero-restore-helper:latest quay.io/konveyor/velero-restore-helper:latest-amd64 -registry.ci.openshift.org/konveyor/velero:velero-restic-restore-helper-oadp-1.0 quay.io/konveyor/velero-restic-restore-helper:oadp-1.0-latest quay.io/konveyor/velero-restic-restore-helper:oadp-1.0-amd64 quay.io/konveyor/velero-restic-restore-helper:oadp-1.0 -registry.ci.openshift.org/konveyor/velero:velero-restore-helper-oadp-1.3 quay.io/konveyor/velero-restore-helper:oadp-1.3-latest quay.io/konveyor/velero-restore-helper:oadp-1.3-amd64 quay.io/konveyor/velero-restore-helper:oadp-1.3 -registry.ci.openshift.org/konveyor/velero:velero-restore-helper-oadp-1.4 quay.io/konveyor/velero-restore-helper:oadp-1.4-latest quay.io/konveyor/velero-restore-helper:oadp-1.4-amd64 quay.io/konveyor/velero-restore-helper:oadp-1.4 -registry.ci.openshift.org/konveyor/volume-snapshot-mover:volume-snapshot-mover quay.io/konveyor/volume-snapshot-mover:latest quay.io/konveyor/volume-snapshot-mover:latest-amd64 -registry.ci.openshift.org/konveyor/openshift-velero-plugin:openshift-velero-plugin quay.io/konveyor/openshift-velero-plugin:latest quay.io/konveyor/openshift-velero-plugin:latest-amd64 -registry.ci.openshift.org/konveyor/openshift-velero-plugin:openshift-velero-plugin-oadp-1.0 quay.io/konveyor/openshift-velero-plugin:oadp-1.0-latest quay.io/konveyor/openshift-velero-plugin:oadp-1.0-amd64 quay.io/konveyor/openshift-velero-plugin:oadp-1.0 -registry.ci.openshift.org/konveyor/openshift-velero-plugin:openshift-velero-plugin-oadp-1.3 quay.io/konveyor/openshift-velero-plugin:oadp-1.3-latest quay.io/konveyor/openshift-velero-plugin:oadp-1.3-amd64 quay.io/konveyor/openshift-velero-plugin:oadp-1.3 -registry.ci.openshift.org/konveyor/openshift-velero-plugin:openshift-velero-plugin-oadp-1.4 quay.io/konveyor/openshift-velero-plugin:oadp-1.4-latest quay.io/konveyor/openshift-velero-plugin:oadp-1.4-amd64 quay.io/konveyor/openshift-velero-plugin:oadp-1.4 -registry.ci.openshift.org/konveyor/oadp-non-admin:oadp-non-admin quay.io/konveyor/oadp-non-admin:latest quay.io/konveyor/oadp-non-admin:latest-amd64 -registry.ci.openshift.org/konveyor/oadp-operator:oadp-operator quay.io/konveyor/oadp-operator:latest quay.io/konveyor/oadp-operator:latest-amd64 -registry.ci.openshift.org/konveyor/oadp-operator:oadp-operator-1.0 quay.io/konveyor/oadp-operator:oadp-1.0-latest quay.io/konveyor/oadp-operator:oadp-1.0-amd64 quay.io/konveyor/oadp-operator:oadp-1.0 -registry.ci.openshift.org/konveyor/oadp-operator:oadp-operator-1.3 quay.io/konveyor/oadp-operator:oadp-1.3-latest quay.io/konveyor/oadp-operator:oadp-1.3-amd64 quay.io/konveyor/oadp-operator:oadp-1.3 -registry.ci.openshift.org/konveyor/oadp-operator:oadp-operator-1.4 quay.io/konveyor/oadp-operator:oadp-1.4-latest quay.io/konveyor/oadp-operator:oadp-1.4-amd64 quay.io/konveyor/oadp-operator:oadp-1.4 +registry.ci.openshift.org/konveyor/velero-plugin-for-csi:velero-plugin-for-csi quay.io/konveyor/velero-plugin-for-csi:latest +registry.ci.openshift.org/konveyor/velero-plugin-for-csi:velero-plugin-for-csi-oadp-1.0 quay.io/konveyor/velero-plugin-for-csi:oadp-1.0-latest quay.io/konveyor/velero-plugin-for-csi:oadp-1.0 +registry.ci.openshift.org/konveyor/velero-plugin-for-csi:velero-plugin-for-csi-oadp-1.3 quay.io/konveyor/velero-plugin-for-csi:oadp-1.3-latest quay.io/konveyor/velero-plugin-for-csi:oadp-1.3 +registry.ci.openshift.org/konveyor/velero-plugin-for-vsm:velero-plugin-for-vsm quay.io/konveyor/velero-plugin-for-vsm:latest +registry.ci.openshift.org/konveyor/velero-plugin-for-gcp:velero-plugin-for-gcp quay.io/konveyor/velero-plugin-for-gcp:latest +registry.ci.openshift.org/konveyor/velero-plugin-for-gcp:velero-plugin-for-gcp-oadp-1.0 quay.io/konveyor/velero-plugin-for-gcp:oadp-1.0-latest quay.io/konveyor/velero-plugin-for-gcp:oadp-1.0 +registry.ci.openshift.org/konveyor/velero-plugin-for-gcp:velero-plugin-for-gcp-oadp-1.3 quay.io/konveyor/velero-plugin-for-gcp:oadp-1.3-latest quay.io/konveyor/velero-plugin-for-gcp:oadp-1.3 +registry.ci.openshift.org/konveyor/velero-plugin-for-gcp:velero-plugin-for-gcp-oadp-1.4 quay.io/konveyor/velero-plugin-for-gcp:oadp-1.4-latest quay.io/konveyor/velero-plugin-for-gcp:oadp-1.4 +registry.ci.openshift.org/konveyor/velero-plugin-for-aws:velero-plugin-for-aws quay.io/konveyor/velero-plugin-for-aws:latest +registry.ci.openshift.org/konveyor/velero-plugin-for-aws:velero-plugin-for-aws-oadp-1.0 quay.io/konveyor/velero-plugin-for-aws:oadp-1.0-latest quay.io/konveyor/velero-plugin-for-aws:oadp-1.0 +registry.ci.openshift.org/konveyor/velero-plugin-for-aws:velero-plugin-for-aws-oadp-1.3 quay.io/konveyor/velero-plugin-for-aws:oadp-1.3-latest quay.io/konveyor/velero-plugin-for-aws:oadp-1.3 +registry.ci.openshift.org/konveyor/velero-plugin-for-aws:velero-plugin-for-aws-oadp-1.4 quay.io/konveyor/velero-plugin-for-aws:oadp-1.4-latest quay.io/konveyor/velero-plugin-for-aws:oadp-1.4 +registry.ci.openshift.org/konveyor/velero-plugin-for-microsoft-azure:velero-plugin-for-microsoft-azure quay.io/konveyor/velero-plugin-for-microsoft-azure:latest +registry.ci.openshift.org/konveyor/velero-plugin-for-microsoft-azure:velero-plugin-for-microsoft-azure-oadp-1.0 quay.io/konveyor/velero-plugin-for-microsoft-azure:oadp-1.0-latest quay.io/konveyor/velero-plugin-for-microsoft-azure:oadp-1.0 +registry.ci.openshift.org/konveyor/velero-plugin-for-microsoft-azure:velero-plugin-for-microsoft-azure-oadp-1.3 quay.io/konveyor/velero-plugin-for-microsoft-azure:oadp-1.3-latest quay.io/konveyor/velero-plugin-for-microsoft-azure:oadp-1.3 +registry.ci.openshift.org/konveyor/velero-plugin-for-microsoft-azure:velero-plugin-for-microsoft-azure-oadp-1.4 quay.io/konveyor/velero-plugin-for-microsoft-azure:oadp-1.4-latest quay.io/konveyor/velero-plugin-for-microsoft-azure:oadp-1.4 +registry.ci.openshift.org/konveyor/velero:velero quay.io/konveyor/velero:latest +registry.ci.openshift.org/konveyor/velero:velero-oadp-1.0 quay.io/konveyor/velero:oadp-1.0-latest quay.io/konveyor/velero:oadp-1.0 +registry.ci.openshift.org/konveyor/velero:velero-oadp-1.3 quay.io/konveyor/velero:oadp-1.3-latest quay.io/konveyor/velero:oadp-1.3 +registry.ci.openshift.org/konveyor/velero:velero-oadp-1.4 quay.io/konveyor/velero:oadp-1.4-latest quay.io/konveyor/velero:oadp-1.4 +registry.ci.openshift.org/konveyor/velero:velero-restore-helper quay.io/konveyor/velero-restore-helper:latest +registry.ci.openshift.org/konveyor/velero:velero-restic-restore-helper-oadp-1.0 quay.io/konveyor/velero-restic-restore-helper:oadp-1.0-latest quay.io/konveyor/velero-restic-restore-helper:oadp-1.0 +registry.ci.openshift.org/konveyor/velero:velero-restore-helper-oadp-1.3 quay.io/konveyor/velero-restore-helper:oadp-1.3-latest quay.io/konveyor/velero-restore-helper:oadp-1.3 +registry.ci.openshift.org/konveyor/velero:velero-restore-helper-oadp-1.4 quay.io/konveyor/velero-restore-helper:oadp-1.4-latest quay.io/konveyor/velero-restore-helper:oadp-1.4 +registry.ci.openshift.org/konveyor/volume-snapshot-mover:volume-snapshot-mover quay.io/konveyor/volume-snapshot-mover:latest +registry.ci.openshift.org/konveyor/openshift-velero-plugin:openshift-velero-plugin quay.io/konveyor/openshift-velero-plugin:latest +registry.ci.openshift.org/konveyor/openshift-velero-plugin:openshift-velero-plugin-oadp-1.0 quay.io/konveyor/openshift-velero-plugin:oadp-1.0-latest quay.io/konveyor/openshift-velero-plugin:oadp-1.0 +registry.ci.openshift.org/konveyor/openshift-velero-plugin:openshift-velero-plugin-oadp-1.3 quay.io/konveyor/openshift-velero-plugin:oadp-1.3-latest quay.io/konveyor/openshift-velero-plugin:oadp-1.3 +registry.ci.openshift.org/konveyor/openshift-velero-plugin:openshift-velero-plugin-oadp-1.4 quay.io/konveyor/openshift-velero-plugin:oadp-1.4-latest quay.io/konveyor/openshift-velero-plugin:oadp-1.4 +registry.ci.openshift.org/konveyor/oadp-non-admin:oadp-non-admin quay.io/konveyor/oadp-non-admin:latest +registry.ci.openshift.org/konveyor/oadp-operator:oadp-operator quay.io/konveyor/oadp-operator:latest +registry.ci.openshift.org/konveyor/oadp-operator:oadp-operator-1.0 quay.io/konveyor/oadp-operator:oadp-1.0-latest quay.io/konveyor/oadp-operator:oadp-1.0 +registry.ci.openshift.org/konveyor/oadp-operator:oadp-operator-1.3 quay.io/konveyor/oadp-operator:oadp-1.3-latest quay.io/konveyor/oadp-operator:oadp-1.3 +registry.ci.openshift.org/konveyor/oadp-operator:oadp-operator-1.4 quay.io/konveyor/oadp-operator:oadp-1.4-latest quay.io/konveyor/oadp-operator:oadp-1.4