Skip to content

Commit

Permalink
change github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Mar 8, 2024
1 parent b92950f commit f0e8e53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
timeout-minutes: 30
runs-on:
group: namada-runners
labels: ubuntu-22-small
container:
image: ghcr.io/anoma/namada:wasm-main
strategy:
Expand Down Expand Up @@ -93,6 +94,7 @@ jobs:
timeout-minutes: 30
runs-on:
group: namada-runners
labels: ubuntu-22-small
needs: [build-wasm]
container:
image: ghcr.io/anoma/namada:wasm-main
Expand Down Expand Up @@ -188,6 +190,7 @@ jobs:
test-unit:
runs-on:
group: namada-runners
labels: ubuntu-22-small
timeout-minutes: 30
needs: [build-wasm]
strategy:
Expand Down Expand Up @@ -285,6 +288,7 @@ jobs:
test-integration:
runs-on:
group: namada-runners
labels: ubuntu-22-small
timeout-minutes: 30
needs: [build-wasm]
strategy:
Expand Down Expand Up @@ -374,6 +378,7 @@ jobs:
run-benchmarks:
runs-on:
group: namada-runners
labels: ubuntu-22
timeout-minutes: 60
needs: [build-wasm]
strategy:
Expand Down Expand Up @@ -462,6 +467,7 @@ jobs:
namada-release:
runs-on:
group: namada-runners
labels: ubuntu-22
timeout-minutes: 40
strategy:
fail-fast: false
Expand Down Expand Up @@ -562,6 +568,7 @@ jobs:
namada-e2e:
runs-on:
group: namada-runners
labels: ubuntu-22-small
needs: [build-wasm, namada-release]
# timeout-minutes: 80
strategy:
Expand Down

0 comments on commit f0e8e53

Please sign in to comment.