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]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromiu
m/src.git'}]" | 9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromiu
m/src.git'}]" |
10 ], | 10 ], |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 }, | 80 }, |
81 "name": "gclient recurse (git config user.email)" | 81 "name": "gclient recurse (git config user.email)" |
82 }, | 82 }, |
83 { | 83 { |
84 "cmd": [ | 84 "cmd": [ |
85 "python", | 85 "python", |
86 "-u", | 86 "-u", |
87 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 87 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
88 "config", | 88 "config", |
89 "--spec", | 89 "--spec", |
90 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/l
kgr', 'url': 'svn://svn.chromium.org/blink/trunk'}]" | 90 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'Angle', 'url': 'https://chromium.googlesource.com/angle/angl
e.git'}]" |
91 ], | 91 ], |
92 "cwd": "[SLAVE_BUILD]/src/third_party", | 92 "cwd": "[SLAVE_BUILD]/src/third_party", |
93 "env": { | 93 "env": { |
94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
95 }, | 95 }, |
96 "name": "[spec: WebKit] gclient setup" | 96 "name": "[spec: Angle] gclient setup" |
97 }, | 97 }, |
98 { | 98 { |
99 "cmd": [ | 99 "cmd": [ |
100 "python", | 100 "python", |
101 "-u", | 101 "-u", |
102 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 102 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
103 "sync", | 103 "sync", |
104 "--verbose", | 104 "--verbose", |
105 "--with_branch_heads", | 105 "--with_branch_heads", |
106 "--nohooks", | 106 "--nohooks", |
107 "-j8", | 107 "-j8", |
108 "--reset", | 108 "--reset", |
109 "--force", | 109 "--force", |
110 "--upstream", | 110 "--upstream", |
111 "--no-nag-max", | 111 "--no-nag-max", |
112 "--delete_unversioned_trees", | 112 "--delete_unversioned_trees", |
113 "--revision", | 113 "--revision", |
114 "third_party/WebKit@123", | 114 "Angle@HEAD", |
| 115 "--revision", |
| 116 "src/third_party/angle@refs/heads/lkgr", |
115 "--output-json", | 117 "--output-json", |
116 "/path/to/tmp/json" | 118 "/path/to/tmp/json" |
117 ], | 119 ], |
118 "cwd": "[SLAVE_BUILD]/src/third_party", | 120 "cwd": "[SLAVE_BUILD]/src/third_party", |
119 "env": { | 121 "env": { |
120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 122 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
121 }, | 123 }, |
122 "name": "[spec: WebKit] gclient sync", | 124 "name": "[spec: Angle] gclient sync", |
123 "~followup_annotations": [ | 125 "~followup_annotations": [ |
124 "@@@STEP_LOG_LINE@json.output@{@@@", | 126 "@@@STEP_LOG_LINE@json.output@{@@@", |
125 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 127 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
126 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@", | 128 "@@@STEP_LOG_LINE@json.output@ \"Angle/\": {@@@", |
127 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"3eebce6ea96f9e6c03e925
2a4f8ef2ea9fe141c2\"@@@", | 129 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"1fd70473fb3de634b409d4
acaf49ffc1f90aae1f\"@@@", |
128 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 130 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
129 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@", | 131 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@", |
130 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e800497199d615131a76c
d10651e74d7c8a0962\"@@@", | 132 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e800497199d615131a76c
d10651e74d7c8a0962\"@@@", |
131 "@@@STEP_LOG_LINE@json.output@ }@@@", | 133 "@@@STEP_LOG_LINE@json.output@ }@@@", |
132 "@@@STEP_LOG_LINE@json.output@ }@@@", | 134 "@@@STEP_LOG_LINE@json.output@ }@@@", |
133 "@@@STEP_LOG_LINE@json.output@}@@@", | 135 "@@@STEP_LOG_LINE@json.output@}@@@", |
134 "@@@STEP_LOG_END@json.output@@@", | 136 "@@@STEP_LOG_END@json.output@@@", |
135 "@@@SET_BUILD_PROPERTY@got_blatley_revision@\"5e800497199d615131a76cd10651
e74d7c8a0962\"@@@" | 137 "@@@SET_BUILD_PROPERTY@got_blatley_revision@\"5e800497199d615131a76cd10651
e74d7c8a0962\"@@@" |
136 ] | 138 ] |
137 }, | 139 }, |
138 { | 140 { |
139 "cmd": [ | 141 "cmd": [ |
140 "python", | 142 "python", |
141 "-u", | 143 "-u", |
142 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 144 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
143 "recurse", | 145 "recurse", |
144 "git", | 146 "git", |
145 "config", | 147 "config", |
146 "user.name", | 148 "user.name", |
147 "local_bot" | 149 "local_bot" |
148 ], | 150 ], |
149 "cwd": "[SLAVE_BUILD]/src/third_party", | 151 "cwd": "[SLAVE_BUILD]/src/third_party", |
150 "env": { | 152 "env": { |
151 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 153 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
152 }, | 154 }, |
153 "name": "[spec: WebKit] gclient recurse (git config user.name)" | 155 "name": "[spec: Angle] gclient recurse (git config user.name)" |
154 }, | 156 }, |
155 { | 157 { |
156 "cmd": [ | 158 "cmd": [ |
157 "python", | 159 "python", |
158 "-u", | 160 "-u", |
159 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 161 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
160 "recurse", | 162 "recurse", |
161 "git", | 163 "git", |
162 "config", | 164 "config", |
163 "user.email", | 165 "user.email", |
164 "local_bot@example.com" | 166 "local_bot@example.com" |
165 ], | 167 ], |
166 "cwd": "[SLAVE_BUILD]/src/third_party", | 168 "cwd": "[SLAVE_BUILD]/src/third_party", |
167 "env": { | 169 "env": { |
168 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 170 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
169 }, | 171 }, |
170 "name": "[spec: WebKit] gclient recurse (git config user.email)" | 172 "name": "[spec: Angle] gclient recurse (git config user.email)" |
171 }, | 173 }, |
172 { | 174 { |
173 "cmd": [ | 175 "cmd": [ |
174 "python", | 176 "python", |
175 "-u", | 177 "-u", |
176 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 178 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
177 "[SLAVE_BUILD]" | 179 "[SLAVE_BUILD]" |
178 ], | 180 ], |
179 "name": "cleanup index.lock", | 181 "name": "cleanup index.lock", |
180 "~followup_annotations": [ | 182 "~followup_annotations": [ |
(...skipping 23 matching lines...) Expand all Loading... |
204 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 206 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
205 }, | 207 }, |
206 "name": "gclient runhooks" | 208 "name": "gclient runhooks" |
207 }, | 209 }, |
208 { | 210 { |
209 "name": "$result", | 211 "name": "$result", |
210 "recipe_result": null, | 212 "recipe_result": null, |
211 "status_code": 0 | 213 "status_code": 0 |
212 } | 214 } |
213 ] | 215 ] |
OLD | NEW |