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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_gn_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 "linux_gn_rel", 10 "linux_gn_rel",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "--src-dir", 75 "--src-dir",
76 "[SLAVE_BUILD]/src", 76 "[SLAVE_BUILD]/src",
77 "--build-tool", 77 "--build-tool",
78 "ninja", 78 "ninja",
79 "--compiler", 79 "--compiler",
80 "goma", 80 "goma",
81 "--goma-dir", 81 "--goma-dir",
82 "[BUILD]/goma", 82 "[BUILD]/goma",
83 "--goma-fail-fast", 83 "--goma-fail-fast",
84 "--goma-disable-local-fallback", 84 "--goma-disable-local-fallback",
85 "--ninja-ensure-up-to-date",
85 "--", 86 "--",
86 "all" 87 "all"
87 ], 88 ],
88 "cwd": "[SLAVE_BUILD]", 89 "cwd": "[SLAVE_BUILD]",
89 "name": "compile" 90 "name": "compile"
90 }, 91 },
91 { 92 {
92 "cmd": [ 93 "cmd": [
93 "python", 94 "python",
94 "-u", 95 "-u",
95 "[BUILD]/scripts/slave/runtest.py", 96 "[BUILD]/scripts/slave/runtest.py",
96 "--target", 97 "--target",
97 "Release", 98 "Release",
98 "--no-xvfb", 99 "--no-xvfb",
99 "--factory-properties", 100 "--factory-properties",
100 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_gn_rel\", \"mast ername\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\" : \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 101 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_gn_rel\", \"mast ername\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\" : \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
101 "--build-properties", 102 "--build-properties",
102 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_gn_rel\", \"mast ername\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\" : \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 103 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_gn_rel\", \"mast ername\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\" : \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
103 "--step-name=libyuv_unittest", 104 "--step-name=libyuv_unittest",
104 "--builder-name=linux_gn_rel", 105 "--builder-name=linux_gn_rel",
105 "--slave-name=slavename", 106 "--slave-name=slavename",
106 "libyuv_unittest" 107 "libyuv_unittest"
107 ], 108 ],
108 "cwd": "[SLAVE_BUILD]", 109 "cwd": "[SLAVE_BUILD]",
109 "name": "libyuv_unittest" 110 "name": "libyuv_unittest"
110 } 111 }
111 ] 112 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698