OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.libyuv", | 8 "client.libyuv", |
9 "--builder", | 9 "--builder", |
10 "Win32 Debug (VS2013)", | 10 "Win32 Debug (VS2013)", |
11 "--slave", | 11 "--slave", |
12 "slavename", | 12 "slavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src
'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu
m.googlesource.com/libyuv/libyuv'}]", | 14 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'root_dir': 'src'}, 'deps_file': 'DEPS', 'managed': True, 'name':
'src', 'url': 'https://chromium.googlesource.com/libyuv/libyuv'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{}", | 18 "{}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]\\b\\build\\slave\\cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@12345", | 24 "src@12345", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
39 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
46 "@@@STEP_LOG_LINE@json.output@}@@@", | 45 "@@@STEP_LOG_LINE@json.output@}@@@", |
47 "@@@STEP_LOG_END@json.output@@@" | 46 "@@@STEP_LOG_END@json.output@@@" |
48 ] | 47 ] |
49 }, | 48 }, |
50 { | 49 { |
51 "cmd": [ | 50 "cmd": [ |
52 "python", | 51 "python", |
53 "-u", | 52 "-u", |
54 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 53 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
55 "runhooks" | 54 "runhooks" |
56 ], | 55 ], |
57 "cwd": "[SLAVE_BUILD]", | |
58 "env": { | 56 "env": { |
59 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 57 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
60 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 use_goma=1", | 58 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[ROOT]\\b\\build\\goma' target_arch=ia32 use_goma=1", |
61 "GYP_MSVS_VERSION": "2013", | 59 "GYP_MSVS_VERSION": "2013", |
62 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
63 }, | 61 }, |
64 "name": "gclient runhooks" | 62 "name": "gclient runhooks" |
65 }, | 63 }, |
66 { | 64 { |
67 "cmd": [ | 65 "cmd": [ |
68 "python", | 66 "python", |
69 "-u", | 67 "-u", |
70 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 68 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
71 "--show-path", | 69 "--show-path", |
72 "python", | 70 "python", |
73 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 71 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
74 "--gsutil-py-path", | 72 "--gsutil-py-path", |
75 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 73 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
76 "--ninja-path", | 74 "--ninja-path", |
77 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 75 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
78 "--target", | 76 "--target", |
79 "Debug", | 77 "Debug", |
80 "--src-dir", | 78 "--src-dir", |
81 "[SLAVE_BUILD]\\src", | 79 "[CWD]\\src", |
82 "--goma-cache-dir", | 80 "--goma-cache-dir", |
83 "[GOMA_CACHE]", | 81 "[ROOT]\\b\\build\\slave\\goma_cache", |
84 "--build-tool", | 82 "--build-tool", |
85 "ninja", | 83 "ninja", |
86 "--compiler", | 84 "--compiler", |
87 "goma", | 85 "goma", |
88 "--goma-jsonstatus", | 86 "--goma-jsonstatus", |
89 "/path/to/tmp/json", | 87 "/path/to/tmp/json", |
90 "--goma-service-account-json-file", | 88 "--goma-service-account-json-file", |
91 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 89 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
92 "--goma-dir", | 90 "--goma-dir", |
93 "[BUILD]\\goma", | 91 "[ROOT]\\b\\build\\goma", |
94 "--", | 92 "--", |
95 "All" | 93 "All" |
96 ], | 94 ], |
97 "cwd": "[SLAVE_BUILD]", | |
98 "env": { | 95 "env": { |
99 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
100 }, | 97 }, |
101 "name": "compile", | 98 "name": "compile", |
102 "~followup_annotations": [ | 99 "~followup_annotations": [ |
103 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 100 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
104 "@@@STEP_LOG_END@json.output (invalid)@@@" | 101 "@@@STEP_LOG_END@json.output (invalid)@@@" |
105 ] | 102 ] |
106 }, | 103 }, |
107 { | 104 { |
108 "cmd": [ | 105 "cmd": [ |
109 "python", | 106 "python", |
110 "-u", | 107 "-u", |
111 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 108 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
112 "--target", | 109 "--target", |
113 "Debug", | 110 "Debug", |
114 "--factory-properties", | 111 "--factory-properties", |
115 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug (VS2013)\",
\"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\":
\"12345\", \"slavename\": \"slavename\"}", | 112 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug (VS2013)\",
\"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\":
\"12345\", \"slavename\": \"slavename\"}", |
116 "--build-properties", | 113 "--build-properties", |
117 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug (VS2013)\",
\"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\":
\"12345\", \"slavename\": \"slavename\"}", | 114 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug (VS2013)\",
\"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\":
\"12345\", \"slavename\": \"slavename\"}", |
118 "--step-name=libyuv_unittest", | 115 "--step-name=libyuv_unittest", |
119 "--builder-name=Win32 Debug (VS2013)", | 116 "--builder-name=Win32 Debug (VS2013)", |
120 "--slave-name=slavename", | 117 "--slave-name=slavename", |
121 "libyuv_unittest.exe" | 118 "libyuv_unittest.exe" |
122 ], | 119 ], |
123 "cwd": "[SLAVE_BUILD]", | |
124 "name": "libyuv_unittest" | 120 "name": "libyuv_unittest" |
125 }, | 121 }, |
126 { | 122 { |
127 "name": "$result", | 123 "name": "$result", |
128 "recipe_result": null, | 124 "recipe_result": null, |
129 "status_code": 0 | 125 "status_code": 0 |
130 } | 126 } |
131 ] | 127 ] |
OLD | NEW |