2017-10-16 04:52:12 +00:00
|
|
|
- job:
|
2018-05-23 02:11:13 +00:00
|
|
|
name: dib-functests-base
|
|
|
|
abstract: true
|
|
|
|
parent: base
|
|
|
|
run: playbooks/dib-functests/run.yaml
|
|
|
|
post-run: playbooks/dib-functests/post.yaml
|
2018-10-15 06:18:44 +00:00
|
|
|
timeout: 5400
|
2017-10-16 04:52:12 +00:00
|
|
|
required-projects:
|
|
|
|
- openstack/diskimage-builder
|
2018-05-23 02:11:13 +00:00
|
|
|
- openstack/requirements
|
|
|
|
irrelevant-files:
|
|
|
|
- ^.*\.rst$
|
|
|
|
- ^doc/.*$
|
2017-10-16 04:52:12 +00:00
|
|
|
|
|
|
|
- job:
|
2018-05-23 02:11:13 +00:00
|
|
|
name: dib-functests-default
|
|
|
|
description: |
|
|
|
|
This is the base set of stable tests
|
|
|
|
abstract: true
|
|
|
|
parent: dib-functests-base
|
|
|
|
vars:
|
|
|
|
dib_functests:
|
|
|
|
- apt-sources/test-sources
|
2019-09-26 01:11:36 +00:00
|
|
|
- centos-minimal/7-build-succeeds
|
|
|
|
- centos-minimal/8-build-succeeds
|
2018-05-23 02:11:13 +00:00
|
|
|
- pip-and-virtualenv/source-install-ubuntu
|
|
|
|
- ubuntu-minimal/trusty-build-succeeds
|
|
|
|
- ubuntu-minimal/xenial-build-succeeds
|
|
|
|
- ubuntu-minimal/bionic-build-succeeds
|
2017-10-16 04:52:12 +00:00
|
|
|
|
|
|
|
- job:
|
2018-05-23 02:11:13 +00:00
|
|
|
name: dib-functests-image
|
|
|
|
description: |
|
|
|
|
This is tests that rely on downloading an upstream
|
|
|
|
image. We generally do not have mirrors for these images
|
|
|
|
so they can be slighlty unreliable.
|
|
|
|
abstract: true
|
|
|
|
voting: false
|
|
|
|
parent: dib-functests-base
|
|
|
|
vars:
|
|
|
|
dib_functests:
|
|
|
|
- centos7/build-succeeds
|
2019-09-24 10:46:12 +00:00
|
|
|
- centos/8-build-succeeds
|
2018-05-23 02:11:13 +00:00
|
|
|
- opensuse/build-succeeds
|
2019-08-30 20:35:27 +00:00
|
|
|
- opensuse/opensuse15-build-succeeds
|
2018-05-23 02:11:13 +00:00
|
|
|
- ubuntu/trusty-build-succeeds
|
|
|
|
- ubuntu/xenial-build-succeeds
|
|
|
|
- ubuntu/bionic-build-succeeds
|
2017-10-16 04:52:12 +00:00
|
|
|
|
|
|
|
- job:
|
2018-05-23 02:11:13 +00:00
|
|
|
name: dib-functests-extras
|
|
|
|
description: |
|
|
|
|
These are tests which are not as widely supported as the
|
|
|
|
core platforms
|
|
|
|
abstract: true
|
|
|
|
voting: false
|
|
|
|
parent: dib-functests-base
|
|
|
|
vars:
|
|
|
|
dib_functests:
|
|
|
|
- gentoo/build-succeeds
|
|
|
|
- debian-minimal/stable-vm
|
2017-10-16 04:52:12 +00:00
|
|
|
|
2018-10-30 00:05:10 +00:00
|
|
|
- job:
|
|
|
|
name: dib-functests-containers
|
|
|
|
description: |
|
|
|
|
These are tests for elements focused on containers or other
|
|
|
|
small deployments
|
|
|
|
abstract: true
|
|
|
|
voting: false
|
|
|
|
parent: dib-functests-base
|
|
|
|
vars:
|
|
|
|
dib_functests:
|
|
|
|
- ubuntu-systemd-container/bionic-build-succeeds
|
|
|
|
- ubuntu-systemd-container/xenial-build-succeeds
|
|
|
|
|
2019-08-14 05:43:46 +00:00
|
|
|
- job:
|
|
|
|
name: dib-functests-arm64
|
|
|
|
description: |
|
|
|
|
ARM64 build tests
|
|
|
|
abstract: true
|
|
|
|
parent: dib-functests-base
|
|
|
|
vars:
|
|
|
|
dib_functests:
|
|
|
|
- ubuntu-minimal/bionic-arm64-build-succeeds
|
2020-04-16 04:15:50 +00:00
|
|
|
- centos-minimal/8-aarch64-build-succeeds
|
2019-08-14 05:43:46 +00:00
|
|
|
|
2018-05-23 02:11:13 +00:00
|
|
|
# Bionic / Python3 tests
|
|
|
|
- job:
|
|
|
|
name: dib-functests-bionic-python3
|
|
|
|
description: |
|
2018-10-30 00:05:10 +00:00
|
|
|
Run the default tests on a Bionic build host with Python 3
|
2018-05-23 02:11:13 +00:00
|
|
|
parent: dib-functests-default
|
|
|
|
nodeset: ubuntu-bionic
|
2020-02-18 15:23:02 +00:00
|
|
|
vars:
|
|
|
|
# These can only build on bionic
|
|
|
|
dib_functests_extra:
|
|
|
|
- fedora-minimal/build-succeeds
|
2018-05-23 02:11:13 +00:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: dib-functests-bionic-python3-image
|
|
|
|
description: |
|
2018-10-30 00:05:10 +00:00
|
|
|
The image tests on a Bionic build host with Python 3
|
2018-05-23 02:11:13 +00:00
|
|
|
parent: dib-functests-image
|
|
|
|
nodeset: ubuntu-bionic
|
2020-02-18 15:23:02 +00:00
|
|
|
vars:
|
|
|
|
dib_functests_extra:
|
|
|
|
- fedora/build-succeeds
|
2018-05-23 02:11:13 +00:00
|
|
|
voting: false
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: dib-functests-bionic-python3-extras
|
|
|
|
description: |
|
2018-10-30 00:05:10 +00:00
|
|
|
The extras tests on a Bionic build host with Python 3
|
2018-05-23 02:11:13 +00:00
|
|
|
parent: dib-functests-extras
|
|
|
|
nodeset: ubuntu-bionic
|
|
|
|
voting: false
|
|
|
|
|
2018-10-30 00:05:10 +00:00
|
|
|
- job:
|
|
|
|
name: dib-functests-bionic-python3-containers
|
|
|
|
description: |
|
|
|
|
The containers tests on a Bionic build host with Python 3
|
|
|
|
parent: dib-functests-containers
|
|
|
|
nodeset: ubuntu-bionic
|
|
|
|
voting: false
|
|
|
|
|
2018-05-23 02:11:13 +00:00
|
|
|
# Xenial / Python3 tests
|
|
|
|
- job:
|
|
|
|
name: dib-functests-xenial-python3
|
|
|
|
description: |
|
|
|
|
Run the default tests on a Xenial build host with Python 3
|
|
|
|
parent: dib-functests-default
|
|
|
|
nodeset: ubuntu-xenial
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: dib-functests-xenial-python3-image
|
|
|
|
description: |
|
|
|
|
The image tests on a Xenial build host with Python 3
|
|
|
|
parent: dib-functests-image
|
|
|
|
nodeset: ubuntu-xenial
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: dib-functests-xenial-python3-extras
|
|
|
|
description: |
|
|
|
|
The extras tests on a Xenial build host with Python 3
|
|
|
|
parent: dib-functests-extras
|
|
|
|
nodeset: ubuntu-xenial
|
|
|
|
vars:
|
|
|
|
# opensuse-minimal can only build on xenial ATM, as other
|
|
|
|
# platforms don't have zypper
|
|
|
|
dib_functests_extra:
|
2019-08-30 20:35:27 +00:00
|
|
|
- opensuse-minimal/opensuse15-build-succeeds
|
2018-05-23 02:11:13 +00:00
|
|
|
|
2018-10-30 00:05:10 +00:00
|
|
|
- job:
|
|
|
|
name: dib-functests-xenial-python3-containers
|
|
|
|
description: |
|
|
|
|
The containers tests on a Xenial build host with Python 3
|
|
|
|
parent: dib-functests-containers
|
|
|
|
nodeset: ubuntu-xenial
|
|
|
|
voting: false
|
|
|
|
|
2018-05-23 02:11:13 +00:00
|
|
|
# Centos 7 / Python2 tests
|
|
|
|
- job:
|
|
|
|
name: dib-functests-centos7-python2
|
|
|
|
description: |
|
|
|
|
Run the default tests on a Centos 7 build host with Python 2
|
|
|
|
parent: dib-functests-default
|
|
|
|
nodeset: centos-7
|
|
|
|
vars:
|
|
|
|
dib_python: python2
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: dib-functests-centos7-python2-image
|
|
|
|
description: |
|
|
|
|
The image tests on a Centos 7 build host with Python 2
|
|
|
|
parent: dib-functests-image
|
|
|
|
nodeset: centos-7
|
|
|
|
vars:
|
|
|
|
dib_python: python2
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: dib-functests-centos7-python2-extras
|
|
|
|
description: |
|
|
|
|
The extras tests on a Centos 7 build host with Python 2
|
|
|
|
parent: dib-functests-extras
|
|
|
|
nodeset: centos-7
|
|
|
|
vars:
|
|
|
|
dib_python: python2
|
2019-06-24 20:39:56 +00:00
|
|
|
|
2019-08-14 05:43:46 +00:00
|
|
|
# ARM64 tests
|
|
|
|
- job:
|
|
|
|
name: dib-functests-arm64-bionic
|
|
|
|
description: |
|
|
|
|
ARM64 image tests building on am ARM64 Bionic host
|
|
|
|
nodeset: ubuntu-bionic-arm64
|
|
|
|
parent: dib-functests-arm64
|
2019-07-24 23:37:24 +00:00
|
|
|
|
2020-04-21 03:17:51 +00:00
|
|
|
#
|
2019-08-14 05:43:46 +00:00
|
|
|
# Build and boot functional tests
|
2020-04-21 03:17:51 +00:00
|
|
|
#
|
|
|
|
|
2019-07-24 23:37:24 +00:00
|
|
|
- job:
|
|
|
|
name: dib-nodepool-functional-src-base
|
|
|
|
description: |
|
2020-04-21 03:17:51 +00:00
|
|
|
Base job for DIB functional tests, which build and boot a node
|
|
|
|
under nodepool, using source versions of dependencies such as
|
|
|
|
nodepool, dib, openstacksdk and glean.
|
|
|
|
parent: nodepool-functional-container-openstack-siblings-base
|
2019-07-24 23:37:24 +00:00
|
|
|
vars:
|
|
|
|
nodepool_debug: true
|
|
|
|
|
2019-06-24 20:39:56 +00:00
|
|
|
- job:
|
|
|
|
name: dib-nodepool-functional-openstack-centos-7-src
|
|
|
|
description: |
|
|
|
|
Test building and booting a Centos 7 image with Nodepool and OpenStack
|
2019-07-24 23:37:24 +00:00
|
|
|
parent: dib-nodepool-functional-src-base
|
2019-06-24 20:39:56 +00:00
|
|
|
vars:
|
|
|
|
nodepool_diskimage:
|
|
|
|
base_element: centos-minimal
|
|
|
|
release: '7'
|
|
|
|
mirror: "http://{{ zuul_site_mirror_fqdn }}/centos"
|
|
|
|
|
2019-09-26 01:11:36 +00:00
|
|
|
- job:
|
|
|
|
name: dib-nodepool-functional-openstack-centos-8-src
|
|
|
|
description: |
|
|
|
|
Test building and booting a Centos 8 image with Nodepool and OpenStack
|
|
|
|
parent: dib-nodepool-functional-src-base
|
|
|
|
vars:
|
|
|
|
nodepool_diskimage:
|
|
|
|
base_element: centos-minimal
|
|
|
|
release: '8'
|
|
|
|
mirror: "http://{{ zuul_site_mirror_fqdn }}/centos"
|
|
|
|
|
2019-08-15 06:00:40 +00:00
|
|
|
- job:
|
|
|
|
name: dib-nodepool-functional-openstack-fedora-30-src
|
|
|
|
description: |
|
|
|
|
Test building and booting a Fedora 30 image with Nodepool and OpenStack
|
|
|
|
parent: dib-nodepool-functional-src-base
|
|
|
|
vars:
|
|
|
|
nodepool_diskimage:
|
|
|
|
base_element: fedora-minimal
|
|
|
|
release: '30'
|
|
|
|
|
2020-02-18 15:23:02 +00:00
|
|
|
- job:
|
|
|
|
name: dib-nodepool-functional-openstack-fedora-31-src
|
|
|
|
description: |
|
|
|
|
Test building and booting a Fedora 31 image with Nodepool and OpenStack
|
|
|
|
parent: dib-nodepool-functional-src-base
|
|
|
|
vars:
|
|
|
|
nodepool_diskimage:
|
|
|
|
base_element: fedora-minimal
|
|
|
|
release: '31'
|
|
|
|
|
2019-06-24 20:39:56 +00:00
|
|
|
- job:
|
|
|
|
name: dib-nodepool-functional-openstack-ubuntu-xenial-src
|
|
|
|
description: |
|
|
|
|
Test building and booting an Ubuntu xenial image with Nodepool
|
|
|
|
and OpenStack
|
2019-07-24 23:37:24 +00:00
|
|
|
parent: dib-nodepool-functional-src-base
|
2019-06-24 20:39:56 +00:00
|
|
|
pre-run: playbooks/dib-nodepool/debootstrap.yaml
|
|
|
|
vars:
|
|
|
|
nodepool_diskimage:
|
|
|
|
base_element: ubuntu-minimal
|
|
|
|
release: 'xenial'
|
|
|
|
mirror: "http://{{ zuul_site_mirror_fqdn }}/ubuntu"
|
2020-04-24 02:34:59 +00:00
|
|
|
env-vars:
|
|
|
|
DIB_APT_LOCAL_CACHE: '0'
|
|
|
|
DIB_DISABLE_APT_CLEANUP: '1'
|
|
|
|
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
|
2019-06-24 20:39:56 +00:00
|
|
|
|
2019-07-15 15:04:45 +00:00
|
|
|
- job:
|
|
|
|
name: dib-nodepool-functional-openstack-ubuntu-bionic
|
|
|
|
description: |
|
|
|
|
Test building and booting an Ubuntu bionic image with Nodepool
|
2019-07-24 23:37:24 +00:00
|
|
|
and OpenStack (using released libraries)
|
2019-07-15 15:04:45 +00:00
|
|
|
parent: nodepool-functional-openstack-base
|
|
|
|
pre-run: playbooks/dib-nodepool/debootstrap.yaml
|
|
|
|
vars:
|
2019-07-24 23:37:24 +00:00
|
|
|
nodepool_debug: true
|
2019-07-15 15:04:45 +00:00
|
|
|
nodepool_extra_packages:
|
|
|
|
- debootstrap
|
|
|
|
nodepool_diskimage:
|
|
|
|
base_element: ubuntu-minimal
|
|
|
|
release: 'bionic'
|
|
|
|
mirror: "http://{{ zuul_site_mirror_fqdn }}/ubuntu"
|
2020-04-24 02:34:59 +00:00
|
|
|
env-vars:
|
|
|
|
DIB_APT_LOCAL_CACHE: '0'
|
|
|
|
DIB_DISABLE_APT_CLEANUP: '1'
|
|
|
|
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
|
2019-07-15 15:04:45 +00:00
|
|
|
|
2019-06-24 20:39:56 +00:00
|
|
|
- job:
|
|
|
|
name: dib-nodepool-functional-openstack-ubuntu-bionic-src
|
|
|
|
description: |
|
|
|
|
Test building and booting an Ubuntu bionic image with Nodepool
|
|
|
|
and OpenStack
|
2019-07-24 23:37:24 +00:00
|
|
|
parent: dib-nodepool-functional-src-base
|
2019-06-24 20:39:56 +00:00
|
|
|
pre-run: playbooks/dib-nodepool/debootstrap.yaml
|
|
|
|
vars:
|
|
|
|
nodepool_diskimage:
|
|
|
|
base_element: ubuntu-minimal
|
|
|
|
release: 'bionic'
|
|
|
|
mirror: "http://{{ zuul_site_mirror_fqdn }}/ubuntu"
|
2020-04-24 02:34:59 +00:00
|
|
|
env-vars:
|
|
|
|
DIB_APT_LOCAL_CACHE: '0'
|
|
|
|
DIB_DISABLE_APT_CLEANUP: '1'
|
|
|
|
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
|
2019-06-24 20:39:56 +00:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: dib-nodepool-functional-openstack-gentoo-src
|
|
|
|
description: |
|
|
|
|
Test building and booting a Gentoo image with Nodepool and OpenStack
|
2019-07-24 23:37:24 +00:00
|
|
|
parent: dib-nodepool-functional-src-base
|
2019-06-24 20:39:56 +00:00
|
|
|
vars:
|
|
|
|
nodepool_diskimage:
|
|
|
|
base_element: gentoo
|
|
|
|
release: ''
|
|
|
|
env-vars:
|
2019-09-17 12:40:34 +00:00
|
|
|
GENTOO_PROFILE: 'default/linux/amd64/17.1/systemd'
|
2019-06-24 20:39:56 +00:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: dib-nodepool-functional-openstack-debian-stretch-src
|
|
|
|
description: |
|
|
|
|
Test building and booting a Debian stretch image with Nodepool
|
|
|
|
and OpenStack
|
2019-07-24 23:37:24 +00:00
|
|
|
parent: dib-nodepool-functional-src-base
|
2019-06-24 20:39:56 +00:00
|
|
|
pre-run: playbooks/dib-nodepool/debootstrap.yaml
|
|
|
|
vars:
|
|
|
|
nodepool_diskimage:
|
|
|
|
base_element: debian-minimal
|
|
|
|
release: 'stretch'
|
|
|
|
mirror: "http://{{ zuul_site_mirror_fqdn }}/debian"
|
2020-04-24 02:34:59 +00:00
|
|
|
env-vars:
|
|
|
|
DIB_APT_LOCAL_CACHE: '0'
|
|
|
|
DIB_DISABLE_APT_CLEANUP: '1'
|
|
|
|
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
|
2019-06-24 20:39:56 +00:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: dib-nodepool-functional-openstack-debian-buster-src
|
|
|
|
description: |
|
|
|
|
Test building and booting a Debian buster image with Nodepool
|
|
|
|
and OpenStack
|
2019-07-24 23:37:24 +00:00
|
|
|
parent: dib-nodepool-functional-src-base
|
2019-06-24 20:39:56 +00:00
|
|
|
pre-run: playbooks/dib-nodepool/debootstrap.yaml
|
|
|
|
vars:
|
|
|
|
nodepool_diskimage:
|
|
|
|
base_element: debian-minimal
|
|
|
|
release: 'buster'
|
|
|
|
mirror: "http://{{ zuul_site_mirror_fqdn }}/debian"
|
2020-04-24 02:34:59 +00:00
|
|
|
env-vars:
|
|
|
|
DIB_APT_LOCAL_CACHE: '0'
|
|
|
|
DIB_DISABLE_APT_CLEANUP: '1'
|
|
|
|
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
|
2019-06-24 20:39:56 +00:00
|
|
|
|
2019-06-26 07:50:44 +00:00
|
|
|
- job:
|
2019-08-30 20:35:27 +00:00
|
|
|
name: dib-nodepool-functional-openstack-opensuse-15-src
|
2019-06-26 07:50:44 +00:00
|
|
|
description: |
|
2019-08-30 20:35:27 +00:00
|
|
|
Test building and booting an openSUSE 15.x image with Nodepool
|
2019-06-26 07:50:44 +00:00
|
|
|
and OpenStack
|
2019-07-24 23:37:24 +00:00
|
|
|
parent: dib-nodepool-functional-src-base
|
2019-06-26 07:50:44 +00:00
|
|
|
vars:
|
|
|
|
nodepool_diskimage:
|
|
|
|
base_element: opensuse-minimal
|
|
|
|
release: '15.1'
|
|
|
|
mirror: "http://{{ zuul_site_mirror_fqdn }}/opensuse"
|
2019-06-24 20:39:56 +00:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: dib-nodepool-functional-openstack-opensuse-tumbleweed-src
|
|
|
|
description: |
|
|
|
|
Test building and booting an openSUSE tumbleweed image with
|
|
|
|
Nodepool and OpenStack
|
2019-07-24 23:37:24 +00:00
|
|
|
parent: dib-nodepool-functional-src-base
|
2019-06-24 20:39:56 +00:00
|
|
|
vars:
|
|
|
|
nodepool_diskimage:
|
|
|
|
base_element: opensuse-minimal
|
|
|
|
release: 'tumbleweed'
|