Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
19f48dba
Unverified
Commit
19f48dba
authored
Sep 26, 2025
by
Anant Sharma
Committed by
GitHub
Sep 26, 2025
Browse files
ci: use large runners for pre merge rust (#3236)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
c87d89ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
12 deletions
+7
-12
.github/workflows/pre-merge-rust.yml
.github/workflows/pre-merge-rust.yml
+7
-12
No files found.
.github/workflows/pre-merge-rust.yml
View file @
19f48dba
...
@@ -29,9 +29,15 @@ on:
...
@@ -29,9 +29,15 @@ on:
-
'
Cargo.toml'
-
'
Cargo.toml'
-
'
Cargo.lock'
-
'
Cargo.lock'
# Cancel any previous check runs for the same pull request to avoid redundant workflows.
concurrency
:
group
:
${{ github.event_name == 'pull_request' && format('{0}-{1}', github.workflow, github.event.pull_request.number) || format('{0}-{1}', github.workflow, github.run_id) }}
cancel-in-progress
:
${{ github.event_name == 'pull_request' }}
jobs
:
jobs
:
pre-merge-rust
:
pre-merge-rust
:
runs-on
:
ubuntu-latest
runs-on
:
group
:
Fastchecker
strategy
:
strategy
:
matrix
:
{
dir
:
[
'
.'
,
'
lib/bindings/python'
,
'
lib/runtime/examples'
]
}
matrix
:
{
dir
:
[
'
.'
,
'
lib/bindings/python'
,
'
lib/runtime/examples'
]
}
permissions
:
permissions
:
...
@@ -43,17 +49,6 @@ jobs:
...
@@ -43,17 +49,6 @@ jobs:
sudo apt-get update -y
sudo apt-get update -y
sudo apt-get install -y protobuf-compiler
sudo apt-get install -y protobuf-compiler
-
name
:
Free runner disk space
run
:
|
echo "Disk space before:"
df -h
sudo rm -rf \
/usr/share/dotnet /usr/local/lib/android /opt/ghc \
/usr/local/share/powershell /usr/share/swift /usr/local/.ghcup \
/usr/lib/jvm /opt/hostedtoolcache
echo "Disk space after:"
df -h
# TODO: Caching target/ dir handles most of the build caching improvements
# TODO: Caching target/ dir handles most of the build caching improvements
# currently, so sccache artifacts are mostly duplicates wasting disk space.
# currently, so sccache artifacts are mostly duplicates wasting disk space.
# Revisit this to see if sccache can improve current caching behavior.
# Revisit this to see if sccache can improve current caching behavior.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment