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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_debug__gn_.json

Issue 1873713002: libyuv: Don't run libyuv_unittest for GN bots. (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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
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.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Mac64 Debug (GN)", 10 "Mac64 Debug (GN)",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "all" 123 "all"
124 ], 124 ],
125 "cwd": "[SLAVE_BUILD]", 125 "cwd": "[SLAVE_BUILD]",
126 "name": "compile", 126 "name": "compile",
127 "~followup_annotations": [ 127 "~followup_annotations": [
128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
129 "@@@STEP_LOG_END@json.output (invalid)@@@" 129 "@@@STEP_LOG_END@json.output (invalid)@@@"
130 ] 130 ]
131 }, 131 },
132 { 132 {
133 "cmd": [
134 "python",
135 "-u",
136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
137 "--target",
138 "Debug",
139 "--factory-properties",
140 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug (GN)\", \"ma stername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12 345\", \"slavename\": \"slavename\"}",
141 "--build-properties",
142 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug (GN)\", \"ma stername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12 345\", \"slavename\": \"slavename\"}",
143 "--step-name=libyuv_unittest",
144 "--builder-name=Mac64 Debug (GN)",
145 "--slave-name=slavename",
146 "libyuv_unittest"
147 ],
148 "cwd": "[SLAVE_BUILD]",
149 "name": "libyuv_unittest"
150 },
151 {
152 "name": "$result", 133 "name": "$result",
153 "recipe_result": null, 134 "recipe_result": null,
154 "status_code": 0 135 "status_code": 0
155 } 136 }
156 ] 137 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698