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 = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/b
leeding_edge/deps/dartium.deps'}]" | 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'}]" |
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": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 78 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
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", | 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", |
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.exe", | 96 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
100 "--target", | 97 "--target", |
101 "Release_x64", | 98 "Release_x64", |
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 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 110 "C:\\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": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-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 ] |
OLD | NEW |