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