Skip to content

Commit

Permalink
run remove_worker_metadata for scratch
Browse files Browse the repository at this point in the history
so it cleans config-maps from workers

* OSBS-7243

Signed-off-by: Robert Cerven <rcerven@redhat.com>
  • Loading branch information
rcerven committed Apr 11, 2019
1 parent e8bbae7 commit 00a8498
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion osbs/build/plugins_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def adjust_for_scratch(self):
("postbuild_plugins", "import_image"),
("exit_plugins", "koji_promote"),
("exit_plugins", "koji_tag_build"),
("exit_plugins", "remove_worker_metadata"),
("exit_plugins", "import_image"),
("prebuild_plugins", "check_and_set_rebuild"),
("prebuild_plugins", "stop_autorebuild_if_disabled")
Expand Down
1 change: 0 additions & 1 deletion tests/build_/test_plugins_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,6 @@ def test_render_scratch(self):
("postbuild_plugins", "import_image"),
("exit_plugins", "koji_promote"),
("exit_plugins", "koji_tag_build"),
("exit_plugins", "remove_worker_metadata"),
("exit_plugins", "import_image"),
("prebuild_plugins", "check_and_set_rebuild"),
("prebuild_plugins", "stop_autorebuild_if_disabled")
Expand Down

0 comments on commit 00a8498

Please sign in to comment.