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

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

Powered by Google App Engine
This is Rietveld 408576698