We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d961d79 commit c29fd32Copy full SHA for c29fd32
.github/workflows/ci.yml
@@ -362,11 +362,11 @@ jobs:
362
run: sccache --stop-server || true
363
364
check-benchmarks:
365
- runs-on: [self-hosted, 8vcpu-16ram-ubuntu22-namada-x86]
+ runs-on: [self-hosted, 16vcpu-32ram-ubuntu22-namada-x86]
366
container:
367
image: ghcr.io/heliaxdev/namada-ci:namada-main
368
if: github.event.pull_request.draft == false || contains(github.head_ref, 'mergify/merge-queue') || contains(github.ref_name, 'mergify/merge-queue')
369
- timeout-minutes: 25
+ timeout-minutes: 35
370
needs: [build-wasm]
371
372
steps:
0 commit comments