Skip to content

Commit

Permalink
build: use dedicated CI runner for tests (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek authored and insumity committed Jul 23, 2024
1 parent e726d00 commit c3b7c91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ on:
merge_group:
permissions:
contents: read

jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
runs-on: Gaia-Runner-medium
steps:
- uses: actions/setup-go@v5
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: Gaia-Runner-medium
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
path: ./profile.out

test-integration:
runs-on: ubuntu-latest
runs-on: Gaia-Runner-medium
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
path: ./integration-profile.out

test-mbt:
runs-on: ubuntu-latest
runs-on: Gaia-Runner-medium
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

test-e2e:
runs-on: ubuntu-latest
runs-on: Gaia-Runner-medium
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
make test-e2e-compatibility-tests-latest
test-cometmock:
runs-on: ubuntu-latest
runs-on: Gaia-Runner-medium
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c3b7c91

Please sign in to comment.