
As per 2025.1 testing runtime[1], we need to move testing on Ubuntu Noble. Tracking: https://etherpad.opendev.org/p/migrate-to-noble [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: Id5bdc606e256e5e70fccd8760ccc1e40d8e2d144
62 lines
1.9 KiB
YAML
62 lines
1.9 KiB
YAML
- job:
|
|
name: devstack-plugin-container-dsvm
|
|
parent: devstack
|
|
pre-run: playbooks/devstack-plugin-container-dsvm/pre.yaml
|
|
run: playbooks/devstack-plugin-container-dsvm/run.yaml
|
|
post-run: playbooks/devstack-plugin-container-dsvm/post.yaml
|
|
timeout: 4200
|
|
required-projects:
|
|
- openstack/devstack
|
|
- openstack/devstack-plugin-container
|
|
vars:
|
|
devstack_localrc:
|
|
USE_PYTHON3: true
|
|
devstack_plugins:
|
|
devstack-plugin-container: https://opendev.org/openstack/devstack-plugin-container
|
|
|
|
- job:
|
|
name: devstack-plugin-container-k8s
|
|
parent: devstack-minimal
|
|
nodeset: openstack-two-node-noble
|
|
pre-run: playbooks/devstack-plugin-container-k8s/pre.yaml
|
|
run: playbooks/devstack-plugin-container-k8s/run.yaml
|
|
post-run: playbooks/devstack-plugin-container-k8s/post.yaml
|
|
timeout: 7200
|
|
required-projects:
|
|
- openstack/devstack
|
|
- openstack/devstack-plugin-container
|
|
vars:
|
|
devstack_services:
|
|
# Ignore any default set by devstack. Emit a "disable_all_services".
|
|
base: false
|
|
etcd3: true
|
|
container: true
|
|
k8s-master: true
|
|
devstack_localrc:
|
|
K8S_TOKEN: "9agf12.zsu5uh2m4pzt3qba"
|
|
USE_PYTHON3: true
|
|
devstack_plugins:
|
|
devstack-plugin-container: https://opendev.org/openstack/devstack-plugin-container
|
|
group-vars:
|
|
subnode:
|
|
devstack_services:
|
|
# Ignore any default set by devstack. Emit a "disable_all_services".
|
|
base: false
|
|
container: true
|
|
k8s-node: true
|
|
devstack_localrc:
|
|
K8S_TOKEN: "9agf12.zsu5uh2m4pzt3qba"
|
|
USE_PYTHON3: true
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- openstack-tox-bashate
|
|
- devstack-plugin-container-dsvm
|
|
- devstack-plugin-container-k8s:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-bashate
|
|
- devstack-plugin-container-dsvm
|