Jordan Jensen 37515f337a Remove docker build for zuul jobs
Instead of using docker to build, lint, and unit tests we can instead
use go directly using Zuul.

Change-Id: I4c22c4f977c94437717da73f52e9665b4e86040d
2020-01-07 10:03:55 -08:00

11 lines
219 B
YAML

---
- hosts: all
name: Run tests
tasks:
- name: make test
make:
target: test
chdir: "{{ zuul.project.src_dir }}"
environment:
PATH: "{{ ansible_env.PATH }}:/usr/local/go/bin"