Skip to content

Commit

Permalink
add golang-go abstract job
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 committed Oct 24, 2024
1 parent c5bb4aa commit ced11be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions zuul.d/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
check:
jobs:
- atmosphere-chart-vendor
- atmosphere-unit-test
- atmosphere-golang-go-test
- atmosphere-linters
- atmosphere-tox-py3
- atmosphere-build-collection:
Expand Down Expand Up @@ -87,7 +87,7 @@
gate:
jobs:
- atmosphere-chart-vendor
- atmosphere-unit-test
- atmosphere-golang-go-test
- atmosphere-linters
- atmosphere-tox-py3
- atmosphere-build-collection:
Expand Down

0 comments on commit ced11be

Please sign in to comment.