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 "Mac Asan", | 10 "Mac Asan", |
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 "--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]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
38 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
45 "@@@STEP_LOG_LINE@json.output@}@@@", | 46 "@@@STEP_LOG_LINE@json.output@}@@@", |
46 "@@@STEP_LOG_END@json.output@@@" | 47 "@@@STEP_LOG_END@json.output@@@" |
47 ] | 48 ] |
48 }, | 49 }, |
49 { | 50 { |
50 "cmd": [ | 51 "cmd": [ |
51 "python", | 52 "python", |
52 "-u", | 53 "-u", |
53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
54 "runhooks" | 55 "runhooks" |
55 ], | 56 ], |
| 57 "cwd": "[SLAVE_BUILD]", |
56 "env": { | 58 "env": { |
57 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 59 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
58 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi
r='[ROOT]/b/build/goma' lsan=1 target_arch=x64 use_goma=1", | 60 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi
r='[BUILD]/goma' lsan=1 target_arch=x64 use_goma=1", |
59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
60 }, | 62 }, |
61 "name": "gclient runhooks" | 63 "name": "gclient runhooks" |
62 }, | 64 }, |
63 { | 65 { |
64 "allow_subannotations": true, | 66 "allow_subannotations": true, |
65 "cmd": [ | 67 "cmd": [ |
66 "python", | 68 "python", |
67 "-u", | 69 "-u", |
68 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 70 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
69 "--src-dir", | 71 "--src-dir", |
70 "[CWD]/src", | 72 "[SLAVE_BUILD]/src", |
71 "--output-json", | 73 "--output-json", |
72 "/path/to/tmp/json" | 74 "/path/to/tmp/json" |
73 ], | 75 ], |
| 76 "cwd": "[SLAVE_BUILD]", |
74 "env": { | 77 "env": { |
75 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 78 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
76 }, | 79 }, |
77 "name": "clang_revision", | 80 "name": "clang_revision", |
78 "~followup_annotations": [ | 81 "~followup_annotations": [ |
79 "@@@STEP_LOG_LINE@json.output@{@@@", | 82 "@@@STEP_LOG_LINE@json.output@{@@@", |
80 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 83 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
81 "@@@STEP_LOG_LINE@json.output@}@@@", | 84 "@@@STEP_LOG_LINE@json.output@}@@@", |
82 "@@@STEP_LOG_END@json.output@@@" | 85 "@@@STEP_LOG_END@json.output@@@" |
83 ] | 86 ] |
84 }, | 87 }, |
85 { | 88 { |
86 "cmd": [ | 89 "cmd": [ |
87 "python", | 90 "python", |
88 "-u", | 91 "-u", |
89 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 92 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
90 "--show-path", | 93 "--show-path", |
91 "python", | 94 "python", |
92 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 95 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
93 "--gsutil-py-path", | 96 "--gsutil-py-path", |
94 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 97 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
95 "--ninja-path", | 98 "--ninja-path", |
96 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 99 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
97 "--target", | 100 "--target", |
98 "Release", | 101 "Release", |
99 "--src-dir", | 102 "--src-dir", |
100 "[CWD]/src", | 103 "[SLAVE_BUILD]/src", |
101 "--goma-cache-dir", | 104 "--goma-cache-dir", |
102 "[ROOT]/b/build/slave/goma_cache", | 105 "[GOMA_CACHE]", |
103 "--build-tool", | 106 "--build-tool", |
104 "ninja", | 107 "ninja", |
105 "--compiler", | 108 "--compiler", |
106 "goma-clang", | 109 "goma-clang", |
107 "--goma-jsonstatus", | 110 "--goma-jsonstatus", |
108 "/path/to/tmp/json", | 111 "/path/to/tmp/json", |
109 "--goma-service-account-json-file", | 112 "--goma-service-account-json-file", |
110 "/creds/service_accounts/service-account-goma-client.json", | 113 "/creds/service_accounts/service-account-goma-client.json", |
111 "--goma-dir", | 114 "--goma-dir", |
112 "[ROOT]/b/build/goma", | 115 "[BUILD]/goma", |
113 "--", | 116 "--", |
114 "All" | 117 "All" |
115 ], | 118 ], |
| 119 "cwd": "[SLAVE_BUILD]", |
116 "env": { | 120 "env": { |
117 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 121 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
118 }, | 122 }, |
119 "name": "compile", | 123 "name": "compile", |
120 "~followup_annotations": [ | 124 "~followup_annotations": [ |
121 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 125 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
122 "@@@STEP_LOG_END@json.output (invalid)@@@" | 126 "@@@STEP_LOG_END@json.output (invalid)@@@" |
123 ] | 127 ] |
124 }, | 128 }, |
125 { | 129 { |
126 "cmd": [ | 130 "cmd": [ |
127 "python", | 131 "python", |
128 "-u", | 132 "-u", |
129 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 133 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
130 "--target", | 134 "--target", |
131 "Release", | 135 "Release", |
132 "--factory-properties", | 136 "--factory-properties", |
133 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"masterna
me\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\",
\"slavename\": \"slavename\"}", | 137 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"masterna
me\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\",
\"slavename\": \"slavename\"}", |
134 "--build-properties", | 138 "--build-properties", |
135 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"masterna
me\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\",
\"slavename\": \"slavename\"}", | 139 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"masterna
me\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\",
\"slavename\": \"slavename\"}", |
136 "--step-name=libyuv_unittest", | 140 "--step-name=libyuv_unittest", |
137 "--builder-name=Mac Asan", | 141 "--builder-name=Mac Asan", |
138 "--slave-name=slavename", | 142 "--slave-name=slavename", |
139 "--enable-asan", | 143 "--enable-asan", |
140 "libyuv_unittest" | 144 "libyuv_unittest" |
141 ], | 145 ], |
| 146 "cwd": "[SLAVE_BUILD]", |
142 "name": "libyuv_unittest" | 147 "name": "libyuv_unittest" |
143 }, | 148 }, |
144 { | 149 { |
145 "name": "$result", | 150 "name": "$result", |
146 "recipe_result": null, | 151 "recipe_result": null, |
147 "status_code": 0 | 152 "status_code": 0 |
148 } | 153 } |
149 ] | 154 ] |
OLD | NEW |