Chromium Code Reviews

Side by Side Diff: scripts/slave/recipes/chromium.fyi.misc_block.recipe_autogen.expected/Blink_Linux_LSan_ASan.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Blink Linux LSan ASan", 10 "Blink Linux LSan ASan",
11 "--slave", 11 "--slave",
12 "TestSlave", 12 "TestSlave",
13 "--spec", 13 "--spec",
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars' : {'googlecode_url': 'http://%s.googlecode.com/svn', 'llvm_url': 'http://llvm.or g/svn/llvm-project', 'nacl_trunk': 'http://src.chromium.org/native_client/trunk' , 'sourceforge_url': 'https://svn.code.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': Tru e, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]" , 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url' : 'http://%s.googlecode.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project' , 'nacl_trunk': 'http://src.chromium.org/native_client/trunk', 'sourceforge_url' : 'https://svn.code.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromiu m.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', ' url': 'https://chromium.googlesource.com/chromium/src.git'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revi sion\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v 8\": \"got_v8_revision\"}", 18 "{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revi sion\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v 8\": \"got_v8_revision\"}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[ROOT]/b/build/slave/cache_dir", 20 "[GIT_CACHE]",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "src@123456789abcdef", 24 "src@123456789abcdef",
25 "--force", 25 "--force",
26 "--output_manifest" 26 "--output_manifest"
27 ], 27 ],
28 "cwd": "[SLAVE_BUILD]",
28 "env": { 29 "env": {
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
30 }, 31 },
31 "name": "bot_update", 32 "name": "bot_update",
32 "~followup_annotations": [ 33 "~followup_annotations": [
33 "@@@STEP_TEXT@Some step text@@@", 34 "@@@STEP_TEXT@Some step text@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@", 35 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"123456789abcdef\"@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"123456789abcdef\"@@@",
(...skipping 39 matching lines...)
77 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 78 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 79 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
79 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
80 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @" 81 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @"
81 ] 82 ]
82 }, 83 },
83 { 84 {
84 "cmd": [ 85 "cmd": [
85 "python", 86 "python",
86 "-u", 87 "-u",
87 "[ROOT]/b/build/scripts/slave/runhooks_wrapper.py" 88 "[BUILD]/scripts/slave/runhooks_wrapper.py"
88 ], 89 ],
90 "cwd": "[SLAVE_BUILD]",
89 "env": { 91 "env": {
90 "CHROMIUM_GYP_SYNTAX_CHECK": "1", 92 "CHROMIUM_GYP_SYNTAX_CHECK": "1",
91 "DEPOT_TOOLS_UPDATE": "0", 93 "DEPOT_TOOLS_UPDATE": "0",
92 "GYP_DEFINES": "asan=1 lsan=1 component=static_library", 94 "GYP_DEFINES": "asan=1 lsan=1 component=static_library",
93 "GYP_GENERATORS": "ninja", 95 "GYP_GENERATORS": "ninja",
94 "LANDMINES_VERBOSE": "1" 96 "LANDMINES_VERBOSE": "1"
95 }, 97 },
96 "name": "gclient runhooks wrapper" 98 "name": "gclient runhooks wrapper"
97 }, 99 },
98 { 100 {
99 "cmd": [ 101 "cmd": [
100 "python", 102 "python",
101 "src/tools/clang/scripts/update.py" 103 "src/tools/clang/scripts/update.py"
102 ], 104 ],
103 "cwd": "[CWD]", 105 "cwd": "[SLAVE_BUILD]",
104 "env": { 106 "env": {
105 "LLVM_URL": "http://llvm.org/svn/llvm-project" 107 "LLVM_URL": "http://llvm.org/svn/llvm-project"
106 }, 108 },
107 "name": "update_clang" 109 "name": "update_clang"
108 }, 110 },
109 { 111 {
110 "cmd": [ 112 "cmd": [
111 "python", 113 "python",
112 "-u", 114 "-u",
113 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 115 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
114 "--show-path", 116 "--show-path",
115 "python", 117 "python",
116 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 118 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
117 ], 119 ],
120 "cwd": "[SLAVE_BUILD]",
118 "name": "cleanup_temp" 121 "name": "cleanup_temp"
119 }, 122 },
120 { 123 {
121 "cmd": [ 124 "cmd": [
122 "python", 125 "python",
123 "-u", 126 "-u",
124 "[ROOT]/b/build/scripts/slave/compile.py", 127 "[BUILD]/scripts/slave/compile.py",
125 "--target", 128 "--target",
126 "Release", 129 "Release",
127 "--build-tool=ninja", 130 "--build-tool=ninja",
128 "--compiler=goma-clang", 131 "--compiler=goma-clang",
129 "--", 132 "--",
130 "blink_tests" 133 "blink_tests"
131 ], 134 ],
135 "cwd": "[SLAVE_BUILD]",
132 "name": "compile" 136 "name": "compile"
133 }, 137 },
134 { 138 {
135 "cmd": [ 139 "cmd": [
136 "python", 140 "python",
137 "-u", 141 "-u",
138 "[ROOT]/b/build/scripts/slave/runtest.py", 142 "[BUILD]/scripts/slave/runtest.py",
139 "--run-python-script", 143 "--run-python-script",
140 "--target", 144 "--target",
141 "Release", 145 "Release",
142 "--build-properties={\"buildername\":\"Blink Linux LSan ASan\",\"buildnumb er\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"got_ revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\":\ "a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp\": \"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a35f0 3975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_web kit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revisio n_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"recipe\ ":\"chromium.fyi.misc_block.recipe_autogen\",\"revision\":\"123456789abcdef\",\" slavename\":\"TestSlave\"}", 146 "--build-properties={\"buildername\":\"Blink Linux LSan ASan\",\"buildnumb er\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"got_ revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\":\ "a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp\": \"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a35f0 3975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_web kit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revisio n_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"recipe\ ":\"chromium.fyi.misc_block.recipe_autogen\",\"revision\":\"123456789abcdef\",\" slavename\":\"TestSlave\"}",
143 "--factory-properties={\"additional_expectations\":[[\"third_party\",\"Web Kit\",\"LayoutTests\",\"ASANExpectations\"]],\"archive_webkit_results\":false,\" asan\":true,\"blink_config\":\"blink\",\"gclient_env\":{\"CHROMIUM_GYP_SYNTAX_CH ECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"asan=1 lsan=1 compone nt=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMINES_VERBOSE\":\"1\"},\" generate_gtest_json\":true,\"lsan\":true,\"time_out_ms\":\"48000\",\"webkit_dir\ ":\"third_party/WebKit/Source\",\"webkit_test_options\":[\"--enable-sanitizer\"] }", 147 "--factory-properties={\"additional_expectations\":[[\"third_party\",\"Web Kit\",\"LayoutTests\",\"ASANExpectations\"]],\"archive_webkit_results\":false,\" asan\":true,\"blink_config\":\"blink\",\"gclient_env\":{\"CHROMIUM_GYP_SYNTAX_CH ECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"asan=1 lsan=1 compone nt=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMINES_VERBOSE\":\"1\"},\" generate_gtest_json\":true,\"lsan\":true,\"time_out_ms\":\"48000\",\"webkit_dir\ ":\"third_party/WebKit/Source\",\"webkit_test_options\":[\"--enable-sanitizer\"] }",
144 "--no-xvfb", 148 "--no-xvfb",
145 "[ROOT]/b/build/scripts/slave/chromium/layout_test_wrapper.py", 149 "[BUILD]/scripts/slave/chromium/layout_test_wrapper.py",
146 "--target", 150 "--target",
147 "Release", 151 "Release",
148 "-o", 152 "-o",
149 "../../layout-test-results", 153 "../../layout-test-results",
150 "--build-number", 154 "--build-number",
151 "42", 155 "42",
152 "--builder-name", 156 "--builder-name",
153 "Blink Linux LSan ASan", 157 "Blink Linux LSan ASan",
154 "--additional-expectations", 158 "--additional-expectations",
155 "src/third_party/WebKit/LayoutTests/ASANExpectations", 159 "src/third_party/WebKit/LayoutTests/ASANExpectations",
156 "--time-out-ms", 160 "--time-out-ms",
157 "48000", 161 "48000",
158 "--options=--enable-sanitizer" 162 "--options=--enable-sanitizer"
159 ], 163 ],
164 "cwd": "[SLAVE_BUILD]",
160 "name": "webkit_tests" 165 "name": "webkit_tests"
161 }, 166 },
162 { 167 {
163 "name": "$result", 168 "name": "$result",
164 "recipe_result": null, 169 "recipe_result": null,
165 "status_code": 0 170 "status_code": 0
166 } 171 }
167 ] 172 ]
OLDNEW

Powered by Google App Engine