Skip to content

Commit 4c4ecbe

Browse files
author
Elod Illes
committed
[CI][stable-only] Fix horizon-cross-ironic-ui-npm job
Zuul says there is a configuration error as there does not exist a job named 'horizon-nodejs10-run-test'. In yoga the supported runtime [1] was already NodeJS 14, and the defined job is horizon-nodejs14-run-test as well, and there is no NodeJS 10 based job anymore. This patch replaces the parent job from horizon-nodejs10-run-test to horizon-nodejs14-run-test of horizon-cross-ironic-ui-npm. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: I9825e06217bb80609edf67ee33666d8a82a44ad3 Signed-off-by: Elod Illes <elod.illes@est.tech>
1 parent b08409c commit 4c4ecbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.zuul.d/cross-jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
- job:
2121
name: horizon-cross-ironic-ui-npm
22-
parent: horizon-nodejs10-run-test
22+
parent: horizon-nodejs14-run-test
2323
pre-run: playbooks/cross-jobs/phantomjs-deps.yaml
2424
vars:
2525
zuul_work_dir: "{{ zuul.projects['opendev.org/openstack/ironic-ui'].src_dir }}"

0 commit comments

Comments
 (0)