Index: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.json |
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.json b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.json |
index 6420eb9f5319acdaf8119065c28ed18eebffcb71..eeb4e820a6515158649f887729cb020b53b2750b 100644 |
--- a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.json |
+++ b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.json |
@@ -5,6 +5,7 @@ |
"--json-file", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "host and tools info", |
"~followup_annotations": [ |
"@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
@@ -33,13 +34,13 @@ |
"--slave", |
"slavename", |
"--spec", |
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
"--root", |
"src", |
"--revision_mapping_file", |
"{\"src\": \"got_revision\"}", |
"--git-cache-dir", |
- "[ROOT]/b/build/slave/cache_dir", |
+ "[GIT_CACHE]", |
"--issue", |
"666666", |
"--patchset", |
@@ -52,6 +53,7 @@ |
"src@12345", |
"--output_manifest" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -88,8 +90,9 @@ |
"python", |
"-u", |
"RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
- "[CWD]/src/out" |
+ "[SLAVE_BUILD]/src/out" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "clean test output files" |
}, |
{ |
@@ -101,6 +104,7 @@ |
"python", |
"RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "cleanup_temp" |
}, |
{ |
@@ -109,9 +113,10 @@ |
"-u", |
"RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
"--build-dir", |
- "[CWD]/src/out/Debug", |
+ "[SLAVE_BUILD]/src/out/Debug", |
"--clean-isolated-files" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "clean isolated files" |
}, |
{ |
@@ -121,9 +126,10 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"runhooks" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json", |
- "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", |
+ "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
"name": "gclient runhooks" |
@@ -132,9 +138,10 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"--version" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "swarming.py --version", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -148,10 +155,11 @@ |
"-u", |
"RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
"--src-dir", |
- "[CWD]/src", |
+ "[SLAVE_BUILD]/src", |
"--output-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json" |
}, |
@@ -178,9 +186,9 @@ |
"--target", |
"Debug", |
"--src-dir", |
- "[CWD]/src", |
+ "[SLAVE_BUILD]/src", |
"--goma-cache-dir", |
- "[ROOT]/b/build/slave/goma_cache", |
+ "[GOMA_CACHE]", |
"--build-tool", |
"ninja", |
"--compiler", |
@@ -190,12 +198,13 @@ |
"--goma-service-account-json-file", |
"/creds/service_accounts/service-account-goma-client.json", |
"--goma-dir", |
- "[ROOT]/b/build/goma", |
+ "[BUILD]/goma", |
"--goma-fail-fast", |
"--goma-disable-local-fallback", |
"--", |
"All" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json" |
}, |
@@ -211,11 +220,11 @@ |
"-u", |
"RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", |
"--build-dir", |
- "[CWD]/src/out/Debug", |
+ "[SLAVE_BUILD]/src/out/Debug", |
"--src-dir", |
- "[CWD]/src" |
+ "[SLAVE_BUILD]/src" |
], |
- "cwd": "[CWD]", |
+ "cwd": "[SLAVE_BUILD]", |
"name": "remove_build_metadata" |
}, |
{ |
@@ -223,27 +232,28 @@ |
"python", |
"-u", |
"RECIPE_MODULE[build::isolate]/resources/isolate.py", |
- "[CWD]/src/tools/swarming_client", |
+ "[SLAVE_BUILD]/src/tools/swarming_client", |
"batcharchive", |
"--dump-json", |
"/path/to/tmp/json", |
"--isolate-server", |
"https://isolateserver.appspot.com", |
- "[CWD]/src/out/Debug/audio_decoder_unittests.isolated.gen.json", |
- "[CWD]/src/out/Debug/common_audio_unittests.isolated.gen.json", |
- "[CWD]/src/out/Debug/common_video_unittests.isolated.gen.json", |
- "[CWD]/src/out/Debug/modules_tests.isolated.gen.json", |
- "[CWD]/src/out/Debug/modules_unittests.isolated.gen.json", |
- "[CWD]/src/out/Debug/peerconnection_unittests.isolated.gen.json", |
- "[CWD]/src/out/Debug/rtc_media_unittests.isolated.gen.json", |
- "[CWD]/src/out/Debug/rtc_pc_unittests.isolated.gen.json", |
- "[CWD]/src/out/Debug/rtc_unittests.isolated.gen.json", |
- "[CWD]/src/out/Debug/system_wrappers_unittests.isolated.gen.json", |
- "[CWD]/src/out/Debug/test_support_unittests.isolated.gen.json", |
- "[CWD]/src/out/Debug/tools_unittests.isolated.gen.json", |
- "[CWD]/src/out/Debug/video_engine_tests.isolated.gen.json", |
- "[CWD]/src/out/Debug/voice_engine_unittests.isolated.gen.json" |
+ "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests.isolated.gen.json", |
+ "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests.isolated.gen.json", |
+ "[SLAVE_BUILD]/src/out/Debug/common_video_unittests.isolated.gen.json", |
+ "[SLAVE_BUILD]/src/out/Debug/modules_tests.isolated.gen.json", |
+ "[SLAVE_BUILD]/src/out/Debug/modules_unittests.isolated.gen.json", |
+ "[SLAVE_BUILD]/src/out/Debug/peerconnection_unittests.isolated.gen.json", |
+ "[SLAVE_BUILD]/src/out/Debug/rtc_media_unittests.isolated.gen.json", |
+ "[SLAVE_BUILD]/src/out/Debug/rtc_pc_unittests.isolated.gen.json", |
+ "[SLAVE_BUILD]/src/out/Debug/rtc_unittests.isolated.gen.json", |
+ "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests.isolated.gen.json", |
+ "[SLAVE_BUILD]/src/out/Debug/test_support_unittests.isolated.gen.json", |
+ "[SLAVE_BUILD]/src/out/Debug/tools_unittests.isolated.gen.json", |
+ "[SLAVE_BUILD]/src/out/Debug/video_engine_tests.isolated.gen.json", |
+ "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests.isolated.gen.json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "isolate tests", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -270,7 +280,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"trigger", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -329,6 +339,7 @@ |
"--idempotent", |
"[dummy hash for audio_decoder_unittests]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] audio_decoder_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -349,7 +360,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"trigger", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -408,6 +419,7 @@ |
"--idempotent", |
"[dummy hash for common_audio_unittests]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] common_audio_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -428,7 +440,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"trigger", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -487,6 +499,7 @@ |
"--idempotent", |
"[dummy hash for common_video_unittests]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] common_video_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -507,7 +520,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"trigger", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -566,6 +579,7 @@ |
"--idempotent", |
"[dummy hash for modules_tests]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] modules_tests on Mac", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -586,7 +600,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"trigger", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -645,6 +659,7 @@ |
"--idempotent", |
"[dummy hash for modules_unittests]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] modules_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -665,7 +680,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"trigger", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -724,6 +739,7 @@ |
"--idempotent", |
"[dummy hash for peerconnection_unittests]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] peerconnection_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -744,7 +760,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"trigger", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -803,6 +819,7 @@ |
"--idempotent", |
"[dummy hash for rtc_media_unittests]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] rtc_media_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -823,7 +840,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"trigger", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -882,6 +899,7 @@ |
"--idempotent", |
"[dummy hash for rtc_pc_unittests]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] rtc_pc_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -902,7 +920,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"trigger", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -961,6 +979,7 @@ |
"--idempotent", |
"[dummy hash for rtc_unittests]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] rtc_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -981,7 +1000,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"trigger", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -1040,6 +1059,7 @@ |
"--idempotent", |
"[dummy hash for system_wrappers_unittests]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] system_wrappers_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -1060,7 +1080,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"trigger", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -1119,6 +1139,7 @@ |
"--idempotent", |
"[dummy hash for test_support_unittests]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] test_support_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -1139,7 +1160,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"trigger", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -1198,6 +1219,7 @@ |
"--idempotent", |
"[dummy hash for tools_unittests]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] tools_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -1218,7 +1240,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"trigger", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -1277,6 +1299,7 @@ |
"--idempotent", |
"[dummy hash for video_engine_tests]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] video_engine_tests on Mac", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -1297,7 +1320,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"trigger", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -1356,6 +1379,7 @@ |
"--idempotent", |
"[dummy hash for voice_engine_unittests]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] voice_engine_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -1390,10 +1414,11 @@ |
"--build-number=1337", |
"--run-python-script", |
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
- "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
- "[CWD]/src/out/Debug/libjingle_peerconnection_objc_test.app/Contents/MacOS/libjingle_peerconnection_objc_test", |
+ "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
+ "[SLAVE_BUILD]/src/out/Debug/libjingle_peerconnection_objc_test.app/Contents/MacOS/libjingle_peerconnection_objc_test", |
"--" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "libjingle_peerconnection_objc_test" |
}, |
{ |
@@ -1417,13 +1442,14 @@ |
"--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
"webrtc_nonparallel_tests" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "webrtc_nonparallel_tests" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"collect", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -1435,6 +1461,7 @@ |
"--task-summary-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "audio_decoder_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |
@@ -1483,7 +1510,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"collect", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -1495,6 +1522,7 @@ |
"--task-summary-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "common_audio_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |
@@ -1543,7 +1571,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"collect", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -1555,6 +1583,7 @@ |
"--task-summary-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "common_video_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |
@@ -1603,7 +1632,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"collect", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -1615,6 +1644,7 @@ |
"--task-summary-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "modules_tests on Mac", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |
@@ -1663,7 +1693,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"collect", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -1675,6 +1705,7 @@ |
"--task-summary-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "modules_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |
@@ -1723,7 +1754,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"collect", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -1735,6 +1766,7 @@ |
"--task-summary-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "peerconnection_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |
@@ -1783,7 +1815,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"collect", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -1795,6 +1827,7 @@ |
"--task-summary-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "rtc_media_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |
@@ -1843,7 +1876,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"collect", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -1855,6 +1888,7 @@ |
"--task-summary-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "rtc_pc_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |
@@ -1903,7 +1937,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"collect", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -1915,6 +1949,7 @@ |
"--task-summary-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "rtc_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |
@@ -1963,7 +1998,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"collect", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -1975,6 +2010,7 @@ |
"--task-summary-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "system_wrappers_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |
@@ -2023,7 +2059,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"collect", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -2035,6 +2071,7 @@ |
"--task-summary-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "test_support_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |
@@ -2083,7 +2120,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"collect", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -2095,6 +2132,7 @@ |
"--task-summary-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "tools_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |
@@ -2143,7 +2181,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"collect", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -2155,6 +2193,7 @@ |
"--task-summary-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "video_engine_tests on Mac", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |
@@ -2203,7 +2242,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/src/tools/swarming_client/swarming.py", |
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
"collect", |
"--swarming", |
"https://chromium-swarm.appspot.com", |
@@ -2215,6 +2254,7 @@ |
"--task-summary-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "voice_engine_unittests on Mac", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |