As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Tempest based jobs will be migrate automatically once devstack base job start running on Focal(Depends-On). This commit migrates devstack-plugin-container job to run on focal. Depends-On: https://review.opendev.org/#/c/734700 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html Change-Id: I1a3ac070027805691fc1007458ac02567f847ae9
64 lines
2.0 KiB
YAML
64 lines
2.0 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-gate
|
|
- 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-focal
|
|
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-gate
|
|
- 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
|