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

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

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 7 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 = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars' : {'dartium_base': 'svn://svn-mirror.golo.chromium.org', 'googlecode_url': 'svn: //svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromiu m.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.o rg/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'dartium.deps', 'url': 'svn://svn -mirror.golo.chromium.org/dart/branches/bleeding_edge/deps/dartium.deps'}]"
10 ], 10 ],
11 "cwd": "[SLAVE_BUILD]",
12 "env": { 11 "env": {
13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
14 }, 13 },
15 "name": "gclient setup" 14 "name": "gclient setup"
16 }, 15 },
17 { 16 {
18 "cmd": [ 17 "cmd": [
19 "python", 18 "python",
20 "-u", 19 "-u",
21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
22 "sync", 21 "sync",
23 "--nohooks", 22 "--nohooks",
24 "--force", 23 "--force",
25 "--verbose", 24 "--verbose",
26 "--delete_unversioned_trees", 25 "--delete_unversioned_trees",
27 "--revision", 26 "--revision",
28 "dartium.deps@12345", 27 "dartium.deps@12345",
29 "--output-json", 28 "--output-json",
30 "/path/to/tmp/json" 29 "/path/to/tmp/json"
31 ], 30 ],
32 "cwd": "[SLAVE_BUILD]",
33 "env": { 31 "env": {
34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
35 }, 33 },
36 "name": "gclient sync", 34 "name": "gclient sync",
37 "~followup_annotations": [ 35 "~followup_annotations": [
38 "@@@STEP_LOG_LINE@json.output@{@@@", 36 "@@@STEP_LOG_LINE@json.output@{@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"dartium.deps/\": {@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"dartium.deps/\": {@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"revision\": 10382@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 10382@@@",
42 "@@@STEP_LOG_LINE@json.output@ }, @@@", 40 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 26 matching lines...) Expand all
69 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" 67 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@"
70 ] 68 ]
71 }, 69 },
72 { 70 {
73 "cmd": [ 71 "cmd": [
74 "python", 72 "python",
75 "-u", 73 "-u",
76 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 74 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
77 "runhooks" 75 "runhooks"
78 ], 76 ],
79 "cwd": "[SLAVE_BUILD]",
80 "env": { 77 "env": {
81 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 78 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
82 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' linux_stri p_binary=1 target_arch=x64 use_goma=1", 79 "GYP_DEFINES": "component=static_library gomadir='[ROOT]/b/build/goma' lin ux_strip_binary=1 target_arch=x64 use_goma=1",
83 "GYP_GENERATORS": "ninja", 80 "GYP_GENERATORS": "ninja",
84 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 81 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
85 }, 82 },
86 "name": "gclient runhooks" 83 "name": "gclient runhooks"
87 }, 84 },
88 { 85 {
89 "cmd": [ 86 "cmd": [
90 "python", 87 "python",
91 "-u", 88 "-u",
92 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 89 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
93 "--show-path", 90 "--show-path",
94 "python", 91 "python",
95 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 92 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
96 "--gsutil-py-path", 93 "--gsutil-py-path",
97 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 94 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
98 "--ninja-path", 95 "--ninja-path",
99 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 96 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
100 "--target", 97 "--target",
101 "Release", 98 "Release",
102 "--src-dir", 99 "--src-dir",
103 "[SLAVE_BUILD]/src", 100 "[CWD]/src",
104 "--goma-cache-dir", 101 "--goma-cache-dir",
105 "[GOMA_CACHE]", 102 "[ROOT]/b/build/slave/goma_cache",
106 "--build-tool", 103 "--build-tool",
107 "ninja", 104 "ninja",
108 "--compiler", 105 "--compiler",
109 "goma", 106 "goma",
110 "--goma-jsonstatus", 107 "--goma-jsonstatus",
111 "/path/to/tmp/json", 108 "/path/to/tmp/json",
112 "--goma-service-account-json-file", 109 "--goma-service-account-json-file",
113 "/creds/service_accounts/service-account-goma-client.json", 110 "/creds/service_accounts/service-account-goma-client.json",
114 "--goma-dir", 111 "--goma-dir",
115 "[BUILD]/goma", 112 "[ROOT]/b/build/goma",
116 "--", 113 "--",
117 "All", 114 "All",
118 "chromium_builder_tests" 115 "chromium_builder_tests"
119 ], 116 ],
120 "cwd": "[SLAVE_BUILD]",
121 "env": { 117 "env": {
122 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
123 }, 119 },
124 "name": "compile", 120 "name": "compile",
125 "~followup_annotations": [ 121 "~followup_annotations": [
126 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 122 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
127 "@@@STEP_LOG_END@json.output (invalid)@@@" 123 "@@@STEP_LOG_END@json.output (invalid)@@@"
128 ] 124 ]
129 }, 125 },
130 { 126 {
131 "cmd": [ 127 "cmd": [
132 "python", 128 "python",
133 "-u", 129 "-u",
134 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", 130 "[CWD]/src/dart/tools/dartium/multivm_archive.py",
135 "12345" 131 "12345"
136 ], 132 ],
137 "cwd": "[SLAVE_BUILD]",
138 "name": "archive_build" 133 "name": "archive_build"
139 }, 134 },
140 { 135 {
141 "name": "$result", 136 "name": "$result",
142 "recipe_result": null, 137 "recipe_result": null,
143 "status_code": 0 138 "status_code": 0
144 } 139 }
145 ] 140 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698