Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Side by Side Diff: scripts/slave/recipes/boringssl.expected/win64_small.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 "win64_small", 10 "win64_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 "python", 107 "python",
112 "[SLAVE_BUILD]\\boringssl\\util\\bot\\vs_env.py", 108 "[CWD]\\boringssl\\util\\bot\\vs_env.py",
113 "x64", 109 "x64",
114 "[SLAVE_BUILD]\\boringssl\\util\\bot\\cmake-win32\\bin\\cmake.exe", 110 "[CWD]\\boringssl\\util\\bot\\cmake-win32\\bin\\cmake.exe",
115 "-GNinja", 111 "-GNinja",
116 "-DCMAKE_ASM_NASM_COMPILER=[SLAVE_BUILD]/boringssl/util/bot/yasm-win32.exe ", 112 "-DCMAKE_ASM_NASM_COMPILER=[CWD]/boringssl/util/bot/yasm-win32.exe",
117 "-DCMAKE_CXX_FLAGS=-DOPENSSL_SMALL=1", 113 "-DCMAKE_CXX_FLAGS=-DOPENSSL_SMALL=1",
118 "-DCMAKE_C_FLAGS=-DOPENSSL_SMALL=1", 114 "-DCMAKE_C_FLAGS=-DOPENSSL_SMALL=1",
119 "-DPERL_EXECUTABLE=[SLAVE_BUILD]\\boringssl\\util\\bot\\perl-win32\\perl\\ bin\\perl.exe", 115 "-DPERL_EXECUTABLE=[CWD]\\boringssl\\util\\bot\\perl-win32\\perl\\bin\\per l.exe",
120 "[SLAVE_BUILD]\\boringssl" 116 "[CWD]\\boringssl"
121 ], 117 ],
122 "cwd": "[SLAVE_BUILD]\\boringssl\\build", 118 "cwd": "[CWD]\\boringssl\\build",
123 "name": "cmake" 119 "name": "cmake"
124 }, 120 },
125 { 121 {
126 "cmd": [ 122 "cmd": [
127 "python", 123 "python",
128 "-u", 124 "-u",
129 "[SLAVE_BUILD]\\boringssl\\util\\bot\\go\\env.py", 125 "[CWD]\\boringssl\\util\\bot\\go\\env.py",
130 "python", 126 "python",
131 "[SLAVE_BUILD]\\boringssl\\util\\bot\\vs_env.py", 127 "[CWD]\\boringssl\\util\\bot\\vs_env.py",
132 "x64", 128 "x64",
133 "ninja", 129 "ninja",
134 "-C", 130 "-C",
135 "[SLAVE_BUILD]\\boringssl\\build" 131 "[CWD]\\boringssl\\build"
136 ], 132 ],
137 "cwd": "[SLAVE_BUILD]",
138 "name": "ninja" 133 "name": "ninja"
139 }, 134 },
140 { 135 {
141 "cmd": [ 136 "cmd": [
142 "python", 137 "python",
143 "-u", 138 "-u",
144 "[SLAVE_BUILD]\\boringssl\\util\\bot\\go\\env.py", 139 "[CWD]\\boringssl\\util\\bot\\go\\env.py",
145 "python", 140 "python",
146 "[SLAVE_BUILD]\\boringssl\\util\\bot\\vs_env.py", 141 "[CWD]\\boringssl\\util\\bot\\vs_env.py",
147 "x64", 142 "x64",
148 "go", 143 "go",
149 "run", 144 "run",
150 "util\\all_tests.go", 145 "util\\all_tests.go",
151 "-json-output", 146 "-json-output",
152 "/path/to/tmp/json" 147 "/path/to/tmp/json"
153 ], 148 ],
154 "cwd": "[SLAVE_BUILD]\\boringssl", 149 "cwd": "[CWD]\\boringssl",
155 "name": "unit tests", 150 "name": "unit tests",
156 "~followup_annotations": [ 151 "~followup_annotations": [
157 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", 152 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@",
158 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", 153 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@",
159 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@", 154 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@",
160 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@ ", 155 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@ ",
161 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", 156 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@",
162 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", 157 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@",
163 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm l\": {@@@", 158 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm l\": {@@@",
164 "@@@STEP_LOG_LINE@test_utils.test_results@ \"actual\": \"PASS\", @@ @", 159 "@@@STEP_LOG_LINE@test_utils.test_results@ \"actual\": \"PASS\", @@ @",
(...skipping 28 matching lines...) Expand all
193 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", 188 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@",
194 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", 189 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@",
195 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", 190 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@",
196 "@@@STEP_LOG_END@test_utils.test_results@@@" 191 "@@@STEP_LOG_END@test_utils.test_results@@@"
197 ] 192 ]
198 }, 193 },
199 { 194 {
200 "cmd": [ 195 "cmd": [
201 "python", 196 "python",
202 "-u", 197 "-u",
203 "[SLAVE_BUILD]\\boringssl\\util\\bot\\go\\env.py", 198 "[CWD]\\boringssl\\util\\bot\\go\\env.py",
204 "python", 199 "python",
205 "[SLAVE_BUILD]\\boringssl\\util\\bot\\vs_env.py", 200 "[CWD]\\boringssl\\util\\bot\\vs_env.py",
206 "x64", 201 "x64",
207 "go", 202 "go",
208 "test", 203 "test",
209 "-pipe", 204 "-pipe",
210 "-json-output", 205 "-json-output",
211 "/path/to/tmp/json" 206 "/path/to/tmp/json"
212 ], 207 ],
213 "cwd": "[SLAVE_BUILD]\\boringssl\\ssl\\test\\runner", 208 "cwd": "[CWD]\\boringssl\\ssl\\test\\runner",
214 "name": "ssl tests", 209 "name": "ssl tests",
215 "~followup_annotations": [ 210 "~followup_annotations": [
216 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@", 211 "@@@STEP_LOG_LINE@test_utils.test_results@{@@@",
217 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@", 212 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_passes\": 9001, @@@",
218 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@", 213 "@@@STEP_LOG_LINE@test_utils.test_results@ \"num_regressions\": 0, @@@",
219 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@ ", 214 "@@@STEP_LOG_LINE@test_utils.test_results@ \"path_separator\": \"/\", @@@ ",
220 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@", 215 "@@@STEP_LOG_LINE@test_utils.test_results@ \"tests\": {@@@",
221 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@", 216 "@@@STEP_LOG_LINE@test_utils.test_results@ \"bad\": {@@@",
222 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm l\": {@@@", 217 "@@@STEP_LOG_LINE@test_utils.test_results@ \"totally-bad-probably.htm l\": {@@@",
223 "@@@STEP_LOG_LINE@test_utils.test_results@ \"actual\": \"PASS\", @@ @", 218 "@@@STEP_LOG_LINE@test_utils.test_results@ \"actual\": \"PASS\", @@ @",
(...skipping 30 matching lines...) Expand all
254 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", 249 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@",
255 "@@@STEP_LOG_END@test_utils.test_results@@@" 250 "@@@STEP_LOG_END@test_utils.test_results@@@"
256 ] 251 ]
257 }, 252 },
258 { 253 {
259 "name": "$result", 254 "name": "$result",
260 "recipe_result": null, 255 "recipe_result": null,
261 "status_code": 0 256 "status_code": 0
262 } 257 }
263 ] 258 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/boringssl.expected/win64.json ('k') | scripts/slave/recipes/boringssl_docs.expected/boringssl-docs.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698