Skip to content

Commit

Permalink
ci: update mold, fix timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Nov 9, 2023
1 parent 3a0ecd8 commit 7d0f7cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
wasm_cache_version: ["v2"]
mold_version: [2.1.0]
mold_version: [2.3.2]

steps:
- name: Checkout repo
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
os: [ubuntu-20.04]
wasm_cache_version: ["v2"]
nightly_version: [nightly-2023-06-01]
mold_version: [2.1.0]
mold_version: [2.3.2]

steps:
- name: Checkout repo
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
os: [ubuntu-20.04]
wasm_cache_version: ["v2"]
nightly_version: [nightly-2023-06-01]
mold_version: [2.1.0]
mold_version: [2.3.2]

steps:
- name: Download wasm artifacts
Expand All @@ -188,14 +188,14 @@ jobs:
unit-and-integration-tests:
runs-on:
group: gians-runners
timeout-minutes: 50
timeout-minutes: 30
needs: [build-wasm]
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
nightly_version: [nightly-2023-06-01]
mold_version: [2.1.0]
mold_version: [2.3.2]
make:
- name: ABCI

Expand Down Expand Up @@ -284,14 +284,14 @@ jobs:
run-benchmarks:
runs-on:
group: gians-runners
timeout-minutes: 30
timeout-minutes: 60
needs: [build-wasm]
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
nightly_version: [nightly-2023-06-01]
mold_version: [2.1.0]
mold_version: [2.3.2]
make:
- name: ABCI

Expand Down Expand Up @@ -375,7 +375,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
mold_version: [2.1.0]
mold_version: [2.3.2]
make:
- name: ABCI Release build

Expand Down Expand Up @@ -475,7 +475,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
nightly_version: [nightly-2023-06-01]
mold_version: [2.1.0]
mold_version: [2.3.2]
comet_bft: [0.37.2]
hermes: [1.6.0-namada-beta1]
make:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triggerable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
mold_version: [2.1.0]
mold_version: [2.3.2]
name: ["Run PoS state-machine tests"]
command: ["make test-pos-sm"]
timeout: [360]
Expand Down

0 comments on commit 7d0f7cf

Please sign in to comment.