0ee411860a
Adds jobs to test and build go packages. Adds a role to download and install go from the official download page (https://golang.org/dl/). Adds a role to run commands with go e.g build, test, run. Change-Id: Iad2d877fffa2530e9fdeec648a60755a80cf01f4
19 lines
347 B
YAML
19 lines
347 B
YAML
- job:
|
|
name: zuul-jobs-test-golang-go
|
|
parent: golang-go
|
|
description: Test the golang-go job
|
|
files:
|
|
- playbooks/go
|
|
- roles/install-go
|
|
- role/go
|
|
- zuul.d/go-jobs.yaml
|
|
vars:
|
|
go_command: version
|
|
|
|
- project:
|
|
check:
|
|
jobs: &id001
|
|
- zuul-jobs-test-golang-go
|
|
gate:
|
|
jobs: *id001
|