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 "mac_small", | 10 "mac_small", |
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-mac/bin/cmake", | 107 "[CWD]/boringssl/util/bot/cmake-mac/bin/cmake", |
112 "-GNinja", | 108 "-GNinja", |
113 "-DCMAKE_CXX_FLAGS=-DOPENSSL_SMALL=1", | 109 "-DCMAKE_CXX_FLAGS=-DOPENSSL_SMALL=1", |
114 "-DCMAKE_C_FLAGS=-DOPENSSL_SMALL=1", | 110 "-DCMAKE_C_FLAGS=-DOPENSSL_SMALL=1", |
115 "[SLAVE_BUILD]/boringssl" | 111 "[CWD]/boringssl" |
116 ], | 112 ], |
117 "cwd": "[SLAVE_BUILD]/boringssl/build", | 113 "cwd": "[CWD]/boringssl/build", |
118 "name": "cmake" | 114 "name": "cmake" |
119 }, | 115 }, |
120 { | 116 { |
121 "cmd": [ | 117 "cmd": [ |
122 "python", | 118 "python", |
123 "-u", | 119 "-u", |
124 "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", | 120 "[CWD]/boringssl/util/bot/go/env.py", |
125 "ninja", | 121 "ninja", |
126 "-C", | 122 "-C", |
127 "[SLAVE_BUILD]/boringssl/build" | 123 "[CWD]/boringssl/build" |
128 ], | 124 ], |
129 "cwd": "[SLAVE_BUILD]", | |
130 "name": "ninja" | 125 "name": "ninja" |
131 }, | 126 }, |
132 { | 127 { |
133 "cmd": [ | 128 "cmd": [ |
134 "python", | 129 "python", |
135 "-u", | 130 "-u", |
136 "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", | 131 "[CWD]/boringssl/util/bot/go/env.py", |
137 "go", | 132 "go", |
138 "run", | 133 "run", |
139 "util/all_tests.go", | 134 "util/all_tests.go", |
140 "-json-output", | 135 "-json-output", |
141 "/path/to/tmp/json" | 136 "/path/to/tmp/json" |
142 ], | 137 ], |
143 "cwd": "[SLAVE_BUILD]/boringssl", | 138 "cwd": "[CWD]/boringssl", |
144 "name": "unit tests", | 139 "name": "unit tests", |
145 "~followup_annotations": [ | 140 "~followup_annotations": [ |
146 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", | 141 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", |
147 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", | 142 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", |
148 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@", | 143 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@", |
149 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@
", | 144 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@
", |
150 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", | 145 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", |
151 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", | 146 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", |
152 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm
l\": {@@@", | 147 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm
l\": {@@@", |
153 "@@@STEP_LOG_LINE@test_utils.test_results@ \"actual\": \"PASS\", @@
@", | 148 "@@@STEP_LOG_LINE@test_utils.test_results@ \"actual\": \"PASS\", @@
@", |
(...skipping 28 matching lines...) Expand all Loading... |
182 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", | 177 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", |
183 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", | 178 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", |
184 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", | 179 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", |
185 "@@@STEP_LOG_END@test_utils.test_results@@@" | 180 "@@@STEP_LOG_END@test_utils.test_results@@@" |
186 ] | 181 ] |
187 }, | 182 }, |
188 { | 183 { |
189 "cmd": [ | 184 "cmd": [ |
190 "python", | 185 "python", |
191 "-u", | 186 "-u", |
192 "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", | 187 "[CWD]/boringssl/util/bot/go/env.py", |
193 "go", | 188 "go", |
194 "test", | 189 "test", |
195 "-pipe", | 190 "-pipe", |
196 "-json-output", | 191 "-json-output", |
197 "/path/to/tmp/json" | 192 "/path/to/tmp/json" |
198 ], | 193 ], |
199 "cwd": "[SLAVE_BUILD]/boringssl/ssl/test/runner", | 194 "cwd": "[CWD]/boringssl/ssl/test/runner", |
200 "name": "ssl tests", | 195 "name": "ssl tests", |
201 "~followup_annotations": [ | 196 "~followup_annotations": [ |
202 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", | 197 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", |
203 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", | 198 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", |
204 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@", | 199 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@", |
205 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@
", | 200 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@
", |
206 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", | 201 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", |
207 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", | 202 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", |
208 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm
l\": {@@@", | 203 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm
l\": {@@@", |
209 "@@@STEP_LOG_LINE@test_utils.test_results@ \"actual\": \"PASS\", @@
@", | 204 "@@@STEP_LOG_LINE@test_utils.test_results@ \"actual\": \"PASS\", @@
@", |
(...skipping 30 matching lines...) Expand all Loading... |
240 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", | 235 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", |
241 "@@@STEP_LOG_END@test_utils.test_results@@@" | 236 "@@@STEP_LOG_END@test_utils.test_results@@@" |
242 ] | 237 ] |
243 }, | 238 }, |
244 { | 239 { |
245 "name": "$result", | 240 "name": "$result", |
246 "recipe_result": null, | 241 "recipe_result": null, |
247 "status_code": 0 | 242 "status_code": 0 |
248 } | 243 } |
249 ] | 244 ] |
OLD | NEW |