From d0742e34d602d072c1732b7edca97780f22a0bbc Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Tue, 4 Dec 2018 16:10:17 +0000 Subject: [PATCH] zuul: Update Zuul nodeset name This commit seeks to standardize the Zuul nodeset name to match other projects and the existing `ubuntu-xenial` label. Change-Id: I199e47da2a3738388aea612e43c0f55ed8bf2366 --- .zuul.yaml | 2 +- tools/gate/playbooks/airship-seaworthy-site-lint.yaml | 2 +- tools/gate/playbooks/airskiff-site-lint.yaml | 2 +- tools/gate/playbooks/git-config.yaml | 2 +- tools/gate/playbooks/install-docker.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 44f0b0267..baf815551 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -27,7 +27,7 @@ - nodeset: name: airship-treasuremap-single-node nodes: - - name: primary + - name: ubuntu-xenial label: ubuntu-xenial - job: diff --git a/tools/gate/playbooks/airship-seaworthy-site-lint.yaml b/tools/gate/playbooks/airship-seaworthy-site-lint.yaml index e62105b24..d26bcf3bc 100644 --- a/tools/gate/playbooks/airship-seaworthy-site-lint.yaml +++ b/tools/gate/playbooks/airship-seaworthy-site-lint.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -- hosts: primary +- hosts: ubuntu-xenial tasks: - name: Lint airship-seaworthy site shell: | diff --git a/tools/gate/playbooks/airskiff-site-lint.yaml b/tools/gate/playbooks/airskiff-site-lint.yaml index 6ec43e404..062e8fa51 100644 --- a/tools/gate/playbooks/airskiff-site-lint.yaml +++ b/tools/gate/playbooks/airskiff-site-lint.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -- hosts: primary +- hosts: ubuntu-xenial tasks: - name: Lint airskiff site shell: | diff --git a/tools/gate/playbooks/git-config.yaml b/tools/gate/playbooks/git-config.yaml index b0c600593..2fea1b3c7 100644 --- a/tools/gate/playbooks/git-config.yaml +++ b/tools/gate/playbooks/git-config.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -- hosts: primary +- hosts: ubuntu-xenial tasks: - name: Git config shell: | diff --git a/tools/gate/playbooks/install-docker.yaml b/tools/gate/playbooks/install-docker.yaml index 230229190..ba8201a1f 100644 --- a/tools/gate/playbooks/install-docker.yaml +++ b/tools/gate/playbooks/install-docker.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -- hosts: primary +- hosts: ubuntu-xenial tasks: - name: Install Docker CE shell: |