Skip to content

Commit 2a6f714

Browse files
committed
Update horizon cross-npm job to define a node_version
As of Id2e26a6099ba276feb804ce49a6b591282cc2b0c the default node_version has been removed. Incidentally the default was 14 which is just plain wrong. So lets add a value into our cross job vars. Use something like: cd path/to/horizon git grep node_version origin/stable/2024.1 -- .zuul.d to pick a likely value. Signed-off-by: Tony Breeds <tony@bakeyournoodle.com> Change-Id: Ib3358c3cae9fc196ba9f2aa41a6c50be4eb4be47
1 parent a409487 commit 2a6f714

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.zuul.d/cross-jobs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
vars:
4141
zuul_work_dir: "{{ (zuul.projects.values() | selectattr('required') | selectattr('name', 'match', '^(?!openstack/requirements)') | list)[0].src_dir }}"
4242
tox_constraints_file: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/requirements'].src_dir }}/upper-constraints.txt"
43+
node_version: 20
4344
pre-run: playbooks/nodejs-pre.yaml
4445
files:
4546
- upper-constraints.txt

0 commit comments

Comments
 (0)