diff options
author | Monty Taylor <mordred@inaugust.com> | 2019-01-21 20:01:16 +0000 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2019-02-04 21:26:37 +0000 |
commit | 3294e6e3e39a3c03ae0f817cc4256005c0e53b75 (patch) | |
tree | 1e8987c1ae3b2e0226f2966db88d6ef99eb2e92c /.zuul.yaml | |
parent | 7fe0e780cf4278feccd78290e7d6638e3ac4f79b (diff) | |
download | zuul-3294e6e3e39a3c03ae0f817cc4256005c0e53b75.tar.gz |
Use node v10 instead of node v8
nodejs v10 is the latest LTS release of node. Update to use it
instead of v8. One would not expect this to impact us much, but
in theory v10 is faster so we could see quicker compile times.
Update zuul-build-dashboard to run on changes to
install-js-tools.
Downloaded the 10.x version of the upstream setup script and
updated the header.
Made a meaningless change in package.json to trigger build jobs.
Change-Id: Ibfc732a9b725f8ee5f0eb51ece11692694956592
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.zuul.yaml b/.zuul.yaml index 693385cc0..c3ca07b9b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -186,11 +186,11 @@ - zuul-build-dashboard-multi-tenant - nodejs-npm-run-lint: vars: - node_version: 8 + node_version: 10 zuul_work_dir: "{{ zuul.project.src_dir }}/web" - nodejs-npm-run-test: vars: - node_version: 8 + node_version: 10 zuul_work_dir: "{{ zuul.project.src_dir }}/web" success-url: 'npm/reports/bundle.html' files: @@ -217,11 +217,11 @@ - zuul-build-dashboard - nodejs-npm-run-lint: vars: - node_version: 8 + node_version: 10 zuul_work_dir: "{{ zuul.project.src_dir }}/web" - nodejs-npm-run-test: vars: - node_version: 8 + node_version: 10 zuul_work_dir: "{{ zuul.project.src_dir }}/web" success-url: 'npm/reports/bundle.html' files: @@ -236,7 +236,7 @@ - publish-zuul-python-branch-tarball - publish-openstack-javascript-content: vars: - node_version: 8 + node_version: 10 zuul_work_dir: "{{ zuul.project.src_dir }}/web" create_tarball_directory: build promote: |