Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(599)

Unified Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__failing_test.json

Issue 1913103002: Revert of 🐎 Remove --shard-timeout from webrtc recipes now that they are in wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@wrapper-3
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__failing_test.json
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__failing_test.json b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__failing_test.json
index 8e6ec0496a8d67e200eaec0f2c8947dc31953077..e91605843e3cd186794b8a2a001bda9d92b423e7 100644
--- a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__failing_test.json
+++ b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__failing_test.json
@@ -347,7 +347,9 @@
"[SLAVE_BUILD]/src/out/Release/bin/run_audio_decoder_unittests",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
- "--verbose"
+ "--verbose",
+ "-t",
+ "900"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -362,7 +364,9 @@
"[SLAVE_BUILD]/src/out/Release/bin/run_common_audio_unittests",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
- "--verbose"
+ "--verbose",
+ "-t",
+ "900"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -377,7 +381,9 @@
"[SLAVE_BUILD]/src/out/Release/bin/run_common_video_unittests",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
- "--verbose"
+ "--verbose",
+ "-t",
+ "900"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -392,7 +398,9 @@
"[SLAVE_BUILD]/src/out/Release/bin/run_modules_tests",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
- "--verbose"
+ "--verbose",
+ "-t",
+ "900"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -407,7 +415,9 @@
"[SLAVE_BUILD]/src/out/Release/bin/run_modules_unittests",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
- "--verbose"
+ "--verbose",
+ "-t",
+ "900"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -422,7 +432,9 @@
"[SLAVE_BUILD]/src/out/Release/bin/run_peerconnection_unittests",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
- "--verbose"
+ "--verbose",
+ "-t",
+ "900"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -437,7 +449,9 @@
"[SLAVE_BUILD]/src/out/Release/bin/run_system_wrappers_unittests",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
- "--verbose"
+ "--verbose",
+ "-t",
+ "900"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -452,7 +466,9 @@
"[SLAVE_BUILD]/src/out/Release/bin/run_test_support_unittests",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
- "--verbose"
+ "--verbose",
+ "-t",
+ "900"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -467,7 +483,9 @@
"[SLAVE_BUILD]/src/out/Release/bin/run_tools_unittests",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
- "--verbose"
+ "--verbose",
+ "-t",
+ "900"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -486,7 +504,9 @@
"[SLAVE_BUILD]/src/out/Release/bin/run_video_engine_tests",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
- "--verbose"
+ "--verbose",
+ "-t",
+ "900"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -501,7 +521,9 @@
"[SLAVE_BUILD]/src/out/Release/bin/run_voice_engine_unittests",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
- "--verbose"
+ "--verbose",
+ "-t",
+ "900"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -516,7 +538,9 @@
"[SLAVE_BUILD]/src/out/Release/bin/run_webrtc_nonparallel_tests",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
- "--verbose"
+ "--verbose",
+ "-t",
+ "900"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -550,11 +574,21 @@
"--builder-name=Android32 Tests (L Nexus5)",
"--slave-name=slavename",
"--build-number=1337",
+ "--run-python-script",
"--revision=170242",
- "[SLAVE_BUILD]/src/out/Release/bin/run_webrtc_perf_tests",
- "--verbose"
- ],
- "cwd": "[SLAVE_BUILD]",
+ "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
+ "gtest",
+ "-s",
+ "webrtc_perf_tests",
+ "--verbose",
+ "--release",
+ "-t",
+ "2700"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "env": {
+ "CHROMIUM_OUT_DIR": "[SLAVE_BUILD]/src/out/Release"
+ },
"name": "webrtc_perf_tests"
},
{

Powered by Google App Engine
This is Rietveld 408576698