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:
parent
2b32cc2c80
commit
598929e476
@ -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
|
||||
|
@ -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: |
|
||||
|
@ -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: |
|
||||
|
@ -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: |
|
||||
|
@ -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: |
|
||||
|
@ -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: |
|
||||
|
@ -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: |
|
||||
|
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user