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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_mac_x64_rel.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 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "mac_x64_rel", 10 "mac_x64_rel",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "--src-dir", 82 "--src-dir",
83 "[SLAVE_BUILD]/src", 83 "[SLAVE_BUILD]/src",
84 "--build-tool", 84 "--build-tool",
85 "ninja", 85 "ninja",
86 "--compiler", 86 "--compiler",
87 "goma-clang", 87 "goma-clang",
88 "--goma-dir", 88 "--goma-dir",
89 "[BUILD]/goma", 89 "[BUILD]/goma",
90 "--goma-fail-fast", 90 "--goma-fail-fast",
91 "--goma-disable-local-fallback", 91 "--goma-disable-local-fallback",
92 "--ninja-ensure-up-to-date",
92 "--", 93 "--",
93 "All" 94 "All"
94 ], 95 ],
95 "cwd": "[SLAVE_BUILD]", 96 "cwd": "[SLAVE_BUILD]",
96 "name": "compile" 97 "name": "compile"
97 }, 98 },
98 { 99 {
99 "cmd": [ 100 "cmd": [
100 "python", 101 "python",
101 "-u", 102 "-u",
102 "[BUILD]/scripts/slave/runtest.py", 103 "[BUILD]/scripts/slave/runtest.py",
103 "--target", 104 "--target",
104 "Release", 105 "Release",
105 "--factory-properties", 106 "--factory-properties",
106 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_x64_rel\", \"maste rname\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 107 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_x64_rel\", \"maste rname\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
107 "--build-properties", 108 "--build-properties",
108 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_x64_rel\", \"maste rname\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 109 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_x64_rel\", \"maste rname\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
109 "--step-name=libyuv_unittest", 110 "--step-name=libyuv_unittest",
110 "--builder-name=mac_x64_rel", 111 "--builder-name=mac_x64_rel",
111 "--slave-name=slavename", 112 "--slave-name=slavename",
112 "libyuv_unittest" 113 "libyuv_unittest"
113 ], 114 ],
114 "cwd": "[SLAVE_BUILD]", 115 "cwd": "[SLAVE_BUILD]",
115 "name": "libyuv_unittest" 116 "name": "libyuv_unittest"
116 } 117 }
117 ] 118 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698