OLD | NEW |
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 Loading... |
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": "clang=1 component=static_library gomadir='[BUILD]/goma' li
nux_strip_binary=1 target_arch=x64 use_goma=1", | 79 "GYP_DEFINES": "clang=1 component=static_library gomadir='[ROOT]/b/build/g
oma' linux_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 "allow_subannotations": true, | 86 "allow_subannotations": true, |
90 "cmd": [ | 87 "cmd": [ |
91 "python", | 88 "python", |
92 "-u", | 89 "-u", |
93 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 90 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
94 "--src-dir", | 91 "--src-dir", |
95 "[SLAVE_BUILD]/src", | 92 "[CWD]/src", |
96 "--output-json", | 93 "--output-json", |
97 "/path/to/tmp/json" | 94 "/path/to/tmp/json" |
98 ], | 95 ], |
99 "cwd": "[SLAVE_BUILD]", | |
100 "env": { | 96 "env": { |
101 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
102 }, | 98 }, |
103 "name": "clang_revision", | 99 "name": "clang_revision", |
104 "~followup_annotations": [ | 100 "~followup_annotations": [ |
105 "@@@STEP_LOG_LINE@json.output@{@@@", | 101 "@@@STEP_LOG_LINE@json.output@{@@@", |
106 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
107 "@@@STEP_LOG_LINE@json.output@}@@@", | 103 "@@@STEP_LOG_LINE@json.output@}@@@", |
108 "@@@STEP_LOG_END@json.output@@@" | 104 "@@@STEP_LOG_END@json.output@@@" |
109 ] | 105 ] |
110 }, | 106 }, |
111 { | 107 { |
112 "cmd": [ | 108 "cmd": [ |
113 "python", | 109 "python", |
114 "-u", | 110 "-u", |
115 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 111 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
116 "--show-path", | 112 "--show-path", |
117 "python", | 113 "python", |
118 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
119 "--gsutil-py-path", | 115 "--gsutil-py-path", |
120 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 116 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
121 "--ninja-path", | 117 "--ninja-path", |
122 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 118 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
123 "--target", | 119 "--target", |
124 "Release", | 120 "Release", |
125 "--src-dir", | 121 "--src-dir", |
126 "[SLAVE_BUILD]/src", | 122 "[CWD]/src", |
127 "--goma-cache-dir", | 123 "--goma-cache-dir", |
128 "[GOMA_CACHE]", | 124 "[ROOT]/b/build/slave/goma_cache", |
129 "--build-tool", | 125 "--build-tool", |
130 "ninja", | 126 "ninja", |
131 "--compiler", | 127 "--compiler", |
132 "goma-clang", | 128 "goma-clang", |
133 "--goma-jsonstatus", | 129 "--goma-jsonstatus", |
134 "/path/to/tmp/json", | 130 "/path/to/tmp/json", |
135 "--goma-service-account-json-file", | 131 "--goma-service-account-json-file", |
136 "/creds/service_accounts/service-account-goma-client.json", | 132 "/creds/service_accounts/service-account-goma-client.json", |
137 "--goma-dir", | 133 "--goma-dir", |
138 "[BUILD]/goma", | 134 "[ROOT]/b/build/goma", |
139 "--", | 135 "--", |
140 "All", | 136 "All", |
141 "chromium_builder_tests" | 137 "chromium_builder_tests" |
142 ], | 138 ], |
143 "cwd": "[SLAVE_BUILD]", | |
144 "env": { | 139 "env": { |
145 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 140 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
146 }, | 141 }, |
147 "name": "compile", | 142 "name": "compile", |
148 "~followup_annotations": [ | 143 "~followup_annotations": [ |
149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 144 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
150 "@@@STEP_LOG_END@json.output (invalid)@@@" | 145 "@@@STEP_LOG_END@json.output (invalid)@@@" |
151 ] | 146 ] |
152 }, | 147 }, |
153 { | 148 { |
154 "cmd": [ | 149 "cmd": [ |
155 "python", | 150 "python", |
156 "-u", | 151 "-u", |
157 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", | 152 "[CWD]/src/dart/tools/dartium/multivm_archive.py", |
158 "12345" | 153 "12345" |
159 ], | 154 ], |
160 "cwd": "[SLAVE_BUILD]", | |
161 "name": "archive_build" | 155 "name": "archive_build" |
162 }, | 156 }, |
163 { | 157 { |
164 "name": "$result", | 158 "name": "$result", |
165 "recipe_result": null, | 159 "recipe_result": null, |
166 "status_code": 0 | 160 "status_code": 0 |
167 } | 161 } |
168 ] | 162 ] |
OLD | NEW |