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
This commit is contained in:
Drew Walters 2018-12-04 16:10:17 +00:00
parent 4f46b2c5f7
commit d0742e34d6
5 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@
- nodeset:
name: airship-treasuremap-single-node
nodes:
- name: primary
- name: ubuntu-xenial
label: ubuntu-xenial
- job:

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |