summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-01-22 02:18:09 +0000
committerGerrit Code Review <review@openstack.org>2022-01-22 02:18:09 +0000
commitae779740c55424699948a1d05609fd7684fe0f22 (patch)
treee757ddab292650584eba1c467f8bef735144f78c /.zuul.yaml
parent5ad0d0cdbe86c9d714628ea4e4e08cf9a03ad93d (diff)
parent40c0f7fdd9c2f99eac9cd8d137fbce97a6ecd30e (diff)
downloadnova-ae779740c55424699948a1d05609fd7684fe0f22.tar.gz
Merge "nova-next: Deploy noVNC from source instead of packages"
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 4238365135..f33ce0a5fa 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -214,10 +214,13 @@
Starting in Train, the job enabled counting quota usage from placement.
Starting in Ussuri, the job was changed to multinode.
Starting in Wallaby, the job defaults to the q35 machine type.
+ Starting in Yoga, the job tests noVNC from source.
Runs all tempest compute API and most scenario tests concurrently.
irrelevant-files: *nova-base-irrelevant-files
# Run post-tempest tests like for nova-manage commands.
post-run: playbooks/nova-next/post.yaml
+ required-projects:
+ - novnc/novnc
vars:
# We use the "all" environment for tempest_test_regex and
# tempest_exclude_regex.
@@ -290,6 +293,8 @@
ENABLE_VOLUME_MULTIATTACH: True
# Added in Ussuri.
FORCE_CONFIG_DRIVE: True
+ # Added in Yoga.
+ NOVNC_FROM_PACKAGE: False
devstack_services:
# Disable OVN services
br-ex-tcpdump: false
@@ -322,6 +327,8 @@
NOVA_USE_SERVICE_TOKEN: True
NOVA_CONSOLE_PROXY_COMPUTE_TLS: True
FORCE_CONFIG_DRIVE: True
+ # Added in Yoga.
+ NOVNC_FROM_PACKAGE: False
devstack_services:
# Disable OVN services
br-ex-tcpdump: false