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

Unified Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.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/tryserver_webrtc_android_arm64_rel.json
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.json b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.json
index 5be73ed8325f914fcf5658c81a2bdff3f20eddd1..5e2aa9af3687109b55b08b3f4c334390bea6573e 100644
--- a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.json
+++ b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.json
@@ -349,7 +349,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": {
@@ -364,7 +366,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": {
@@ -379,7 +383,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": {
@@ -394,7 +400,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": {
@@ -409,7 +417,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": {
@@ -424,7 +434,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": {
@@ -439,7 +451,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": {
@@ -454,7 +468,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": {
@@ -469,7 +485,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": {
@@ -484,7 +502,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": {
@@ -499,7 +519,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": {
@@ -514,7 +536,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": {
@@ -529,7 +553,9 @@
"[SLAVE_BUILD]/src/out/Release/bin/run_webrtc_perf_tests",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
- "--verbose"
+ "--verbose",
+ "-t",
+ "2700"
],
"cwd": "[SLAVE_BUILD]",
"env": {

Powered by Google App Engine
This is Rietveld 408576698