File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7373 smart-tests verify
7474
7575 # Tell Smart Tests about the build you are producing and testing
76- smart-tests record build --build ${GITHUB_RUN_ID}
76+ smart-tests record build --build ${GITHUB_RUN_ID} --branch ${GITHUB_REF_NAME}
7777
78- smart-tests record session --build ${GITHUB_RUN_ID} --session ${GITHUB_RUN_NUMBER} --flavor os=${{ matrix.os }} --flavor python=$(cat .python-version)
78+ smart-tests record session --build ${GITHUB_RUN_ID} --session ${GITHUB_RUN_NUMBER} --test-suite 'python-unittest' -- flavor os=${{ matrix.os }} --flavor python=$(cat .python-version)
7979
8080 # Find 25% of the relevant tests to run for this change
8181 find tests -name test_*.py | grep -v tests/data | smart-tests subset file --build ${GITHUB_RUN_ID} --session ${GITHUB_RUN_NUMBER} --target 25% --rest smart-tests-remainder.txt > subset.txt
You can’t perform that action at this time.
0 commit comments