summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.d/nodejs-jobs.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.zuul.d/nodejs-jobs.yaml b/.zuul.d/nodejs-jobs.yaml
index 25e7a3f2a..3da5272f1 100644
--- a/.zuul.d/nodejs-jobs.yaml
+++ b/.zuul.d/nodejs-jobs.yaml
@@ -6,6 +6,10 @@
vars:
node_version: 16
tox_constraints_file: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/requirements'].src_dir }}/upper-constraints.txt"
+ # NOTE: This is stable branch (<=stable/zed) job and new tox 4
+ # require some changes in tox.ini to be compatible with it. Let's
+ # pin tox <4 for stable branches testing (<=stable/zed).
+ ensure_tox_version: '<4'
nodeset: ubuntu-focal
pre-run: playbooks/horizon-nodejs/pre.yaml
required-projects:
@@ -20,6 +24,10 @@
vars:
node_version: 16
tox_constraints_file: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/requirements'].src_dir }}/upper-constraints.txt"
+ # NOTE: This is stable branch (<=stable/zed) job and new tox 4
+ # require some changes in tox.ini to be compatible with it. Let's
+ # pin tox <4 for stable branches testing (<=stable/zed).
+ ensure_tox_version: '<4'
pre-run: playbooks/horizon-nodejs/pre.yaml
nodeset: ubuntu-focal
required-projects: