Skip to content

Commit

Permalink
Add builder nodes to tt-mlir CI (#519)
Browse files Browse the repository at this point in the history
Add builder nodes to tt-mlir CI

Set up and register new builder machines for Github CI. These machines perform build and lint tasks 2x faster than standard silicon runners.

install docker on bileder VMs
register builder nodes as Github self-hosted runners
add them to tt-mlir project
tag them with "builder" label
update CI workflow to use "builder" nodes
  • Loading branch information
vmilosevic authored Aug 29, 2024
1 parent 250bc00 commit 3a59669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
image: ["ubuntu-22-04"]
build: [
{runs-on: ubuntu-latest, build_type: Release, enable_runtime: OFF},
{runs-on: self-hosted, build_type: Release, enable_runtime: ON},
{runs-on: builder, build_type: Release, enable_runtime: ON}
]

runs-on: ${{ matrix.build.runs-on }}
Expand Down

0 comments on commit 3a59669

Please sign in to comment.