OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux - builder", | 10 "V8 Linux - builder", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://
svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru
e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://
svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru
e, '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 "--output_json", | 19 "--output_json", |
20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
21 "--revision", | 21 "--revision", |
22 "v8@20123", | 22 "v8@20123", |
23 "--no_shallow", | 23 "--no_shallow", |
24 "--output_manifest" | 24 "--output_manifest" |
25 ], | 25 ], |
| 26 "cwd": "[SLAVE_BUILD]", |
26 "name": "bot_update", | 27 "name": "bot_update", |
27 "~followup_annotations": [ | 28 "~followup_annotations": [ |
28 "@@@STEP_TEXT@Some step text@@@", | 29 "@@@STEP_TEXT@Some step text@@@", |
29 "@@@STEP_LOG_LINE@json.output@{@@@", | 30 "@@@STEP_LOG_LINE@json.output@{@@@", |
30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
31 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
32 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", |
33 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.
git\", @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.
git\", @@@", |
34 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777
bb78a1f5bd0241f64c\"@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777
bb78a1f5bd0241f64c\"@@@", |
35 "@@@STEP_LOG_LINE@json.output@ }@@@", | 36 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 12 matching lines...) Expand all Loading... |
48 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 49 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
49 ] | 50 ] |
50 }, | 51 }, |
51 { | 52 { |
52 "cmd": [ | 53 "cmd": [ |
53 "python", | 54 "python", |
54 "-u", | 55 "-u", |
55 "[DEPOT_TOOLS]/gclient.py", | 56 "[DEPOT_TOOLS]/gclient.py", |
56 "runhooks" | 57 "runhooks" |
57 ], | 58 ], |
| 59 "cwd": "[SLAVE_BUILD]", |
58 "env": { | 60 "env": { |
59 "GYP_DEFINES": "gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1 v8_targ
et_arch=ia32" | 61 "GYP_DEFINES": "gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1 v8_targ
et_arch=ia32" |
60 }, | 62 }, |
61 "name": "gclient runhooks" | 63 "name": "gclient runhooks" |
62 }, | 64 }, |
63 { | 65 { |
64 "cmd": [ | 66 "cmd": [ |
65 "python", | 67 "python", |
66 "-u", | 68 "-u", |
67 "[BUILD]/scripts/slave/cleanup_temp.py" | 69 "[BUILD]/scripts/slave/cleanup_temp.py" |
68 ], | 70 ], |
| 71 "cwd": "[SLAVE_BUILD]", |
69 "name": "cleanup_temp" | 72 "name": "cleanup_temp" |
70 }, | 73 }, |
71 { | 74 { |
72 "cmd": [ | 75 "cmd": [ |
73 "python", | 76 "python", |
74 "-u", | 77 "-u", |
75 "[BUILD]/scripts/slave/compile.py", | 78 "[BUILD]/scripts/slave/compile.py", |
76 "--target", | 79 "--target", |
77 "Release", | 80 "Release", |
78 "--src-dir", | 81 "--src-dir", |
79 "[SLAVE_BUILD]/v8", | 82 "[SLAVE_BUILD]/v8", |
80 "--build-tool", | 83 "--build-tool", |
81 "make", | 84 "make", |
82 "--compiler", | 85 "--compiler", |
83 "goma", | 86 "goma", |
84 "--goma-dir", | 87 "--goma-dir", |
85 "[BUILD]/goma", | 88 "[BUILD]/goma", |
86 "--" | 89 "--" |
87 ], | 90 ], |
| 91 "cwd": "[SLAVE_BUILD]", |
88 "name": "compile" | 92 "name": "compile" |
89 }, | 93 }, |
90 { | 94 { |
91 "allow_subannotations": true, | 95 "allow_subannotations": true, |
92 "cmd": [ | 96 "cmd": [ |
93 "python", | 97 "python", |
94 "-u", | 98 "-u", |
95 "[BUILD]/scripts/slave/zip_build.py", | 99 "[BUILD]/scripts/slave/zip_build.py", |
96 "--target", | 100 "--target", |
97 "Release", | 101 "Release", |
98 "--build-url", | 102 "--build-url", |
99 "gs://chromium-v8/v8-linux-rel", | 103 "gs://chromium-v8/v8-linux-rel", |
100 "--src-dir", | 104 "--src-dir", |
101 "v8", | 105 "v8", |
102 "--factory-properties", | 106 "--factory-properties", |
103 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Linux - builder\", \"buildnumber\":
571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"
v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"
/path/to/workdir/TestSlavename\"}", | 107 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Linux - builder\", \"buildnumber\":
571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"
v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"
/path/to/workdir/TestSlavename\"}", |
104 "--build-properties", | 108 "--build-properties", |
105 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Linux - builder\", \"buildnumber\":
571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"
v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"
/path/to/workdir/TestSlavename\"}" | 109 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Linux - builder\", \"buildnumber\":
571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"
v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"
/path/to/workdir/TestSlavename\"}" |
106 ], | 110 ], |
| 111 "cwd": "[SLAVE_BUILD]", |
107 "name": "package build" | 112 "name": "package build" |
108 }, | 113 }, |
109 { | 114 { |
110 "cmd": [], | 115 "cmd": [], |
| 116 "cwd": "[SLAVE_BUILD]", |
111 "name": "trigger", | 117 "name": "trigger", |
112 "trigger_specs": [ | 118 "trigger_specs": [ |
113 { | 119 { |
114 "builder_name": "V8 Deopt Fuzzer", | 120 "builder_name": "V8 Deopt Fuzzer", |
115 "properties": { | 121 "properties": { |
116 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 122 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
117 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 123 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
118 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" | 124 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" |
119 } | 125 } |
120 }, | 126 }, |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 179 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
174 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" | 180 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" |
175 } | 181 } |
176 } | 182 } |
177 ], | 183 ], |
178 "~followup_annotations": [ | 184 "~followup_annotations": [ |
179 "@@@STEP_TEXT@V8 Deopt Fuzzer<br />V8 Linux<br />V8 Linux - deadcode<br />
V8 Linux - gcmole<br />V8 Linux - isolates<br />V8 Linux - nosse3<br />V8 Linux
- nosse4<br />V8 Linux - presubmit@@@" | 185 "@@@STEP_TEXT@V8 Deopt Fuzzer<br />V8 Linux<br />V8 Linux - deadcode<br />
V8 Linux - gcmole<br />V8 Linux - isolates<br />V8 Linux - nosse3<br />V8 Linux
- nosse4<br />V8 Linux - presubmit@@@" |
180 ] | 186 ] |
181 } | 187 } |
182 ] | 188 ] |
OLD | NEW |