Skip to content

Commit

Permalink
Testing auto-scaling kubernetes runners
Browse files Browse the repository at this point in the history
  • Loading branch information
beezybarg committed Jul 14, 2024
1 parent 9d38716 commit 4860463
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ on:
jobs:
build-docker:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
# needs: [cache-deps]
runs-on: sendapp-kube-runners
steps:
- uses: actions/checkout@v4
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
# set yarn cache
cache-deps:
runs-on: self-hosted
runs-on: sendapp-kube-runners

steps:
- uses: actions/checkout@v4
Expand All @@ -32,7 +32,7 @@ jobs:
echo github.head_ref=${{ github.head_ref }}
lint:
runs-on: self-hosted
runs-on: sendapp-kube-runners
needs: [cache-deps]
env:
YARN_ENABLE_HARDENED_MODE: 0
Expand All @@ -53,7 +53,7 @@ jobs:

unit-tests:
name: Unit Tests
runs-on: self-hosted
runs-on: sendapp-kube-runners
needs: [cache-deps]
env:
ANVIL_MAINNET_FORK_URL: ${{ secrets.CI_ANVIL_MAINNET_FORK_URL }}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

playwright-tests:
name: Playwright Tests
runs-on: self-hosted
runs-on: sendapp-kube-runners
needs: [cache-deps]
env:
ANVIL_MAINNET_FORK_URL: ${{ secrets.CI_ANVIL_MAINNET_FORK_URL }}
Expand Down

0 comments on commit 4860463

Please sign in to comment.