From 6b9dc8f7bdeb5968c04568b2e8c0f6644fa6ea2e Mon Sep 17 00:00:00 2001 From: okozachenko1203 Date: Thu, 24 Oct 2024 13:10:06 +1100 Subject: [PATCH] add golang-go abstract job --- zuul.d/jobs.yaml | 8 +++++++- zuul.d/project.yaml | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index d980dc6fd..a8e600e29 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -1,8 +1,14 @@ - job: - name: atmosphere-unit-test + name: atmosphere-golang-go parent: golang-go + abstract: true vars: go_version: 1.21.13 + +- job: + name: atmosphere-golang-go-test + parent: atmosphere-golang-go + vars: go_command: test ./... -v - job: diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 33f2d2b69..98d86ae5a 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -17,7 +17,7 @@ check: jobs: - atmosphere-chart-vendor - - atmosphere-unit-test + - atmosphere-golang-go-test - atmosphere-linters - atmosphere-tox-py3 - atmosphere-build-collection: @@ -87,7 +87,7 @@ gate: jobs: - atmosphere-chart-vendor - - atmosphere-unit-test + - atmosphere-golang-go-test - atmosphere-linters - atmosphere-tox-py3 - atmosphere-build-collection: