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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/invalid_json_without_patch.json

Issue 134193014: Make recipes use the new way of enabling goma. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]\\gclient.py", 6 "[DEPOT_TOOLS]\\gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'custom_deps': {'src/third_party/WebKit/L ayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': None}, 'custom_va rs': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': ' svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn ://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.gol o.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src ', 'safesync_url': 'https://build.chromium.org/p/chromium/lkcr-status/lkgr', 'ur l': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]" 9 "cache_dir = None\nsolutions = [{'custom_deps': {'src/third_party/WebKit/L ayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': None}, 'custom_va rs': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': ' svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn ://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.gol o.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src ', 'safesync_url': 'https://build.chromium.org/p/chromium/lkcr-status/lkgr', 'ur l': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]"
10 ], 10 ],
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "name": "apply_issue" 94 "name": "apply_issue"
95 }, 95 },
96 { 96 {
97 "cmd": [ 97 "cmd": [
98 "python", 98 "python",
99 "-u", 99 "-u",
100 "[DEPOT_TOOLS]\\gclient.py", 100 "[DEPOT_TOOLS]\\gclient.py",
101 "runhooks" 101 "runhooks"
102 ], 102 ],
103 "env": { 103 "env": {
104 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 target_arch=ia32", 104 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir=[BUILD]\\goma target_arch=ia32 use_goma=1",
105 "GYP_GENERATORS": "ninja", 105 "GYP_GENERATORS": "ninja",
106 "GYP_MSVS_VERSION": "2010" 106 "GYP_MSVS_VERSION": "2010"
107 }, 107 },
108 "name": "gclient runhooks" 108 "name": "gclient runhooks"
109 }, 109 },
110 { 110 {
111 "abort_on_failure": false, 111 "abort_on_failure": false,
112 "can_fail_build": false, 112 "can_fail_build": false,
113 "cmd": [ 113 "cmd": [
114 "python", 114 "python",
115 "-u", 115 "-u",
116 "[BUILD]\\scripts\\slave\\compile.py", 116 "[BUILD]\\scripts\\slave\\compile.py",
117 "--target", 117 "--target",
118 "Release", 118 "Release",
119 "--src-dir", 119 "--src-dir",
120 "[SLAVE_BUILD]\\src", 120 "[SLAVE_BUILD]\\src",
121 "--build-tool", 121 "--build-tool",
122 "ninja", 122 "ninja",
123 "--compiler", 123 "--compiler",
124 "goma", 124 "goma",
125 "--goma-dir",
126 "[BUILD]\\goma",
125 "--", 127 "--",
126 "base_unittests", 128 "base_unittests",
127 "cacheinvalidation_unittests", 129 "cacheinvalidation_unittests",
128 "cc_unittests", 130 "cc_unittests",
129 "chromedriver_unittests", 131 "chromedriver_unittests",
130 "components_unittests", 132 "components_unittests",
131 "content_unittests", 133 "content_unittests",
132 "crypto_unittests", 134 "crypto_unittests",
133 "google_apis_unittests", 135 "google_apis_unittests",
134 "gpu_unittests", 136 "gpu_unittests",
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 ] 1038 ]
1037 }, 1039 },
1038 { 1040 {
1039 "cmd": [ 1041 "cmd": [
1040 "python", 1042 "python",
1041 "-u", 1043 "-u",
1042 "[DEPOT_TOOLS]\\gclient.py", 1044 "[DEPOT_TOOLS]\\gclient.py",
1043 "runhooks" 1045 "runhooks"
1044 ], 1046 ],
1045 "env": { 1047 "env": {
1046 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 target_arch=ia32", 1048 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir=[BUILD]\\goma target_arch=ia32 use_goma=1",
1047 "GYP_GENERATORS": "ninja", 1049 "GYP_GENERATORS": "ninja",
1048 "GYP_MSVS_VERSION": "2010" 1050 "GYP_MSVS_VERSION": "2010"
1049 }, 1051 },
1050 "name": "gclient runhooks (2)" 1052 "name": "gclient runhooks (2)"
1051 }, 1053 },
1052 { 1054 {
1053 "can_fail_build": false, 1055 "can_fail_build": false,
1054 "cmd": [ 1056 "cmd": [
1055 "python", 1057 "python",
1056 "-u", 1058 "-u",
(...skipping 17 matching lines...) Expand all
1074 "name": "checkdeps", 1076 "name": "checkdeps",
1075 "~followup_annotations": [ 1077 "~followup_annotations": [
1076 "@@@STEP_LOG_LINE@python.inline@@@@", 1078 "@@@STEP_LOG_LINE@python.inline@@@@",
1077 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 1079 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
1078 "@@@STEP_LOG_LINE@python.inline@print 'FAILED TO READ TEST RESULTS'@@@", 1080 "@@@STEP_LOG_LINE@python.inline@print 'FAILED TO READ TEST RESULTS'@@@",
1079 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 1081 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
1080 "@@@STEP_LOG_END@python.inline@@@" 1082 "@@@STEP_LOG_END@python.inline@@@"
1081 ] 1083 ]
1082 } 1084 }
1083 ] 1085 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698