Replace nested-virt-ubuntu-jammy with nested-virt-ubuntu-noble nodes
ubuntu noble doesn't allow to install python packages at system level, so the devstack venv should be used. devstack-tobiko-functional voting is disabled because some tests related to processes fail on noble. Depends-On: I2e7cf080ba0998be65614e79d4cf67357af1b27d Change-Id: Ibeb8cab99ddb1cd7e926a37564f418636e4ea91c
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
abstract: false
|
||||
name: devstack-tobiko-functional
|
||||
parent: devstack-tobiko
|
||||
voting: true
|
||||
voting: false
|
||||
description: Run tobiko functional test cases
|
||||
vars:
|
||||
test_workflow: functional
|
||||
|
@@ -17,7 +17,7 @@
|
||||
abstract: false
|
||||
name: devstack-tobiko-minimal
|
||||
parent: devstack
|
||||
nodeset: devstack-tobiko-jammy
|
||||
nodeset: devstack-tobiko-noble
|
||||
voting: true
|
||||
branches:
|
||||
regex: ^(unmaintained|stable/(wallaby|xena|yoga|zed|2023.1)).*$
|
||||
@@ -72,6 +72,13 @@
|
||||
test_log_debug: true
|
||||
test_case_timeout: 1800
|
||||
test_workflow: faults
|
||||
python_exe_dirs:
|
||||
- /opt/stack/data/venv/bin
|
||||
- /opt/stack/bindep-venv/bin
|
||||
- ~/.local/bin
|
||||
- ~/bin
|
||||
- /usr/local/bin
|
||||
- /usr/bin
|
||||
pre-run: playbooks/devstack/pre.yaml
|
||||
run: playbooks/devstack/run.yaml
|
||||
post-run: playbooks/devstack/post.yaml
|
||||
|
@@ -20,7 +20,7 @@
|
||||
abstract: false
|
||||
name: devstack-tobiko
|
||||
parent: devstack
|
||||
nodeset: devstack-tobiko-jammy
|
||||
nodeset: devstack-tobiko-noble
|
||||
voting: true
|
||||
branches:
|
||||
regex: ^(unmaintained|stable/(wallaby|xena|yoga|zed|2023.1)).*$
|
||||
@@ -117,6 +117,13 @@
|
||||
test_log_debug: true
|
||||
test_case_timeout: 1800
|
||||
test_workflow: faults
|
||||
python_exe_dirs:
|
||||
- /opt/stack/data/venv/bin
|
||||
- /opt/stack/bindep-venv/bin
|
||||
- ~/.local/bin
|
||||
- ~/bin
|
||||
- /usr/local/bin
|
||||
- /usr/bin
|
||||
pre-run: playbooks/devstack/pre.yaml
|
||||
run: playbooks/devstack/run.yaml
|
||||
post-run: playbooks/devstack/post.yaml
|
||||
|
@@ -12,11 +12,10 @@
|
||||
|
||||
|
||||
- nodeset:
|
||||
name: devstack-tobiko-jammy
|
||||
name: devstack-tobiko-noble
|
||||
nodes:
|
||||
- name: controller
|
||||
# label: ubuntu-jammy
|
||||
label: nested-virt-ubuntu-jammy
|
||||
label: nested-virt-ubuntu-noble
|
||||
groups: *STANDALONE_GROUPS
|
||||
|
||||
|
||||
@@ -26,11 +25,11 @@
|
||||
name: devstack-tobiko-multinode
|
||||
nodes:
|
||||
- name: controller
|
||||
label: nested-virt-ubuntu-jammy
|
||||
label: nested-virt-ubuntu-noble
|
||||
- name: compute1
|
||||
label: nested-virt-ubuntu-jammy
|
||||
label: nested-virt-ubuntu-noble
|
||||
- name: compute2
|
||||
label: nested-virt-ubuntu-jammy
|
||||
label: nested-virt-ubuntu-noble
|
||||
groups: &MULTINODE_GROUPS
|
||||
# Node where tests are executed and test results collected
|
||||
- name: tempest
|
||||
|
Reference in New Issue
Block a user