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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_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 "linux_gn", 10 "linux_gn",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "all" 107 "all"
108 ], 108 ],
109 "cwd": "[SLAVE_BUILD]", 109 "cwd": "[SLAVE_BUILD]",
110 "name": "compile", 110 "name": "compile",
111 "~followup_annotations": [ 111 "~followup_annotations": [
112 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 112 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
113 "@@@STEP_LOG_END@json.output (invalid)@@@" 113 "@@@STEP_LOG_END@json.output (invalid)@@@"
114 ] 114 ]
115 }, 115 },
116 { 116 {
117 "cmd": [
118 "python",
119 "-u",
120 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
121 "--target",
122 "Debug",
123 "--no-xvfb",
124 "--factory-properties",
125 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux_gn\", \"mastername \": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"li byuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
126 "--build-properties",
127 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux_gn\", \"mastername \": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"li byuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
128 "--step-name=libyuv_unittest",
129 "--builder-name=linux_gn",
130 "--slave-name=slavename",
131 "libyuv_unittest"
132 ],
133 "cwd": "[SLAVE_BUILD]",
134 "name": "libyuv_unittest"
135 },
136 {
137 "name": "$result", 117 "name": "$result",
138 "recipe_result": null, 118 "recipe_result": null,
139 "status_code": 0 119 "status_code": 0
140 } 120 }
141 ] 121 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698