| Index: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win32_release__swarming_.json
|
| diff --git a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win32_release__swarming_.json b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win32_release__swarming_.json
|
| index cb25299ef238d492203cdd311e28728abed90043..3a885c8164afc40d81bcf3705d4faa3e0d6db5db 100644
|
| --- a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win32_release__swarming_.json
|
| +++ b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_win32_release__swarming_.json
|
| @@ -11,19 +11,20 @@
|
| "--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]",
|
| "--output_json",
|
| "/path/to/tmp/json",
|
| "--revision",
|
| "src@12345",
|
| "--output_manifest"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -60,8 +61,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"
|
| },
|
| {
|
| @@ -73,6 +75,7 @@
|
| "python",
|
| "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "cleanup_temp"
|
| },
|
| {
|
| @@ -81,9 +84,10 @@
|
| "-u",
|
| "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
|
| "--build-dir",
|
| - "[CWD]\\src\\out\\Release",
|
| + "[SLAVE_BUILD]\\src\\out\\Release",
|
| "--clean-isolated-files"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "clean isolated files"
|
| },
|
| {
|
| @@ -93,9 +97,10 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
|
| "runhooks"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json",
|
| - "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]\\b\\build\\goma' rtc_use_264=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1",
|
| + "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_264=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1",
|
| "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| "name": "gclient runhooks"
|
| @@ -104,9 +109,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": [
|
| @@ -128,9 +134,9 @@
|
| "--target",
|
| "Release",
|
| "--src-dir",
|
| - "[CWD]\\src",
|
| + "[SLAVE_BUILD]\\src",
|
| "--goma-cache-dir",
|
| - "[ROOT]\\b\\build\\slave\\goma_cache",
|
| + "[GOMA_CACHE]",
|
| "--build-tool",
|
| "ninja",
|
| "--compiler",
|
| @@ -140,10 +146,11 @@
|
| "--goma-service-account-json-file",
|
| "C:\\creds\\service_accounts\\service-account-goma-client.json",
|
| "--goma-dir",
|
| - "[ROOT]\\b\\build\\goma",
|
| + "[BUILD]\\goma",
|
| "--",
|
| "All"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
|
| },
|
| @@ -159,11 +166,11 @@
|
| "-u",
|
| "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py",
|
| "--build-dir",
|
| - "[CWD]\\src\\out\\Release",
|
| + "[SLAVE_BUILD]\\src\\out\\Release",
|
| "--src-dir",
|
| - "[CWD]\\src"
|
| + "[SLAVE_BUILD]\\src"
|
| ],
|
| - "cwd": "[CWD]",
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "remove_build_metadata"
|
| },
|
| {
|
| @@ -171,27 +178,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\\Release\\audio_decoder_unittests.isolated.gen.json",
|
| - "[CWD]\\src\\out\\Release\\common_audio_unittests.isolated.gen.json",
|
| - "[CWD]\\src\\out\\Release\\common_video_unittests.isolated.gen.json",
|
| - "[CWD]\\src\\out\\Release\\modules_tests.isolated.gen.json",
|
| - "[CWD]\\src\\out\\Release\\modules_unittests.isolated.gen.json",
|
| - "[CWD]\\src\\out\\Release\\peerconnection_unittests.isolated.gen.json",
|
| - "[CWD]\\src\\out\\Release\\rtc_media_unittests.isolated.gen.json",
|
| - "[CWD]\\src\\out\\Release\\rtc_pc_unittests.isolated.gen.json",
|
| - "[CWD]\\src\\out\\Release\\rtc_unittests.isolated.gen.json",
|
| - "[CWD]\\src\\out\\Release\\system_wrappers_unittests.isolated.gen.json",
|
| - "[CWD]\\src\\out\\Release\\test_support_unittests.isolated.gen.json",
|
| - "[CWD]\\src\\out\\Release\\tools_unittests.isolated.gen.json",
|
| - "[CWD]\\src\\out\\Release\\video_engine_tests.isolated.gen.json",
|
| - "[CWD]\\src\\out\\Release\\voice_engine_unittests.isolated.gen.json"
|
| + "[SLAVE_BUILD]\\src\\out\\Release\\audio_decoder_unittests.isolated.gen.json",
|
| + "[SLAVE_BUILD]\\src\\out\\Release\\common_audio_unittests.isolated.gen.json",
|
| + "[SLAVE_BUILD]\\src\\out\\Release\\common_video_unittests.isolated.gen.json",
|
| + "[SLAVE_BUILD]\\src\\out\\Release\\modules_tests.isolated.gen.json",
|
| + "[SLAVE_BUILD]\\src\\out\\Release\\modules_unittests.isolated.gen.json",
|
| + "[SLAVE_BUILD]\\src\\out\\Release\\peerconnection_unittests.isolated.gen.json",
|
| + "[SLAVE_BUILD]\\src\\out\\Release\\rtc_media_unittests.isolated.gen.json",
|
| + "[SLAVE_BUILD]\\src\\out\\Release\\rtc_pc_unittests.isolated.gen.json",
|
| + "[SLAVE_BUILD]\\src\\out\\Release\\rtc_unittests.isolated.gen.json",
|
| + "[SLAVE_BUILD]\\src\\out\\Release\\system_wrappers_unittests.isolated.gen.json",
|
| + "[SLAVE_BUILD]\\src\\out\\Release\\test_support_unittests.isolated.gen.json",
|
| + "[SLAVE_BUILD]\\src\\out\\Release\\tools_unittests.isolated.gen.json",
|
| + "[SLAVE_BUILD]\\src\\out\\Release\\video_engine_tests.isolated.gen.json",
|
| + "[SLAVE_BUILD]\\src\\out\\Release\\voice_engine_unittests.isolated.gen.json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "isolate tests",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| @@ -218,7 +226,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",
|
| @@ -275,6 +283,7 @@
|
| "--idempotent",
|
| "[dummy hash for audio_decoder_unittests]"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "[trigger] audio_decoder_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| @@ -295,7 +304,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",
|
| @@ -352,6 +361,7 @@
|
| "--idempotent",
|
| "[dummy hash for common_audio_unittests]"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "[trigger] common_audio_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| @@ -372,7 +382,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",
|
| @@ -429,6 +439,7 @@
|
| "--idempotent",
|
| "[dummy hash for common_video_unittests]"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "[trigger] common_video_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| @@ -449,7 +460,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",
|
| @@ -506,6 +517,7 @@
|
| "--idempotent",
|
| "[dummy hash for modules_tests]"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "[trigger] modules_tests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| @@ -526,7 +538,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",
|
| @@ -583,6 +595,7 @@
|
| "--idempotent",
|
| "[dummy hash for modules_unittests]"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "[trigger] modules_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| @@ -603,7 +616,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",
|
| @@ -660,6 +673,7 @@
|
| "--idempotent",
|
| "[dummy hash for peerconnection_unittests]"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "[trigger] peerconnection_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| @@ -680,7 +694,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",
|
| @@ -737,6 +751,7 @@
|
| "--idempotent",
|
| "[dummy hash for rtc_media_unittests]"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "[trigger] rtc_media_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| @@ -757,7 +772,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",
|
| @@ -814,6 +829,7 @@
|
| "--idempotent",
|
| "[dummy hash for rtc_pc_unittests]"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "[trigger] rtc_pc_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| @@ -834,7 +850,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",
|
| @@ -891,6 +907,7 @@
|
| "--idempotent",
|
| "[dummy hash for rtc_unittests]"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "[trigger] rtc_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| @@ -911,7 +928,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",
|
| @@ -968,6 +985,7 @@
|
| "--idempotent",
|
| "[dummy hash for system_wrappers_unittests]"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "[trigger] system_wrappers_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| @@ -988,7 +1006,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",
|
| @@ -1045,6 +1063,7 @@
|
| "--idempotent",
|
| "[dummy hash for test_support_unittests]"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "[trigger] test_support_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| @@ -1065,7 +1084,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",
|
| @@ -1122,6 +1141,7 @@
|
| "--idempotent",
|
| "[dummy hash for tools_unittests]"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "[trigger] tools_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| @@ -1142,7 +1162,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",
|
| @@ -1199,6 +1219,7 @@
|
| "--idempotent",
|
| "[dummy hash for video_engine_tests]"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "[trigger] video_engine_tests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| @@ -1219,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",
|
| @@ -1276,6 +1297,7 @@
|
| "--idempotent",
|
| "[dummy hash for voice_engine_unittests]"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "[trigger] voice_engine_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| @@ -1316,13 +1338,14 @@
|
| "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| "webrtc_nonparallel_tests.exe"
|
| ],
|
| + "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",
|
| @@ -1334,6 +1357,7 @@
|
| "--task-summary-json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "audio_decoder_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@swarming pending 71s@@@",
|
| @@ -1382,7 +1406,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",
|
| @@ -1394,6 +1418,7 @@
|
| "--task-summary-json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "common_audio_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@swarming pending 71s@@@",
|
| @@ -1442,7 +1467,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",
|
| @@ -1454,6 +1479,7 @@
|
| "--task-summary-json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "common_video_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@swarming pending 71s@@@",
|
| @@ -1502,7 +1528,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",
|
| @@ -1514,6 +1540,7 @@
|
| "--task-summary-json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "modules_tests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@swarming pending 71s@@@",
|
| @@ -1562,7 +1589,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",
|
| @@ -1574,6 +1601,7 @@
|
| "--task-summary-json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "modules_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@swarming pending 71s@@@",
|
| @@ -1622,7 +1650,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",
|
| @@ -1634,6 +1662,7 @@
|
| "--task-summary-json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "peerconnection_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@swarming pending 71s@@@",
|
| @@ -1682,7 +1711,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",
|
| @@ -1694,6 +1723,7 @@
|
| "--task-summary-json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "rtc_media_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@swarming pending 71s@@@",
|
| @@ -1742,7 +1772,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",
|
| @@ -1754,6 +1784,7 @@
|
| "--task-summary-json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "rtc_pc_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@swarming pending 71s@@@",
|
| @@ -1802,7 +1833,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",
|
| @@ -1814,6 +1845,7 @@
|
| "--task-summary-json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "rtc_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@swarming pending 71s@@@",
|
| @@ -1862,7 +1894,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",
|
| @@ -1874,6 +1906,7 @@
|
| "--task-summary-json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "system_wrappers_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@swarming pending 71s@@@",
|
| @@ -1922,7 +1955,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",
|
| @@ -1934,6 +1967,7 @@
|
| "--task-summary-json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "test_support_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@swarming pending 71s@@@",
|
| @@ -1982,7 +2016,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",
|
| @@ -1994,6 +2028,7 @@
|
| "--task-summary-json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "tools_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@swarming pending 71s@@@",
|
| @@ -2042,7 +2077,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",
|
| @@ -2054,6 +2089,7 @@
|
| "--task-summary-json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "video_engine_tests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@swarming pending 71s@@@",
|
| @@ -2102,7 +2138,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",
|
| @@ -2114,6 +2150,7 @@
|
| "--task-summary-json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "voice_engine_unittests on Windows",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@swarming pending 71s@@@",
|
|
|