From 6de777435e32526e23debf83a9d3e5dbf1bde053 Mon Sep 17 00:00:00 2001 From: okozachenko Date: Thu, 2 Jul 2020 20:58:23 +0300 Subject: [PATCH] Add golang-jobs project template Change-Id: I2a7a0dd8f74322a0b22fc517c5beee741a383fd9 --- zuul.d/project-templates.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 zuul.d/project-templates.yaml diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml new file mode 100644 index 0000000..a8a0f04 --- /dev/null +++ b/zuul.d/project-templates.yaml @@ -0,0 +1,13 @@ +--- +- project-template: + name: golang-jobs + description: | + golang template + check: + jobs: + - golang-fmt + - golang-unit + gate: + jobs: + - golang-fmt + - golang-unit