Skip to content

Commit

Permalink
use fedora pods for jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Irmer <[email protected]>
  • Loading branch information
joshuai96 committed Oct 31, 2024
1 parent 3dabd93 commit 330c963
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
- job:
name: scs-status-page-go-lint
parent: golangci-lint
nodeset:
nodes:
- name: ubuntu-jammy
label: ubuntu-jammy
nodeset: pod-fedora-40
vars:
golangci_lint_version: 1.60.3
go_version: 1.23.0
Expand All @@ -14,21 +11,15 @@
- job:
name: scs-status-page-go-test
parent: golang-go
nodeset:
nodes:
- name: ubuntu-jammy
label: ubuntu-jammy
nodeset: pod-fedora-40
vars:
go_command: test ./...
go_version: 1.23.0

- job:
name: scs-status-page-go-build
parent: golang-go
nodeset:
nodes:
- name: ubuntu-jammy
label: ubuntu-jammy
nodeset: pod-fedora-40
vars:
go_command: build cmd/status-page-api/main.go
go_version: 1.23.0
Expand Down

0 comments on commit 330c963

Please sign in to comment.