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

Side by Side Diff: scripts/slave/recipes/dart/dartium_build.expected/basic_linux_64_MirrorTrue.json

Issue 1915473003: goma: back to build-provided client and disable oauth2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'dartium_base': 'svn://svn-mirror.golo.chromium.org', 'googlecode_url': 'svn://svn-mirror.golo.c hromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client /trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webk it_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS ', 'managed': True, 'name': 'dartium.deps', 'url': 'svn://svn-mirror.golo.chromi um.org/dart/branches/bleeding_edge/deps/dartium.deps'}]" 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'dartium_base': 'svn://svn-mirror.golo.chromium.org', 'googlecode_url': 'svn://svn-mirror.golo.c hromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client /trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webk it_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS ', 'managed': True, 'name': 'dartium.deps', 'url': 'svn://svn-mirror.golo.chromi um.org/dart/branches/bleeding_edge/deps/dartium.deps'}]"
10 ], 10 ],
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "--src-dir", 101 "--src-dir",
102 "[SLAVE_BUILD]/src", 102 "[SLAVE_BUILD]/src",
103 "--goma-cache-dir", 103 "--goma-cache-dir",
104 "[GOMA_CACHE]", 104 "[GOMA_CACHE]",
105 "--build-tool", 105 "--build-tool",
106 "ninja", 106 "ninja",
107 "--compiler", 107 "--compiler",
108 "goma", 108 "goma",
109 "--goma-jsonstatus", 109 "--goma-jsonstatus",
110 "/path/to/tmp/json", 110 "/path/to/tmp/json",
111 "--goma-service-account-json-file",
112 "/creds/service_accounts/service-account-goma-client.json",
113 "--goma-dir", 111 "--goma-dir",
114 "[BUILD]/goma", 112 "[BUILD]/goma",
115 "--", 113 "--",
116 "All", 114 "All",
117 "chromium_builder_tests" 115 "chromium_builder_tests"
118 ], 116 ],
119 "cwd": "[SLAVE_BUILD]", 117 "cwd": "[SLAVE_BUILD]",
120 "name": "compile", 118 "name": "compile",
121 "~followup_annotations": [ 119 "~followup_annotations": [
122 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 120 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
123 "@@@STEP_LOG_END@json.output (invalid)@@@" 121 "@@@STEP_LOG_END@json.output (invalid)@@@"
124 ] 122 ]
125 }, 123 },
126 { 124 {
127 "cmd": [ 125 "cmd": [
128 "python", 126 "python",
129 "-u", 127 "-u",
130 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", 128 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py",
131 "12345" 129 "12345"
132 ], 130 ],
133 "cwd": "[SLAVE_BUILD]", 131 "cwd": "[SLAVE_BUILD]",
134 "name": "archive_build" 132 "name": "archive_build"
135 }, 133 },
136 { 134 {
137 "name": "$result", 135 "name": "$result",
138 "recipe_result": null, 136 "recipe_result": null,
139 "status_code": 0 137 "status_code": 0
140 } 138 }
141 ] 139 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698