Skip to content

Commit

Permalink
fix: OADP must-gather mirror job
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Oliveira <[email protected]>
  • Loading branch information
mateusoliveira43 committed Aug 14, 2024
1 parent 8accbfd commit d7e15fc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ images:
- dockerfile_path: Dockerfile
multi_arch: true
to: oadp-operator
- context_dir: must-gather
dockerfile_path: Dockerfile
multi_arch: true
to: oadp-must-gather
promotion:
to:
- name: oadp-operator
- additional_images:
oadp-operator: oadp-operator
oadp-must-gather: oadp-must-gather
name: oadp-operator
namespace: konveyor
resources:
'*':
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ postsubmits:
- --promote
- --report-credentials-file=/etc/report/credentials
- --target=[images]
- --target=oadp-must-gather
- --target=oadp-operator
command:
- ci-operator
image: ci-operator:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,8 @@ presubmits:
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=[images]
- --target=oadp-must-gather
- --target=oadp-operator
command:
- ci-operator
image: ci-operator:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ registry.ci.openshift.org/konveyor/oadp-operator:oadp-operator quay.io/konveyor/
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
registry.ci.openshift.org/konveyor/oadp-operator:oadp-must-gather quay.io/konveyor/oadp-must-gather:latest

0 comments on commit d7e15fc

Please sign in to comment.