Move Ubuntu builds away from nb04

Something about the debootstrap processes destroys the nodepool
container, making not only this Ubuntu builds fail but then every
build after.

Move them back to regular builders while we debug further.

Change-Id: I48eb721bffafe2404a332192976848dba2ca80cc
This commit is contained in:
Ian Wienand 2020-04-20 17:03:55 +10:00
parent 054a73ea3e
commit 03a2a71984
2 changed files with 22 additions and 6 deletions

View File

@ -332,7 +332,7 @@ diskimages:
- name: ubuntu-bionic-plain
parent: base-debuntu
pause: false
pause: true
elements:
- ubuntu-minimal
- cache-devstack
@ -343,7 +343,7 @@ diskimages:
- name: ubuntu-xenial-plain
parent: base-debuntu
pause: false
pause: true
elements:
- ubuntu-minimal
- cache-devstack

View File

@ -329,13 +329,29 @@ diskimages:
############ Plain images #############
# NOTE : these only build on nb04; see that configuration file
- name: ubuntu-bionic-plain
pause: true
parent: base-debuntu
pause: false
elements:
- ubuntu-minimal
- cache-devstack
release: bionic
env-vars:
DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/ubuntu'
DIB_DEBIAN_COMPONENTS: 'main,universe'
- name: ubuntu-xenial-plain
pause: true
parent: base-debuntu
pause: false
elements:
- ubuntu-minimal
- cache-devstack
release: xenial
env-vars:
DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/ubuntu'
DIB_DEBIAN_COMPONENTS: 'main,universe'
# NOTE : these only build on nb04; see that configuration file
- name: opensuse-15-plain
pause: true