From b97b47dcd8973d9606b98953eed73a1ba8381259 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 1 Mar 2019 19:55:38 -0800 Subject: [PATCH] Remove promote playbook from opendev-promote-docker-image This job inherits from promote-docker-image in zuul-jobs which contains this playbook already; therefore, this job simply duplicated the playbook. Remove it. (You may note this job doesn't add anything to the parent, it exists only for naming consistency, so that people can just use the trio of opendev jobs instead of the upstream ones.) Change-Id: Ib3afc56eadcffe889713dab49f12d836c87c0740 --- playbooks/docker-image/promote.yaml | 3 --- zuul.yaml | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 playbooks/docker-image/promote.yaml diff --git a/playbooks/docker-image/promote.yaml b/playbooks/docker-image/promote.yaml deleted file mode 100644 index 8160bf4..0000000 --- a/playbooks/docker-image/promote.yaml +++ /dev/null @@ -1,3 +0,0 @@ -- hosts: localhost - roles: - - promote-docker-image diff --git a/zuul.yaml b/zuul.yaml index 22a7b50..2525016 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -210,9 +210,6 @@ .. include:: ../../playbooks/docker-image/README.rst .. include:: ../../playbooks/docker-image/credentials.rst - post-run: playbooks/docker-image/promote.yaml - nodeset: - nodes: [] - project: templates: