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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_mac_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 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "mac_gn", 10 "mac_gn",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "all" 127 "all"
128 ], 128 ],
129 "cwd": "[SLAVE_BUILD]", 129 "cwd": "[SLAVE_BUILD]",
130 "name": "compile", 130 "name": "compile",
131 "~followup_annotations": [ 131 "~followup_annotations": [
132 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 132 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
133 "@@@STEP_LOG_END@json.output (invalid)@@@" 133 "@@@STEP_LOG_END@json.output (invalid)@@@"
134 ] 134 ]
135 }, 135 },
136 { 136 {
137 "cmd": [
138 "python",
139 "-u",
140 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
141 "--target",
142 "Debug",
143 "--factory-properties",
144 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_gn\", \"mastername\" : \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"liby uv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
145 "--build-properties",
146 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_gn\", \"mastername\" : \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"liby uv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
147 "--step-name=libyuv_unittest",
148 "--builder-name=mac_gn",
149 "--slave-name=slavename",
150 "libyuv_unittest"
151 ],
152 "cwd": "[SLAVE_BUILD]",
153 "name": "libyuv_unittest"
154 },
155 {
156 "name": "$result", 137 "name": "$result",
157 "recipe_result": null, 138 "recipe_result": null,
158 "status_code": 0 139 "status_code": 0
159 } 140 }
160 ] 141 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698