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 Mips - builder", | 10 "V8 Mips - 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 19 matching lines...) Loading... |
55 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 56 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
56 "--", | 57 "--", |
57 "[DEPOT_TOOLS]/gsutil.py", | 58 "[DEPOT_TOOLS]/gsutil.py", |
58 "--force-version", | 59 "--force-version", |
59 "3.25", | 60 "3.25", |
60 "--", | 61 "--", |
61 "cp", | 62 "cp", |
62 "gs://chromium-v8/mips-2013.11-36-mips-linux-gnu-i686-pc-linux-gnu.tar.bz2
", | 63 "gs://chromium-v8/mips-2013.11-36-mips-linux-gnu-i686-pc-linux-gnu.tar.bz2
", |
63 "[SLAVE_BUILD]" | 64 "[SLAVE_BUILD]" |
64 ], | 65 ], |
| 66 "cwd": "[SLAVE_BUILD]", |
65 "name": "gsutil bootstrapping mips toolchain" | 67 "name": "gsutil bootstrapping mips toolchain" |
66 }, | 68 }, |
67 { | 69 { |
68 "cmd": [ | 70 "cmd": [ |
69 "tar", | 71 "tar", |
70 "xf", | 72 "xf", |
71 "mips-2013.11-36-mips-linux-gnu-i686-pc-linux-gnu.tar.bz2" | 73 "mips-2013.11-36-mips-linux-gnu-i686-pc-linux-gnu.tar.bz2" |
72 ], | 74 ], |
73 "cwd": "[SLAVE_BUILD]", | 75 "cwd": "[SLAVE_BUILD]", |
74 "name": "unzipping" | 76 "name": "unzipping" |
75 }, | 77 }, |
76 { | 78 { |
77 "cmd": [ | 79 "cmd": [ |
78 "python", | 80 "python", |
79 "-u", | 81 "-u", |
80 "[DEPOT_TOOLS]/gclient.py", | 82 "[DEPOT_TOOLS]/gclient.py", |
81 "runhooks" | 83 "runhooks" |
82 ], | 84 ], |
| 85 "cwd": "[SLAVE_BUILD]", |
83 "env": { | 86 "env": { |
84 "AR": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-ar", | 87 "AR": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-ar", |
85 "CC": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-gcc", | 88 "CC": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-gcc", |
86 "CXX": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-g++", | 89 "CXX": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-g++", |
87 "GYP_CROSSCOMPILE": "1", | 90 "GYP_CROSSCOMPILE": "1", |
88 "GYP_DEFINES": "target_arch=mips v8_enable_i18n_support=0 v8_target_arch=m
ips v8_use_snapshot=false", | 91 "GYP_DEFINES": "target_arch=mips v8_enable_i18n_support=0 v8_target_arch=m
ips v8_use_snapshot=false", |
89 "LINK": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-g++", | 92 "LINK": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-g++", |
90 "RANLIB": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-ranlib" | 93 "RANLIB": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-ranlib" |
91 }, | 94 }, |
92 "name": "gclient runhooks" | 95 "name": "gclient runhooks" |
93 }, | 96 }, |
94 { | 97 { |
95 "cmd": [ | 98 "cmd": [ |
96 "python", | 99 "python", |
97 "-u", | 100 "-u", |
98 "[BUILD]/scripts/slave/cleanup_temp.py" | 101 "[BUILD]/scripts/slave/cleanup_temp.py" |
99 ], | 102 ], |
| 103 "cwd": "[SLAVE_BUILD]", |
100 "name": "cleanup_temp" | 104 "name": "cleanup_temp" |
101 }, | 105 }, |
102 { | 106 { |
103 "cmd": [ | 107 "cmd": [ |
104 "python", | 108 "python", |
105 "-u", | 109 "-u", |
106 "[BUILD]/scripts/slave/compile.py", | 110 "[BUILD]/scripts/slave/compile.py", |
107 "--target", | 111 "--target", |
108 "Release", | 112 "Release", |
109 "--src-dir", | 113 "--src-dir", |
110 "[SLAVE_BUILD]/v8", | 114 "[SLAVE_BUILD]/v8", |
111 "--build-tool", | 115 "--build-tool", |
112 "make", | 116 "make", |
113 "--" | 117 "--" |
114 ], | 118 ], |
| 119 "cwd": "[SLAVE_BUILD]", |
115 "name": "compile" | 120 "name": "compile" |
116 }, | 121 }, |
117 { | 122 { |
118 "allow_subannotations": true, | 123 "allow_subannotations": true, |
119 "cmd": [ | 124 "cmd": [ |
120 "python", | 125 "python", |
121 "-u", | 126 "-u", |
122 "[BUILD]/scripts/slave/zip_build.py", | 127 "[BUILD]/scripts/slave/zip_build.py", |
123 "--target", | 128 "--target", |
124 "Release", | 129 "Release", |
125 "--build-url", | 130 "--build-url", |
126 "gs://chromium-v8/v8-mips-rel", | 131 "gs://chromium-v8/v8-mips-rel", |
127 "--src-dir", | 132 "--src-dir", |
128 "v8", | 133 "v8", |
129 "--factory-properties", | 134 "--factory-properties", |
130 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Mips - builder\", \"buildnumber\": 5
71, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 135 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Mips - builder\", \"buildnumber\": 5
71, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
131 "--build-properties", | 136 "--build-properties", |
132 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Mips - builder\", \"buildnumber\": 5
71, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}" | 137 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Mips - builder\", \"buildnumber\": 5
71, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}" |
133 ], | 138 ], |
| 139 "cwd": "[SLAVE_BUILD]", |
134 "name": "package build" | 140 "name": "package build" |
135 }, | 141 }, |
136 { | 142 { |
137 "cmd": [], | 143 "cmd": [], |
| 144 "cwd": "[SLAVE_BUILD]", |
138 "name": "trigger", | 145 "name": "trigger", |
139 "trigger_specs": [ | 146 "trigger_specs": [ |
140 { | 147 { |
141 "builder_name": "V8 Mips - big endian - nosnap - 1", | 148 "builder_name": "V8 Mips - big endian - nosnap - 1", |
142 "properties": { | 149 "properties": { |
143 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 150 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
144 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 151 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
145 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" | 152 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" |
146 } | 153 } |
147 }, | 154 }, |
148 { | 155 { |
149 "builder_name": "V8 Mips - big endian - nosnap - 2", | 156 "builder_name": "V8 Mips - big endian - nosnap - 2", |
150 "properties": { | 157 "properties": { |
151 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 158 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
152 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 159 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
153 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" | 160 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" |
154 } | 161 } |
155 } | 162 } |
156 ], | 163 ], |
157 "~followup_annotations": [ | 164 "~followup_annotations": [ |
158 "@@@STEP_TEXT@V8 Mips - big endian - nosnap - 1<br />V8 Mips - big endian
- nosnap - 2@@@" | 165 "@@@STEP_TEXT@V8 Mips - big endian - nosnap - 1<br />V8 Mips - big endian
- nosnap - 2@@@" |
159 ] | 166 ] |
160 } | 167 } |
161 ] | 168 ] |
OLD | NEW |