Skip to content

Commit

Permalink
Merge branch 'fraccaman/ci-increase-workers-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Fraccaroli authored and Gianmarco Fraccaroli committed Mar 8, 2024
2 parents 324f19f + 1392e5d commit cc3edde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
test-unit:
runs-on:
group: namada-runners
labels: ubuntu-22-small
labels: ubuntu-22
timeout-minutes: 30
needs: [build-wasm]
strategy:
Expand Down Expand Up @@ -467,7 +467,7 @@ jobs:
namada-release:
runs-on:
group: namada-runners
labels: ubuntu-22
labels: ubuntu-22-big
timeout-minutes: 40
strategy:
fail-fast: false
Expand Down Expand Up @@ -568,7 +568,7 @@ jobs:
namada-e2e:
runs-on:
group: namada-runners
labels: ubuntu-22-small
labels: ubuntu-22
needs: [build-wasm, namada-release]
# timeout-minutes: 80
strategy:
Expand Down

0 comments on commit cc3edde

Please sign in to comment.