Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/4982-rust-1.91.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Updated Rust toolchain to v1.91.1. ([\#4982](https://github.com/namada-
net/namada/pull/4982))
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
CACHE_BUCKET: github-runners-remote-cache-shared
SCCACHE_BUCKET: github-runners-remote-cache-shared
AWS_REGION: us-west-2
NIGHTLY: nightly-2025-03-27
NIGHTLY: nightly-2025-11-17
NAMADA_MASP_PARAMS_DIR: /masp/.masp-params
LEDGER_APP_VERSION: "3.0.7"
ROLE: arn:aws:iam::375643557360:role/github-runners-ci-shared
Expand All @@ -57,7 +57,7 @@ jobs:

rust-docs:
container:
image: ghcr.io/heliaxdev/namada-ci:namada-v2.3.0
image: ghcr.io/heliaxdev/namada-ci:namada-pr-34
runs-on: [self-hosted, 4vcpu-8ram-ubuntu22-namada-x86]
timeout-minutes: 20

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

lints:
container:
image: ghcr.io/heliaxdev/namada-ci:namada-v2.3.0
image: ghcr.io/heliaxdev/namada-ci:namada-pr-34
runs-on: [self-hosted, 8vcpu-16ram-ubuntu22-namada-x86]
timeout-minutes: 15

Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
timeout-minutes: 10
runs-on: [self-hosted, 4vcpu-8ram-ubuntu22-namada-x86]
container:
image: ghcr.io/heliaxdev/namada-ci:namada-v2.3.0
image: ghcr.io/heliaxdev/namada-ci:namada-pr-34
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
test-wasm:
timeout-minutes: 30
container:
image: ghcr.io/heliaxdev/namada-ci:namada-v2.3.0
image: ghcr.io/heliaxdev/namada-ci:namada-pr-34
runs-on: [self-hosted, 4vcpu-8ram-ubuntu22-namada-x86]
needs: [build-wasm]

Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
test-unit:
runs-on: [self-hosted, 8vcpu-16ram-ubuntu22-namada-x86]
container:
image: ghcr.io/heliaxdev/namada-ci:namada-v2.3.0
image: ghcr.io/heliaxdev/namada-ci:namada-pr-34
timeout-minutes: 30
needs: [build-wasm]

Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
check-packages:
runs-on: [self-hosted, 8vcpu-16ram-ubuntu22-namada-x86]
container:
image: ghcr.io/heliaxdev/namada-ci:namada-v2.3.0
image: ghcr.io/heliaxdev/namada-ci:namada-pr-34
timeout-minutes: 15

steps:
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
test-integration:
runs-on: [self-hosted, 16vcpu-32ram-ubuntu22-namada-x86]
container:
image: ghcr.io/heliaxdev/namada-ci:namada-v2.3.0
image: ghcr.io/heliaxdev/namada-ci:namada-pr-34
timeout-minutes: 120
needs: [build-wasm]

Expand Down Expand Up @@ -365,7 +365,7 @@ jobs:
check-benchmarks:
runs-on: [self-hosted, 16vcpu-32ram-ubuntu22-namada-x86]
container:
image: ghcr.io/heliaxdev/namada-ci:namada-v2.3.0
image: ghcr.io/heliaxdev/namada-ci:namada-pr-34
if: github.event.pull_request.draft == false || contains(github.head_ref, 'mergify/merge-queue') || contains(github.ref_name, 'mergify/merge-queue')
timeout-minutes: 35
needs: [build-wasm]
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:
build-binaries:
runs-on: [self-hosted, 16vcpu-32ram-ubuntu22-namada-x86]
container:
image: ghcr.io/heliaxdev/namada-ci:namada-v2.3.0
image: ghcr.io/heliaxdev/namada-ci:namada-pr-34
timeout-minutes: 25

steps:
Expand Down Expand Up @@ -464,7 +464,7 @@ jobs:
test-e2e:
runs-on: [self-hosted, 4vcpu-8ram-ubuntu22-namada-x86]
container:
image: ghcr.io/heliaxdev/namada-ci:namada-v2.3.0
image: ghcr.io/heliaxdev/namada-ci:namada-pr-34
if: github.event.pull_request.draft == false || contains(github.head_ref, 'mergify/merge-queue') || contains(github.ref_name, 'mergify/merge-queue')
needs: [build-wasm, build-binaries]
timeout-minutes: 50
Expand Down Expand Up @@ -635,7 +635,7 @@ jobs:
test-e2e-with-device-automation:
runs-on: [self-hosted, 4vcpu-8ram-ubuntu22-namada-x86]
container:
image: ghcr.io/heliaxdev/namada-ci:namada-v2.3.0
image: ghcr.io/heliaxdev/namada-ci:namada-pr-34
if: github.event.pull_request.draft == false || contains(github.head_ref, 'mergify/merge-queue') || contains(github.ref_name, 'mergify/merge-queue')
needs: [build-wasm, build-binaries]
timeout-minutes: 50
Expand Down Expand Up @@ -729,7 +729,7 @@ jobs:
check-sdk-licenses:
runs-on: [self-hosted, 4vcpu-8ram-ubuntu22-namada-x86]
container:
image: ghcr.io/heliaxdev/namada-ci:namada-v2.3.0
image: ghcr.io/heliaxdev/namada-ci:namada-pr-34
timeout-minutes: 5

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
wasm:
runs-on: [ubuntu-latest]
container:
image: ghcr.io/heliaxdev/namada-ci:namada-v2.3.0
image: ghcr.io/heliaxdev/namada-ci:namada-pr-34
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down
Loading
Loading