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.dart.fyi", | 8 "client.dart.fyi", |
9 "--builder", | 9 "--builder", |
10 "v8-linux-release", | 10 "v8-linux-release", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.com/v8/v8'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
15 "--root", | 15 "--root", |
16 "v8", | 16 "v8", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"v8\": \"got_revision\"}", | 18 "{\"v8\": \"got_revision\"}", |
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 "v8@refs/branch-heads/4.2:20123", | 24 "v8@refs/branch-heads/4.2:20123", |
25 "--no_shallow", | 25 "--no_shallow", |
26 "--output_manifest", | 26 "--output_manifest", |
27 "--with_branch_heads" | 27 "--with_branch_heads" |
28 ], | 28 ], |
| 29 "cwd": "[SLAVE_BUILD]", |
29 "env": { | 30 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 32 }, |
32 "name": "bot_update", | 33 "name": "bot_update", |
33 "~followup_annotations": [ | 34 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 35 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"refs/branch-heads/4.2:20123\"@
@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"refs/branch-heads/4.2:20123\"@
@@", |
(...skipping 18 matching lines...) Expand all Loading... |
57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 58 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
58 ] | 59 ] |
59 }, | 60 }, |
60 { | 61 { |
61 "cmd": [ | 62 "cmd": [ |
62 "python", | 63 "python", |
63 "-u", | 64 "-u", |
64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 65 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
65 "runhooks" | 66 "runhooks" |
66 ], | 67 ], |
| 68 "cwd": "[SLAVE_BUILD]", |
67 "env": { | 69 "env": { |
68 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 70 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
69 "GYP_DEFINES": "clang=1 gomadir='[ROOT]/b/build/goma' target_arch=ia32 use
_goma=1 v8_enable_disassembler=1 v8_target_arch=ia32", | 71 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_disassembler=1 v8_target_arch=ia32", |
70 "GYP_GENERATORS": "ninja", | 72 "GYP_GENERATORS": "ninja", |
71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
72 }, | 74 }, |
73 "name": "gclient runhooks" | 75 "name": "gclient runhooks" |
74 }, | 76 }, |
75 { | 77 { |
76 "cmd": [ | 78 "cmd": [ |
77 "python", | 79 "python", |
78 "-u", | 80 "-u", |
79 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 81 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
80 "--show-path", | 82 "--show-path", |
81 "python", | 83 "python", |
82 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 84 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
83 ], | 85 ], |
| 86 "cwd": "[SLAVE_BUILD]", |
84 "name": "cleanup_temp" | 87 "name": "cleanup_temp" |
85 }, | 88 }, |
86 { | 89 { |
87 "allow_subannotations": true, | 90 "allow_subannotations": true, |
88 "cmd": [ | 91 "cmd": [ |
89 "python", | 92 "python", |
90 "-u", | 93 "-u", |
91 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 94 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
92 "--src-dir", | 95 "--src-dir", |
93 "[CWD]/v8", | 96 "[SLAVE_BUILD]/v8", |
94 "--output-json", | 97 "--output-json", |
95 "/path/to/tmp/json" | 98 "/path/to/tmp/json" |
96 ], | 99 ], |
| 100 "cwd": "[SLAVE_BUILD]", |
97 "env": { | 101 "env": { |
98 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 102 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
99 }, | 103 }, |
100 "name": "clang_revision", | 104 "name": "clang_revision", |
101 "~followup_annotations": [ | 105 "~followup_annotations": [ |
102 "@@@STEP_LOG_LINE@json.output@{@@@", | 106 "@@@STEP_LOG_LINE@json.output@{@@@", |
103 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 107 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
104 "@@@STEP_LOG_LINE@json.output@}@@@", | 108 "@@@STEP_LOG_LINE@json.output@}@@@", |
105 "@@@STEP_LOG_END@json.output@@@" | 109 "@@@STEP_LOG_END@json.output@@@" |
106 ] | 110 ] |
107 }, | 111 }, |
108 { | 112 { |
109 "cmd": [ | 113 "cmd": [ |
110 "python", | 114 "python", |
111 "-u", | 115 "-u", |
112 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 116 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
113 "--show-path", | 117 "--show-path", |
114 "python", | 118 "python", |
115 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 119 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
116 "--gsutil-py-path", | 120 "--gsutil-py-path", |
117 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 121 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
118 "--ninja-path", | 122 "--ninja-path", |
119 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 123 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
120 "--target", | 124 "--target", |
121 "Release", | 125 "Release", |
122 "--src-dir", | 126 "--src-dir", |
123 "[CWD]/v8", | 127 "[SLAVE_BUILD]/v8", |
124 "--goma-cache-dir", | 128 "--goma-cache-dir", |
125 "[ROOT]/b/build/slave/goma_cache", | 129 "[GOMA_CACHE]", |
126 "--build-tool", | 130 "--build-tool", |
127 "ninja", | 131 "ninja", |
128 "--compiler", | 132 "--compiler", |
129 "goma-clang", | 133 "goma-clang", |
130 "--goma-jsonstatus", | 134 "--goma-jsonstatus", |
131 "/path/to/tmp/json", | 135 "/path/to/tmp/json", |
132 "--goma-service-account-json-file", | 136 "--goma-service-account-json-file", |
133 "/creds/service_accounts/service-account-goma-client.json", | 137 "/creds/service_accounts/service-account-goma-client.json", |
134 "--goma-dir", | 138 "--goma-dir", |
135 "[ROOT]/b/build/goma", | 139 "[BUILD]/goma", |
136 "--" | 140 "--" |
137 ], | 141 ], |
| 142 "cwd": "[SLAVE_BUILD]", |
138 "env": { | 143 "env": { |
139 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 144 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
140 }, | 145 }, |
141 "name": "compile", | 146 "name": "compile", |
142 "~followup_annotations": [ | 147 "~followup_annotations": [ |
143 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 148 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
144 "@@@STEP_LOG_END@json.output (invalid)@@@" | 149 "@@@STEP_LOG_END@json.output (invalid)@@@" |
145 ] | 150 ] |
146 }, | 151 }, |
147 { | 152 { |
148 "allow_subannotations": true, | 153 "allow_subannotations": true, |
149 "cmd": [ | 154 "cmd": [ |
150 "python", | 155 "python", |
151 "-u", | 156 "-u", |
152 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 157 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
153 "--show-path", | 158 "--show-path", |
154 "python", | 159 "python", |
155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 160 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
156 "--target", | 161 "--target", |
157 "Release", | 162 "Release", |
158 "--build-url", | 163 "--build-url", |
159 "gs://chromium-v8/v8-for-dart-rel", | 164 "gs://chromium-v8/v8-for-dart-rel", |
160 "--src-dir", | 165 "--src-dir", |
161 "v8", | 166 "v8", |
162 "--factory-properties", | 167 "--factory-properties", |
163 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571,
\"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \
"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}", | 168 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571,
\"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \
"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}", |
164 "--build-properties", | 169 "--build-properties", |
165 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571,
\"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \
"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}" | 170 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571,
\"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \
"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}" |
166 ], | 171 ], |
| 172 "cwd": "[SLAVE_BUILD]", |
167 "name": "package build" | 173 "name": "package build" |
168 }, | 174 }, |
169 { | 175 { |
170 "name": "$result", | 176 "name": "$result", |
171 "recipe_result": null, | 177 "recipe_result": null, |
172 "status_code": 0 | 178 "status_code": 0 |
173 } | 179 } |
174 ] | 180 ] |
OLD | NEW |