Commit Graph

5 Commits

Author SHA1 Message Date
Ian Wienand 7683c985cc Remove publish-zuul-python-branch-tarball and release-zuul-python
I believe both these jobs are redundant and handled by artifact driven
jobs from Zuul now.

Change-Id: I310f07205ac31f8b99a7a3b80b9460162d92a0c9
2020-02-03 14:15:56 +11:00
Paul Belanger e8b60cf06c Set yarn_lock_file_path for zuul-tarball jobs
We need to override the path to our yarn.lock file, as we don't have it
in the top-level directory for zuul.

Change-Id: I356056ef488a77288378e8348468e5ec68ccfe39
Depends-On: https://review.openstack.org/620628
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-11-28 10:28:26 -05:00
Paul Belanger d4557c705e Force python3 for zuul-tarball job
Since both zuul and nodepool only support python3, use python3 to build
sdist and bdist_wheel.

Change-Id: I452574f9fd1c34aa60e81d63d2bc6771a30b51d6
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-10-11 21:12:30 -04:00
Paul Belanger 5abfcac335 Fix syntax error with zuul-tarball job
Currently zuul_work_dir is not defined. We can fix this by using
zuul.project.src_dir from the inventory file.

Change-Id: I61b65f73b9ba7ae14e3a0a5ce1dccaa325a77362
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-10-11 19:26:39 -04:00
Monty Taylor 643c176982
Add release-zuul-python job that deals with javascript
The zuul releases need to build javascript when making artifacts. We
also don't want to use the openstack project-template for zuul and
nodepool.

Add a new job and remove the release template from project-config. We'll
add release-zuul-python from zuul and nodepool .zuul.yaml files.

Change-Id: Ic999040ce21e867b2c9279cc3a445fba13a2730f
2018-10-03 11:18:44 -05:00