aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-08-07 07:33:04 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-08-07 07:33:04 -0700
commitc85357e05149374a90559a2c1558ff9dbd35aedc (patch)
treeedf6a17713ce37f34bb75051bef0f267bfec67bf /templates/tools/run_tests
parent03b19118e349ca480f2739ed6efd00ba7be4cf45 (diff)
Reduce mac CI load
Diffstat (limited to 'templates/tools/run_tests')
-rw-r--r--templates/tools/run_tests/tests.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/run_tests/tests.json.template b/templates/tools/run_tests/tests.json.template
index d1ba5ed43c..ffbf843235 100644
--- a/templates/tools/run_tests/tests.json.template
+++ b/templates/tools/run_tests/tests.json.template
@@ -5,8 +5,8 @@ import json
${json.dumps([{"name": tgt.name,
"language": tgt.language,
"platforms": tgt.platforms,
+ "ci_platforms": tgt.ci_platforms,
"flaky": tgt.flaky}
for tgt in targets
if tgt.get('run', True) and tgt.build == 'test'],
sort_keys=True, indent=2)}
-