RETIRED, Zuul configuration files for the Kata tenant
Go to file
Graham Whaley 31c8ee102b QA CI: Put /usr/local/go/bin in PATH
The CI setup scripts may (likely will) install the correct
version of golang into /usr/local/go/* when run. Ensure
we have that in our PATH before the system default go,
else the build will likely fail (due to using the wrong
go version).

The modification is in two places (playbook and role/task),
as afaict there is no mechanism to set an ansible style
`environment` at a higher level, such as the higher level
Zuul jobs.yaml file, that will then persist across all
sub-execution units. We could maybe place the required PATH
into a var, and use that to set the PATH in the lower down
items *if* maintenance becomes too much of a burden.

Change-Id: I34205d5c4397d730eaf266122591140e0647b49b
Signed-off-by: Graham Whaley <graham.whaley@intel.com>
2019-04-18 11:17:15 +01:00
playbooks QA CI: Put /usr/local/go/bin in PATH 2019-04-18 11:17:15 +01:00
roles QA CI: Put /usr/local/go/bin in PATH 2019-04-18 11:17:15 +01:00
zuul.d QA CI: Add Ubuntu 16.04 QA CI 2019-03-13 17:23:29 +00:00
.gitignore Initial commit 2019-01-30 14:20:16 +01:00
.gitreview Added .gitreview 2019-01-29 16:36:42 +00:00
LICENSE Initial commit 2019-01-30 14:20:16 +01:00
README.rst Initial commit 2019-01-30 14:20:16 +01:00
bindep.txt Initial commit 2019-01-30 14:20:16 +01:00
test-requirements.txt Initial commit 2019-01-30 14:20:16 +01:00
tox.ini Initial commit 2019-01-30 14:20:16 +01:00

README.rst

Kata Containers Zuul jobs and config

This repo contains a set of ansible playbooks which are used by the Kata Containers tenant in OpenDev's Zuul. It also contains pipelines, jobs and project-template definitions for this Kata Containers tenant.