summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanchandavishal <manchandavishal143@gmail.com>2022-12-07 15:47:56 +0530
committerVishal Manchanda <manchandavishal143@gmail.com>2023-01-17 04:58:14 +0000
commit203ab558ab4563d8da21bf194b6d65960af91f49 (patch)
tree2525030670f48a17d3e1923c4fb711c4cb85a83d
parentaec6340398a5d6e65cda926247c2e08dff29ee4d (diff)
downloadhorizon-203ab558ab4563d8da21bf194b6d65960af91f49.tar.gz
Update nodejs version in parent job of "horizon-cross-ironic-ui-npm"
horizon and ironic-ui already migrated to nodejs18 but parent job of 'horizon-cross-ironic-ui-npm' still uses nodejs16. So this patch updates nodejs16->nodejs18 version in parent job of "horizon-cross-ironic-ui-npm". Note: It also updates the python version to py39->py310 in parent jobs of "horizon-cross-manila-ui-python" and "horizon-cross-heat-dashboard-python" as per the antelope runtime. Change-Id: I4b34661e91cb307df49f7282196cca8961d7eac1
-rw-r--r--.zuul.d/cross-jobs.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.zuul.d/cross-jobs.yaml b/.zuul.d/cross-jobs.yaml
index 5904d5247..74174d73e 100644
--- a/.zuul.d/cross-jobs.yaml
+++ b/.zuul.d/cross-jobs.yaml
@@ -11,7 +11,7 @@
- job:
name: horizon-cross-manila-ui-python
- parent: openstack-tox-py39
+ parent: openstack-tox-py310
vars:
zuul_work_dir: "{{ zuul.projects['opendev.org/openstack/manila-ui'].src_dir }}"
required-projects:
@@ -19,7 +19,7 @@
- job:
name: horizon-cross-ironic-ui-npm
- parent: horizon-nodejs16-run-test
+ parent: horizon-nodejs18-run-test
pre-run: playbooks/cross-jobs/phantomjs-deps.yaml
vars:
zuul_work_dir: "{{ zuul.projects['opendev.org/openstack/ironic-ui'].src_dir }}"
@@ -28,7 +28,7 @@
- job:
name: horizon-cross-heat-dashboard-python
- parent: openstack-tox-py39
+ parent: openstack-tox-py310
vars:
zuul_work_dir: "{{ zuul.projects['opendev.org/openstack/heat-dashboard'].src_dir }}"
required-projects: