Skip to content

Commit

Permalink
backport of commit cabdd7e (#20603)
Browse files Browse the repository at this point in the history
Co-authored-by: Dianne Laguerta <[email protected]>
  • Loading branch information
hc-github-team-nomad-core and dlaguerta authored May 16, 2024
1 parent 9199d4b commit a68f4b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .github/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
self-hosted-runner:
# Labels of self-hosted runner in array of string
labels:
- custom
- xl
- 22.04
- linux
- xxl
- 20.04
- custom-windows-medium
- windows-2019-16core
- custom-linux-xxl-nomad-20.04
- custom-linux-xl-nomad-22.04
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

build-other:
needs: [get-go-version, get-product-version]
runs-on: [ custom, linux, xxl, 20.04 ]
runs-on: custom-linux-xxl-nomad-20.04
strategy:
matrix:
goos: [windows]
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

build-linux:
needs: [get-go-version, get-product-version]
runs-on: [ custom, linux, xxl, 20.04 ]
runs-on: custom-linux-xxl-nomad-20.04
strategy:
matrix:
goos: [linux]
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
needs:
- get-product-version
- build-linux
runs-on: [ custom, linux, xxl, 20.04 ]
runs-on: custom-linux-xxl-nomad-20.04
strategy:
matrix:
arch: ["arm64", "amd64"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
make dev
tests-api:
needs: [mods]
runs-on: [custom, xl, 22.04]
runs-on: custom-linux-xl-nomad-22.04
timeout-minutes: 8
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
Expand Down

0 comments on commit a68f4b1

Please sign in to comment.