Commit f03f7bdb by Jamie Madill Committed by Angle LUCI CQ

infra: Don't run trace tests in perf smoke tests.

These test were already being run more safely in the gold tests step. Bug: angleproject:5977 Change-Id: I4fb1062926fcda19384835723555d0fab0b42aae Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2939469Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 2917ab34
......@@ -380,6 +380,7 @@
"-v",
"--one-frame-only",
"--test-timeout=100",
"--gtest_filter=-TracePerfTest.*",
"--test-launcher-batch-limit=1"
],
"isolate_name": "angle_perftests",
......@@ -576,6 +577,7 @@
"-v",
"--one-frame-only",
"--test-timeout=100",
"--gtest_filter=-TracePerfTest.*",
"--batch-size=1",
"--bot-mode",
"--max-processes=1",
......@@ -1203,6 +1205,7 @@
"-v",
"--one-frame-only",
"--test-timeout=100",
"--gtest_filter=-TracePerfTest.*",
"--batch-size=1",
"--bot-mode",
"--max-processes=1",
......@@ -1930,6 +1933,7 @@
"-v",
"--one-frame-only",
"--test-timeout=100",
"--gtest_filter=-TracePerfTest.*",
"--batch-size=1",
"--bot-mode",
"--max-processes=1",
......@@ -2688,6 +2692,7 @@
"-v",
"--one-frame-only",
"--test-timeout=100",
"--gtest_filter=-TracePerfTest.*",
"--batch-size=1",
"--bot-mode",
"--max-processes=1",
......
......@@ -657,6 +657,8 @@
# Tell the tests to exit after one frame for faster iteration.
'--one-frame-only',
'--test-timeout=100',
# Do not run trace tests because they're already run in Gold tests.
'--gtest_filter=-TracePerfTest.*',
],
'android_args': [
'--test-launcher-batch-limit=1',
......
{
"infra/specs/angle.json":
"f3e66f10555a523ba51dfbf251c484b3",
"ead3cabcb0132402f7c722c072f1ae55",
"infra/specs/generate_test_spec_json.py":
"162566b21bca4ef0b815e411920c9f2d",
"infra/specs/mixins.pyl":
......@@ -8,7 +8,7 @@
"infra/specs/test_suite_exceptions.pyl":
"aad1a4aed801277cc531733deab221b5",
"infra/specs/test_suites.pyl":
"b6fdb5590094d3338aa2a654c3ec0646",
"687b407a1fd7d83583817b9570ad983e",
"infra/specs/variants.pyl":
"8cfcaa99fa07ad2a2d5d14f220fd5037",
"infra/specs/waterfalls.pyl":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment