CI: Use Ubuntu Bionic for nodeset

Currently, treasuremap CI uses Ubuntu-Xenial. This change moves to
Ubuntu-Bionic in order to use the version of Docker requested by the
OpenStack-Helm minikube script.

Change-Id: Iba9bfda21c5a9995c775ff9bdc6bc9e0e2260d1b
This commit is contained in:
Drew Walters 2019-07-09 11:18:38 +00:00 committed by Alexander Hughes
parent 2b32cc2c80
commit 598929e476
8 changed files with 9 additions and 9 deletions

View File

@ -38,8 +38,8 @@
- nodeset:
name: treasuremap-single-node
nodes:
- name: ubuntu-xenial
label: ubuntu-xenial
- name: ubuntu-bionic
label: ubuntu-bionic
- job:
name: treasuremap-site-lint

View File

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

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
- hosts: ubuntu-xenial
- hosts: ubuntu-bionic
tasks:
- name: Replace Armada manifest
shell: |

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
- hosts: ubuntu-xenial
- hosts: ubuntu-bionic
tasks:
- name: Build debug report
shell: |

View File

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

View File

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

View File

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