Specifying scripts explicitly for CI job that tests sysbench_runner

This commit is contained in:
Jason Fulghum
2023-12-19 11:38:25 -08:00
parent ce82b55688
commit 9eb765f722
@@ -18,6 +18,22 @@
}
],
"ScriptDir":"/sysbench-lua-scripts",
"Tests": [
{
"Name":"covering_index_scan",
"N" : 1,
"FromScript": true
},
{
"Name":"index_join",
"N" : 1,
"FromScript": true
},
{
"Name":"groupby_scan",
"N" : 1,
"FromScript": true
}],
"TestOptions": ["--rand-seed=1", "--table-size=30"],
"InitBigRepo": true
}