Skip to content

Commit ca0d51e

Browse files
committed
scripts: improve trigger-pr-roachtest
While using this script I noticed the roachtest run did not run all the tests I wanted it to, some were skipped: ``` 08:59:27 --- SKIP: sysbench/oltp_delete/postgres/cpu=32/conc=64 (0.00s) 08:59:27 excluded via sampling ```
1 parent 6d39c0f commit ca0d51e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/trigger-pr-roachtest.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ json_payload=$(jq -n \
5454
property: [
5555
{name: "env.ARM_PROBABILITY", value: "0"},
5656
{name: "env.COCKROACH_EA_PROBABILITY", value: "0"},
57+
{name: "env.SELECT_PROBABILITY", value: "1.0"},
5758
{name: "env.DEBUG", value: $envDebug},
5859
{name: "env.COUNT", value: $envCount},
5960
{name: "env.TESTS", value: $tests}

0 commit comments

Comments
 (0)