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 = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
deps_file': 'DEPS', 'managed': True, 'name': 'dartium.deps', 'url': 'https://dar
t.googlecode.com/svn/branches/bleeding_edge/deps/dartium.deps'}]" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/b
leeding_edge/deps/dartium.deps'}]" |
10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", |
11 "env": { | 12 "env": { |
12 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 13 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
13 }, | 14 }, |
14 "name": "gclient setup" | 15 "name": "gclient setup" |
15 }, | 16 }, |
16 { | 17 { |
17 "cmd": [ | 18 "cmd": [ |
18 "python", | 19 "python", |
19 "-u", | 20 "-u", |
20 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 21 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
21 "sync", | 22 "sync", |
22 "--nohooks", | 23 "--nohooks", |
23 "--force", | 24 "--force", |
24 "--verbose", | 25 "--verbose", |
25 "--delete_unversioned_trees", | 26 "--delete_unversioned_trees", |
26 "--revision", | 27 "--revision", |
27 "dartium.deps@12345", | 28 "dartium.deps@12345", |
28 "--output-json", | 29 "--output-json", |
29 "/path/to/tmp/json" | 30 "/path/to/tmp/json" |
30 ], | 31 ], |
| 32 "cwd": "[SLAVE_BUILD]", |
31 "env": { | 33 "env": { |
32 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
33 }, | 35 }, |
34 "name": "gclient sync", | 36 "name": "gclient sync", |
35 "~followup_annotations": [ | 37 "~followup_annotations": [ |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 38 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"dartium.deps/\": {@@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"dartium.deps/\": {@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 10382@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"revision\": 10382@@@", |
40 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
67 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" | 69 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" |
68 ] | 70 ] |
69 }, | 71 }, |
70 { | 72 { |
71 "cmd": [ | 73 "cmd": [ |
72 "python", | 74 "python", |
73 "-u", | 75 "-u", |
74 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 76 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
75 "runhooks" | 77 "runhooks" |
76 ], | 78 ], |
| 79 "cwd": "[SLAVE_BUILD]", |
77 "env": { | 80 "env": { |
78 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 81 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
79 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[ROOT]\\b\\build\\goma' linux_strip_binary=1 target_arch=x64 use_goma=1", | 82 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' linux_strip_binary=1 target_arch=x64 use_goma=1", |
80 "GYP_GENERATORS": "ninja", | 83 "GYP_GENERATORS": "ninja", |
81 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 84 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
82 }, | 85 }, |
83 "name": "gclient runhooks" | 86 "name": "gclient runhooks" |
84 }, | 87 }, |
85 { | 88 { |
86 "cmd": [ | 89 "cmd": [ |
87 "python", | 90 "python", |
88 "-u", | 91 "-u", |
89 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 92 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
90 "--show-path", | 93 "--show-path", |
91 "python", | 94 "python", |
92 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 95 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
93 "--gsutil-py-path", | 96 "--gsutil-py-path", |
94 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 97 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
95 "--ninja-path", | 98 "--ninja-path", |
96 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 99 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
97 "--target", | 100 "--target", |
98 "Release_x64", | 101 "Release_x64", |
99 "--src-dir", | 102 "--src-dir", |
100 "[CWD]\\src", | 103 "[SLAVE_BUILD]\\src", |
101 "--goma-cache-dir", | 104 "--goma-cache-dir", |
102 "[ROOT]\\b\\build\\slave\\goma_cache", | 105 "[GOMA_CACHE]", |
103 "--build-tool", | 106 "--build-tool", |
104 "ninja", | 107 "ninja", |
105 "--compiler", | 108 "--compiler", |
106 "goma", | 109 "goma", |
107 "--goma-jsonstatus", | 110 "--goma-jsonstatus", |
108 "/path/to/tmp/json", | 111 "/path/to/tmp/json", |
109 "--goma-service-account-json-file", | 112 "--goma-service-account-json-file", |
110 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 113 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
111 "--goma-dir", | 114 "--goma-dir", |
112 "[ROOT]\\b\\build\\goma", | 115 "[BUILD]\\goma", |
113 "--", | 116 "--", |
114 "All", | 117 "All", |
115 "chromium_builder_tests" | 118 "chromium_builder_tests" |
116 ], | 119 ], |
| 120 "cwd": "[SLAVE_BUILD]", |
117 "env": { | 121 "env": { |
118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 122 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
119 }, | 123 }, |
120 "name": "compile", | 124 "name": "compile", |
121 "~followup_annotations": [ | 125 "~followup_annotations": [ |
122 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 126 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
123 "@@@STEP_LOG_END@json.output (invalid)@@@" | 127 "@@@STEP_LOG_END@json.output (invalid)@@@" |
124 ] | 128 ] |
125 }, | 129 }, |
126 { | 130 { |
127 "cmd": [ | 131 "cmd": [ |
128 "python", | 132 "python", |
129 "-u", | 133 "-u", |
130 "[CWD]\\src\\dart\\tools\\dartium\\multivm_archive.py", | 134 "[SLAVE_BUILD]\\src\\dart\\tools\\dartium\\multivm_archive.py", |
131 "12345" | 135 "12345" |
132 ], | 136 ], |
| 137 "cwd": "[SLAVE_BUILD]", |
133 "name": "archive_build" | 138 "name": "archive_build" |
134 }, | 139 }, |
135 { | 140 { |
136 "name": "$result", | 141 "name": "$result", |
137 "recipe_result": null, | 142 "recipe_result": null, |
138 "status_code": 0 | 143 "status_code": 0 |
139 } | 144 } |
140 ] | 145 ] |
OLD | NEW |