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