Files
zuul-config/playbooks/CI-setup/presetup.yaml
Graham Whaley 7000de896a QA CI: Add Ubuntu 16.04 QA CI
Add the relevant pipeline, jobs, roles, playbooks etc.
to enable a Kata QA CI build/run on Ubuntu 16.04 triggered
by the relevant github state changes.

Change-Id: Id4174c68856bbb792c002b05e36e36bfe19dbca9
Signed-off-by: Graham Whaley <graham.whaley@intel.com>
2019-03-13 17:23:29 +00:00

19 lines
499 B
YAML

---
- hosts: all
tasks:
- name: Run Kata CI setup
args:
executable: /bin/bash
chdir: "{{ zuul.project.src_dir }}"
shell: |
set -x
# set a ${WORKSPACE}, so we look enough like a Jenkins env that
# the Kata ci script will execute
export WORKSPACE=$HOME
export GOPATH=$HOME/go
export CI=true
export ZUUL=true
export PATH=${GOPATH}/bin:/usr/sbin:$PATH
.ci/install_go.sh -p -f
.ci/setup.sh