Skip to content

Commit 7d3ebf9

Browse files
committed
Merge branch 'main' of github.com:ai-dynamo/dynamo into hannahz/dep-301-test-dynamo-planner-scaling-up
2 parents 8c162ec + e3619ce commit 7d3ebf9

File tree

173 files changed

+13512
-2349
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+13512
-2349
lines changed

.github/workflows/pre-merge-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ jobs:
100100
# Have an explicit step to build tests first to separate time spent on build vs execution.
101101
- name: Compile Tests
102102
working-directory: ${{ matrix.dir }}
103-
run: cargo test --locked --no-run
103+
run: cargo test --locked --no-run --target-dir ${HOME}/tmp || df -h
104104
- name: Run Doc Tests
105105
working-directory: ${{ matrix.dir }}
106106
run: cargo doc --no-deps && cargo test --locked --doc
107107
- name: Run Unit Tests
108108
working-directory: ${{ matrix.dir }}
109109
# NOTE: --all-targets doesn't run doc tests
110-
run: cargo test --locked --all-targets
110+
run: cargo test --locked --all-targets --target-dir ${HOME}/tmp

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Cargo.toml @ai-dynamo/dynamo-rust-codeowners
1414
/container/ @rmccorm4 @tanmayv25 @richardhuo-nv @ptarasiewiczNV @ishandhanani @alec-flowers @nnshah1 @ai-dynamo/Devops
1515

1616
# Dynamo deploy
17-
/deploy/ @hutm @biswapanda @ishandhanani @julienmancuso @hhzhang16 @nnshah1 @mohammedabdulwahhab
17+
/deploy/ @hutm @biswapanda @ishandhanani @julienmancuso @hhzhang16 @nnshah1 @mohammedabdulwahhab @atchernych
1818

1919
# Examples
2020
/examples/ @ai-dynamo/Devops @nnshah1 @whoisj @nealvaidya @ishandhanani @ai-dynamo/dynamo-rust-codeowners

0 commit comments

Comments
 (0)