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

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

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Linux32 Debug", 10 "Linux32 Debug",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "--target", 58 "--target",
59 "Debug", 59 "Debug",
60 "--src-dir", 60 "--src-dir",
61 "[SLAVE_BUILD]/src", 61 "[SLAVE_BUILD]/src",
62 "--build-tool", 62 "--build-tool",
63 "ninja", 63 "ninja",
64 "--compiler", 64 "--compiler",
65 "goma", 65 "goma",
66 "--goma-dir", 66 "--goma-dir",
67 "[BUILD]/goma", 67 "[BUILD]/goma",
68 "--ninja-ensure-up-to-date",
68 "--", 69 "--",
69 "All" 70 "All"
70 ], 71 ],
71 "cwd": "[SLAVE_BUILD]", 72 "cwd": "[SLAVE_BUILD]",
72 "name": "compile" 73 "name": "compile"
73 }, 74 },
74 { 75 {
75 "cmd": [ 76 "cmd": [
76 "python", 77 "python",
77 "-u", 78 "-u",
78 "[BUILD]/scripts/slave/runtest.py", 79 "[BUILD]/scripts/slave/runtest.py",
79 "--target", 80 "--target",
80 "Debug", 81 "Debug",
81 "--no-xvfb", 82 "--no-xvfb",
82 "--factory-properties", 83 "--factory-properties",
83 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"maste rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345 \", \"slavename\": \"slavename\"}", 84 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"maste rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345 \", \"slavename\": \"slavename\"}",
84 "--build-properties", 85 "--build-properties",
85 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"maste rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345 \", \"slavename\": \"slavename\"}", 86 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"maste rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345 \", \"slavename\": \"slavename\"}",
86 "--step-name=libyuv_unittest", 87 "--step-name=libyuv_unittest",
87 "--builder-name=Linux32 Debug", 88 "--builder-name=Linux32 Debug",
88 "--slave-name=slavename", 89 "--slave-name=slavename",
89 "libyuv_unittest" 90 "libyuv_unittest"
90 ], 91 ],
91 "cwd": "[SLAVE_BUILD]", 92 "cwd": "[SLAVE_BUILD]",
92 "name": "libyuv_unittest" 93 "name": "libyuv_unittest"
93 } 94 }
94 ] 95 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698