Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Test substrate monthly 2023 08 #1727

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
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
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ commands:
jobs:
lint:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-05-01
resource_class: small
environment:
VERBOSE: "1"
Expand All @@ -53,7 +53,7 @@ jobs:
command: ./scripts/check_spec_and_cargo_version.sh
check-storage-version:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-05-01
resource_class: small
environment:
VERBOSE: "1"
Expand All @@ -64,7 +64,7 @@ jobs:
command: ./scripts/check_storage_versions.sh
build:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-05-01
resource_class: xlarge
environment:
- VERBOSE: "1"
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- save-sccache-cache
build-ci:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-05-01
resource_class: xlarge
environment:
- VERBOSE: "1"
Expand All @@ -120,7 +120,7 @@ jobs:
- .
build-arm64:
docker:
- image: polymeshassociation/rust-arm64:debian-nightly-2023-12-11
- image: polymeshassociation/rust-arm64:debian-nightly-2024-05-01
resource_class: arm.xlarge
environment:
- VERBOSE: "1"
Expand All @@ -147,7 +147,7 @@ jobs:
- save-sccache-cache
benchmark-build:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-05-01
resource_class: xlarge
environment:
- VERBOSE: "1"
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
no_output_timeout: 30m
migration-tests:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-05-01
resource_class: large
environment:
- VERBOSE: "1"
Expand All @@ -201,7 +201,7 @@ jobs:
- save-sccache-cache
test:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-05-01
resource_class: large
environment:
- VERBOSE: "1"
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
- save-sccache-cache
coverage:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-05-01
resource_class: xlarge
environment:
- VERBOSE: "1"
Expand All @@ -247,7 +247,7 @@ jobs:
- save-sccache-cache
rust-integration-test:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-05-01
resource_class: large
environment:
- VERBOSE: "1"
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
no_output_timeout: 10m
clippy:
docker:
- image: polymeshassociation/rust:debian-nightly-2023-12-11
- image: polymeshassociation/rust:debian-nightly-2024-05-01
resource_class: xlarge
environment:
- VERBOSE: "1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-12-11
toolchain: nightly-2024-05-01
target: wasm32-unknown-unknown
override: true
default: true
Expand Down
Loading