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.boringssl", | 8 "client.boringssl", |
9 "--builder", | 9 "--builder", |
10 "linux32", | 10 "linux32", |
11 "--slave", | 11 "--slave", |
12 "slavename", | 12 "slavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'util/bot/DEPS', 'm
anaged': True, 'name': 'boringssl', 'url': 'https://boringssl.googlesource.com/b
oringssl.git'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'util/bot/DEPS', 'managed': True, 'name': 'boringssl', 'url': 'https://boringssl
.googlesource.com/boringssl.git'}]", |
15 "--root", | 15 "--root", |
16 "boringssl", | 16 "boringssl", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{}", | 18 "{}", |
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 "boringssl@HEAD", | 24 "boringssl@HEAD", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"boringssl\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"boringssl\": \"HEAD\"@@@", |
39 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"boringssl\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"boringssl\", @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"boringssl\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"boringssl\", @@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
46 "@@@STEP_LOG_LINE@json.output@}@@@", | 45 "@@@STEP_LOG_LINE@json.output@}@@@", |
47 "@@@STEP_LOG_END@json.output@@@" | 46 "@@@STEP_LOG_END@json.output@@@" |
48 ] | 47 ] |
49 }, | 48 }, |
50 { | 49 { |
51 "cmd": [ | 50 "cmd": [ |
52 "python", | 51 "python", |
53 "-u", | 52 "-u", |
54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
55 "runhooks" | 54 "runhooks" |
56 ], | 55 ], |
57 "cwd": "[SLAVE_BUILD]", | |
58 "env": { | 56 "env": { |
59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
60 }, | 58 }, |
61 "name": "gclient runhooks" | 59 "name": "gclient runhooks" |
62 }, | 60 }, |
63 { | 61 { |
64 "cmd": [ | 62 "cmd": [ |
65 "python", | 63 "python", |
66 "-u", | 64 "-u", |
67 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 65 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
68 "[SLAVE_BUILD]/boringssl/build" | 66 "[CWD]/boringssl/build" |
69 ], | 67 ], |
70 "cwd": "[SLAVE_BUILD]", | |
71 "name": "rmtree clean", | 68 "name": "rmtree clean", |
72 "~followup_annotations": [ | 69 "~followup_annotations": [ |
73 "@@@STEP_LOG_LINE@python.inline@@@@", | 70 "@@@STEP_LOG_LINE@python.inline@@@@", |
74 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 71 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
75 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 72 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
76 "@@@STEP_LOG_LINE@python.inline@@@@", | 73 "@@@STEP_LOG_LINE@python.inline@@@@", |
77 "@@@STEP_LOG_LINE@python.inline@@@@", | 74 "@@@STEP_LOG_LINE@python.inline@@@@", |
78 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 75 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
79 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 76 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
80 "@@@STEP_LOG_END@python.inline@@@" | 77 "@@@STEP_LOG_END@python.inline@@@" |
81 ] | 78 ] |
82 }, | 79 }, |
83 { | 80 { |
84 "cmd": [ | 81 "cmd": [ |
85 "python", | 82 "python", |
86 "-u", | 83 "-u", |
87 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 84 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
88 "[SLAVE_BUILD]/boringssl/build", | 85 "[CWD]/boringssl/build", |
89 "511" | 86 "511" |
90 ], | 87 ], |
91 "cwd": "[SLAVE_BUILD]", | |
92 "name": "makedirs mkdir", | 88 "name": "makedirs mkdir", |
93 "~followup_annotations": [ | 89 "~followup_annotations": [ |
94 "@@@STEP_LOG_LINE@python.inline@@@@", | 90 "@@@STEP_LOG_LINE@python.inline@@@@", |
95 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 91 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
96 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 92 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
97 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 93 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
98 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 94 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
99 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 95 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
100 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 96 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
101 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 97 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
102 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 98 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
103 "@@@STEP_LOG_END@python.inline@@@" | 99 "@@@STEP_LOG_END@python.inline@@@" |
104 ] | 100 ] |
105 }, | 101 }, |
106 { | 102 { |
107 "cmd": [ | 103 "cmd": [ |
108 "python", | 104 "python", |
109 "-u", | 105 "-u", |
110 "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", | 106 "[CWD]/boringssl/util/bot/go/env.py", |
111 "[SLAVE_BUILD]/boringssl/util/bot/cmake-linux64/bin/cmake", | 107 "[CWD]/boringssl/util/bot/cmake-linux64/bin/cmake", |
112 "-GNinja", | 108 "-GNinja", |
113 "-DCMAKE_ASM_FLAGS=-m32 -msse2", | 109 "-DCMAKE_ASM_FLAGS=-m32 -msse2", |
114 "-DCMAKE_CXX_FLAGS=-m32 -msse2", | 110 "-DCMAKE_CXX_FLAGS=-m32 -msse2", |
115 "-DCMAKE_C_FLAGS=-m32 -msse2", | 111 "-DCMAKE_C_FLAGS=-m32 -msse2", |
116 "-DCMAKE_SYSTEM_NAME=Linux", | 112 "-DCMAKE_SYSTEM_NAME=Linux", |
117 "-DCMAKE_SYSTEM_PROCESSOR=x86", | 113 "-DCMAKE_SYSTEM_PROCESSOR=x86", |
118 "[SLAVE_BUILD]/boringssl" | 114 "[CWD]/boringssl" |
119 ], | 115 ], |
120 "cwd": "[SLAVE_BUILD]/boringssl/build", | 116 "cwd": "[CWD]/boringssl/build", |
121 "name": "cmake" | 117 "name": "cmake" |
122 }, | 118 }, |
123 { | 119 { |
124 "cmd": [ | 120 "cmd": [ |
125 "python", | 121 "python", |
126 "-u", | 122 "-u", |
127 "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", | 123 "[CWD]/boringssl/util/bot/go/env.py", |
128 "ninja", | 124 "ninja", |
129 "-C", | 125 "-C", |
130 "[SLAVE_BUILD]/boringssl/build" | 126 "[CWD]/boringssl/build" |
131 ], | 127 ], |
132 "cwd": "[SLAVE_BUILD]", | |
133 "name": "ninja" | 128 "name": "ninja" |
134 }, | 129 }, |
135 { | 130 { |
136 "cmd": [ | 131 "cmd": [ |
137 "python", | 132 "python", |
138 "-u", | 133 "-u", |
139 "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", | 134 "[CWD]/boringssl/util/bot/go/env.py", |
140 "go", | 135 "go", |
141 "run", | 136 "run", |
142 "util/all_tests.go", | 137 "util/all_tests.go", |
143 "-json-output", | 138 "-json-output", |
144 "/path/to/tmp/json" | 139 "/path/to/tmp/json" |
145 ], | 140 ], |
146 "cwd": "[SLAVE_BUILD]/boringssl", | 141 "cwd": "[CWD]/boringssl", |
147 "name": "unit tests", | 142 "name": "unit tests", |
148 "~followup_annotations": [ | 143 "~followup_annotations": [ |
149 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", | 144 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", |
150 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", | 145 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", |
151 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@", | 146 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@", |
152 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@
", | 147 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@
", |
153 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", | 148 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", |
154 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", | 149 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", |
155 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm
l\": {@@@", | 150 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm
l\": {@@@", |
156 "@@@STEP_LOG_LINE@test_utils.test_results@ \"actual\": \"PASS\", @@
@", | 151 "@@@STEP_LOG_LINE@test_utils.test_results@ \"actual\": \"PASS\", @@
@", |
(...skipping 28 matching lines...) Expand all Loading... |
185 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", | 180 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", |
186 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", | 181 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", |
187 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", | 182 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", |
188 "@@@STEP_LOG_END@test_utils.test_results@@@" | 183 "@@@STEP_LOG_END@test_utils.test_results@@@" |
189 ] | 184 ] |
190 }, | 185 }, |
191 { | 186 { |
192 "cmd": [ | 187 "cmd": [ |
193 "python", | 188 "python", |
194 "-u", | 189 "-u", |
195 "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", | 190 "[CWD]/boringssl/util/bot/go/env.py", |
196 "go", | 191 "go", |
197 "test", | 192 "test", |
198 "-pipe", | 193 "-pipe", |
199 "-json-output", | 194 "-json-output", |
200 "/path/to/tmp/json" | 195 "/path/to/tmp/json" |
201 ], | 196 ], |
202 "cwd": "[SLAVE_BUILD]/boringssl/ssl/test/runner", | 197 "cwd": "[CWD]/boringssl/ssl/test/runner", |
203 "name": "ssl tests", | 198 "name": "ssl tests", |
204 "~followup_annotations": [ | 199 "~followup_annotations": [ |
205 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", | 200 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", |
206 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", | 201 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", |
207 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@", | 202 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@", |
208 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@
", | 203 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@
", |
209 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", | 204 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", |
210 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", | 205 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", |
211 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm
l\": {@@@", | 206 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm
l\": {@@@", |
212 "@@@STEP_LOG_LINE@test_utils.test_results@ \"actual\": \"PASS\", @@
@", | 207 "@@@STEP_LOG_LINE@test_utils.test_results@ \"actual\": \"PASS\", @@
@", |
(...skipping 30 matching lines...) Expand all Loading... |
243 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", | 238 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", |
244 "@@@STEP_LOG_END@test_utils.test_results@@@" | 239 "@@@STEP_LOG_END@test_utils.test_results@@@" |
245 ] | 240 ] |
246 }, | 241 }, |
247 { | 242 { |
248 "name": "$result", | 243 "name": "$result", |
249 "recipe_result": null, | 244 "recipe_result": null, |
250 "status_code": 0 | 245 "status_code": 0 |
251 } | 246 } |
252 ] | 247 ] |
OLD | NEW |