Skip to content

Commit

Permalink
use compiler runners
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jan 31, 2025
1 parent bf7bffd commit dd5e181
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
matrix:
type: ["reference", "candidate"]
name: ${{ inputs.target-machine}} ${{ matrix.type }} ${{ inputs.toolchain }}
runs-on: matterlabs-ci-runner-high-performance
runs-on: [ci-runner-compiler, Linux]
container:
image: ghcr.io/matter-labs/zksync-llvm-runner:latest
options: -m 110g
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ on:
platforms-matrix:
type: string
required: false
default: '{ "include": [ {"name":"Linux-AMD64","runner":"matterlabs-ci-runner-high-performance","image":"ghcr.io/matter-labs/zksync-llvm-runner:latest"} ] }'
default: '{ "include": [ {"name":"Linux-AMD64","runner":"[ci-runner-compiler, Linux]","image":"ghcr.io/matter-labs/zksync-llvm-runner:latest"} ] }'
description: 'Platforms matrix for the job.'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lnt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

lnt-benchmarks:
name: LNT benchmarks
runs-on: matterlabs-ci-runner-high-performance
runs-on: [ci-runner-compiler, Linux]
container:
image: ghcr.io/matter-labs/zksync-llvm-runner:latest
options: -m 110g
Expand Down

0 comments on commit dd5e181

Please sign in to comment.