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:
|
- nodeset:
|
||||||
name: treasuremap-single-node
|
name: treasuremap-single-node
|
||||||
nodes:
|
nodes:
|
||||||
- name: ubuntu-xenial
|
- name: ubuntu-bionic
|
||||||
label: ubuntu-xenial
|
label: ubuntu-bionic
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: treasuremap-site-lint
|
name: treasuremap-site-lint
|
||||||
|
@ -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: ubuntu-xenial
|
- hosts: ubuntu-bionic
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install required packages
|
- name: Install required packages
|
||||||
shell: |
|
shell: |
|
||||||
|
@ -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: ubuntu-xenial
|
- hosts: ubuntu-bionic
|
||||||
tasks:
|
tasks:
|
||||||
- name: Replace Armada manifest
|
- name: Replace Armada manifest
|
||||||
shell: |
|
shell: |
|
||||||
|
@ -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: ubuntu-xenial
|
- hosts: ubuntu-bionic
|
||||||
tasks:
|
tasks:
|
||||||
- name: Build debug report
|
- name: Build debug report
|
||||||
shell: |
|
shell: |
|
||||||
|
@ -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: ubuntu-xenial
|
- hosts: ubuntu-bionic
|
||||||
tasks:
|
tasks:
|
||||||
- name: Generate site certificates
|
- name: Generate site certificates
|
||||||
shell: |
|
shell: |
|
||||||
|
@ -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: ubuntu-xenial
|
- hosts: ubuntu-bionic
|
||||||
tasks:
|
tasks:
|
||||||
- name: Git config
|
- name: Git config
|
||||||
shell: |
|
shell: |
|
||||||
|
@ -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: ubuntu-xenial
|
- hosts: ubuntu-bionic
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install Docker CE
|
- name: Install Docker CE
|
||||||
shell: |
|
shell: |
|
||||||
|
@ -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: ubuntu-xenial
|
- hosts: ubuntu-bionic
|
||||||
tasks:
|
tasks:
|
||||||
- name: Lint site
|
- name: Lint site
|
||||||
shell: |
|
shell: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user