Skip to content

Commit

Permalink
modify CircleCI config to use our runners
Browse files Browse the repository at this point in the history
  • Loading branch information
zosorock authored May 15, 2024
1 parent cd959aa commit 02cca26
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
integration:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
resource_class: anf/2xlarge
steps:
- run_serial_long:
workspace_member: .integration
Expand All @@ -170,7 +170,7 @@ jobs:
snarkos:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
resource_class: anf/2xlarge
steps:
- run_serial:
workspace_member: .
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
node:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
resource_class: anf/2xlarge
steps:
- run_serial:
workspace_member: node
Expand All @@ -215,7 +215,7 @@ jobs:
node-bft:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
resource_class: anf/2xlarge
steps:
- run_serial:
workspace_member: node/bft
Expand All @@ -224,7 +224,7 @@ jobs:
node-bft-events:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
resource_class: anf/2xlarge
steps:
- run_serial:
workspace_member: node/bft/events
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
node-consensus:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
resource_class: anf/2xlarge
steps:
- run_serial:
workspace_member: node/consensus
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
check-clippy:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
resource_class: anf/2xlarge
steps:
- checkout
- setup_environment:
Expand Down

0 comments on commit 02cca26

Please sign in to comment.