Skip to content

Commit

Permalink
[wmco] Stop excluding WMCO image while promoting
Browse files Browse the repository at this point in the history
#7609 introduced a change which caused
the WMCO image not to be published. We need the image to be published so that
it can be consumed by other repos like CNO and ovn-kubernetes. This PR should
address it
  • Loading branch information
ravisantoshgudimetla committed Jul 13, 2020
1 parent deee592 commit 72003e6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ images:
- dockerfile_path: build/Dockerfile.ci
to: windows-machine-config-operator-test
promotion:
excluded_images:
- windows-machine-config-operator-test
name: "4.6"
namespace: ocp
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ images:
- dockerfile_path: build/Dockerfile.ci
to: windows-machine-config-operator-test
promotion:
excluded_images:
- windows-machine-config-operator-test
name: "4.5"
namespace: ocp
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ images:
to: windows-machine-config-operator-test
promotion:
disabled: true
excluded_images:
- windows-machine-config-operator-test
name: "4.6"
namespace: ocp
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ images:
- dockerfile_path: build/Dockerfile.ci
to: windows-machine-config-operator-test
promotion:
excluded_images:
- windows-machine-config-operator-test
name: "4.7"
namespace: ocp
resources:
Expand Down

0 comments on commit 72003e6

Please sign in to comment.