diff --git a/ci/commit_pragma_mapping.yaml b/ci/commit_pragma_mapping.yaml index 816593c909f..1181112ee46 100644 --- a/ci/commit_pragma_mapping.yaml +++ b/ci/commit_pragma_mapping.yaml @@ -18,6 +18,11 @@ ftest-only: &ftest-only stop_on_match: True need-unit-test: False +# Run only cart ftest for cart ftest C utilities +src/tests/ftest/cart/*.[ch]: + test-tag: cart + <<: *ftest-only + # Special handling for ftest, defaulting to pr src/tests/ftest*: <<: *ftest-only @@ -180,9 +185,15 @@ src/tests/suite/: # Individual code areas +src/cart: + test-tag: cart + src/client/dfs/: test-tag: dfs +src/client/pydaos/torch/: + test-tag: pytorch + # Everything runs pr unless a previous entry was matched with stop_on_match .*: test-tag: pr