Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
ci/cd: do not use jetson runners for jobs
Browse files Browse the repository at this point in the history
Rust compilation in Jetson runners often fails due to low memory. We use
a new tag that marks runners with high available memory.

Signed-off-by: Babis Chalios <[email protected]>
bchalios committed Aug 23, 2021

Verified

This commit was signed with the committer’s verified signature.
bchalios Babis Chalios
1 parent d5000c2 commit 1e03308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: [self-hosted, "${{ matrix.archconfig }}"]
runs-on: [self-hosted, "${{ matrix.archconfig }}", mem-high]

strategy:
matrix:

0 comments on commit 1e03308

Please sign in to comment.