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: - nodeset:
name: airship-treasuremap-single-node name: airship-treasuremap-single-node
nodes: nodes:
- name: primary - name: ubuntu-xenial
label: ubuntu-xenial label: ubuntu-xenial
- job: - job:

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- hosts: primary - hosts: ubuntu-xenial
tasks: tasks:
- name: Lint airship-seaworthy site - name: Lint airship-seaworthy site
shell: | shell: |

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- hosts: primary - hosts: ubuntu-xenial
tasks: tasks:
- name: Lint airskiff site - name: Lint airskiff site
shell: | shell: |

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- hosts: primary - hosts: ubuntu-xenial
tasks: tasks:
- name: Git config - name: Git config
shell: | shell: |

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- hosts: primary - hosts: ubuntu-xenial
tasks: tasks:
- name: Install Docker CE - name: Install Docker CE
shell: | shell: |