Ansible job definitions for Zuul
Go to file
Ian Wienand 67ae84ce39 ensure-rust: rework global install
I think the secondary "rustup default" was intended to make sure the
Zuul user sets up to use the installed rust toolchain
(I32f9b285904a7036f9a80ada8a49fa9cf31b5163) but actually results in a
re-download of components and another local installation.  This isn't
really the intention, and also doubles the time spent installing.

From the linked comment, it seems like we're not doing our global
install correctly; even putting it in /usr doesn't avoid the need for
RUST_HOME to be set.  Take it's suggestion and install out-of-the-way
in /opt, use a small /usr/local/bin wrapper to call with correct env
vars set and then setup the installed global binary names to be called
via that.

Change-Id: I28ef747b809a17664305bfd9754022251390647b
2021-10-04 11:43:22 +11:00
doc Merge "Deprecate EOL Python releases and OS versions" 2021-09-30 17:33:30 +00:00
playbooks Bits to keep ansible-lint happy 2021-03-10 18:04:08 +00:00
roles ensure-rust: rework global install 2021-10-04 11:43:22 +11:00
test-playbooks Merge "Explicit tox_extra_args in zuul-jobs-test-tox" 2021-09-30 15:51:44 +00:00
tests Upgrade ansible-lint to 5.0 2021-03-17 15:44:43 +00:00
tools Stop testing playbooks/roles on Ubuntu Xenial 2021-09-17 20:34:37 +00:00
util-tasks More E208 mode fixes 2020-10-31 07:34:03 +00:00
zuul-tests.d Merge "Stop testing playbooks/roles on Ubuntu Xenial" 2021-09-30 14:51:03 +00:00
zuul.d Deprecate EOL Python releases and OS versions 2021-09-23 17:35:32 +00:00
.ansible-lint Remove ansible-lint path exclusions 2021-04-27 08:22:32 +00:00
.gitignore Enable progressive mode with ansible-lint 2020-11-07 03:20:19 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:25:30 +00:00
.stestr.conf Add a python unit test framework 2018-07-25 09:11:25 -07:00
.yamllint yamlint: EOF newlines and comments indent 2020-05-14 08:42:17 +00:00
bindep.txt bindep.txt: skip python-devel for el8 platform 2021-03-11 17:43:59 +00:00
CONTRIBUTING.rst Link the policy to the CONTRIBUTING.rst file 2020-01-28 07:21:08 -05:00
LICENSE Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
linters-requirements.txt Upgrade ansible-lint to 5.0 2021-03-17 15:44:43 +00:00
README.rst Add installation/deprecation documentation 2018-04-11 08:03:57 -07:00
setup.cfg Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
setup.py Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
test-constraints.txt Fix py27 tox 2020-05-27 17:12:32 +02:00
test-requirements.txt Pin protobuf<3.18 for Python<3.6 2021-09-16 19:17:41 +00:00
tox.ini Upgrade ansible-lint to 5.0 2021-03-17 15:44:43 +00:00

Zuul Jobs

This repo contains a set of Zuul jobs and Ansible roles suitable for use by any Zuul system.