From ea23f1cb29324d5e6741b5dc8312fbb732395689 Mon Sep 17 00:00:00 2001 From: Dalton Bohning Date: Mon, 8 Jun 2026 16:23:21 +0000 Subject: [PATCH] DAOS-19106 cq: auto test tags for pytorch and cart Map src/cart -> pr cart Map ftest/cart/*.[ch] -> cart Map pydaos/torch -> pytorch Doc-only: true Signed-off-by: Dalton Bohning --- ci/commit_pragma_mapping.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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