diff --git a/.github/actionlint.yml b/.github/actionlint.yml index 530bc6ccafe..9e95094b43f 100644 --- a/.github/actionlint.yml +++ b/.github/actionlint.yml @@ -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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa1bd6a8717..095412a3a54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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] @@ -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] @@ -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"] diff --git a/.github/workflows/test-core.yaml b/.github/workflows/test-core.yaml index ddd3654b1aa..e997abb0b38 100644 --- a/.github/workflows/test-core.yaml +++ b/.github/workflows/test-core.yaml @@ -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