Skip to content

Commit

Permalink
Merge pull request thanos-io#9 from Shopify/replace-public-runner-wit…
Browse files Browse the repository at this point in the history
…h-premium

Replace public runner with premium
  • Loading branch information
fpetkovski authored Oct 25, 2022
2 parents c931f2a + 014afa9 commit 0cbfcaf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: shopify-ubuntu-latest

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
name: busybox-update workflow
jobs:
checkVersionAndCreatePR:
runs-on: ubuntu-latest
runs-on: shopify-ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run busybox updater
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
check:
runs-on: ubuntu-latest
runs-on: shopify-ubuntu-latest
name: Documentation check
env:
GOBIN: /tmp/.bin
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# TODO(bwplotka): Add tests here.
jobs:
cross-build-check:
runs-on: ubuntu-latest
runs-on: shopify-ubuntu-latest
name: Go build for different platforms
env:
GOBIN: /tmp/.bin
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Cross build check.
run: make crossbuild
lint:
runs-on: ubuntu-latest
runs-on: shopify-ubuntu-latest
name: Linters (Static Analysis) for Go
env:
GOBIN: /tmp/.bin
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
matrix:
parallelism: [4]
index: [0, 1, 2, 3]
runs-on: ubuntu-latest
runs-on: shopify-ubuntu-latest
name: Thanos end-to-end tests
env:
GOBIN: /tmp/.bin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mixin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: shopify-ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand All @@ -25,7 +25,7 @@ jobs:
run: make check-examples

lint:
runs-on: ubuntu-latest
runs-on: shopify-ubuntu-latest
name: Linters (Static Analysis) for Jsonnet (mixin)
steps:
- name: Checkout code into the Go module directory.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: shopify-ubuntu-latest
strategy:
matrix:
node: [ '14' ]
Expand Down

0 comments on commit 0cbfcaf

Please sign in to comment.