OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "remote", | 5 "remote", |
6 "set-url", | 6 "set-url", |
7 "origin", | 7 "origin", |
8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 29 matching lines...) Expand all Loading... |
40 }, | 40 }, |
41 { | 41 { |
42 "cmd": [ | 42 "cmd": [ |
43 "python", | 43 "python", |
44 "-u", | 44 "-u", |
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
46 "config", | 46 "config", |
47 "--spec", | 47 "--spec", |
48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget
_os = ['llvm']" | 48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget
_os = ['llvm']" |
49 ], | 49 ], |
| 50 "cwd": "[SLAVE_BUILD]", |
50 "env": { | 51 "env": { |
51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
52 }, | 53 }, |
53 "name": "gclient setup" | 54 "name": "gclient setup" |
54 }, | 55 }, |
55 { | 56 { |
56 "cmd": [ | 57 "cmd": [ |
57 "python", | 58 "python", |
58 "-u", | 59 "-u", |
59 "[BUILD]/scripts/slave/gclient_safe_revert.py", | 60 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
60 ".", | 61 ".", |
61 "[DEPOT_TOOLS]/gclient" | 62 "[DEPOT_TOOLS]/gclient" |
62 ], | 63 ], |
| 64 "cwd": "[SLAVE_BUILD]", |
63 "name": "gclient revert" | 65 "name": "gclient revert" |
64 }, | 66 }, |
65 { | 67 { |
66 "cmd": [ | 68 "cmd": [ |
67 "python", | 69 "python", |
68 "-u", | 70 "-u", |
69 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 71 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
70 "sync", | 72 "sync", |
71 "--nohooks", | 73 "--nohooks", |
72 "--force", | 74 "--force", |
73 "--verbose", | 75 "--verbose", |
74 "--delete_unversioned_trees", | 76 "--delete_unversioned_trees", |
75 "--revision", | 77 "--revision", |
76 "skia@abc123", | 78 "skia@abc123", |
77 "--output-json", | 79 "--output-json", |
78 "/path/to/tmp/json" | 80 "/path/to/tmp/json" |
79 ], | 81 ], |
| 82 "cwd": "[SLAVE_BUILD]", |
80 "env": { | 83 "env": { |
81 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 84 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
82 }, | 85 }, |
83 "name": "gclient sync", | 86 "name": "gclient sync", |
84 "~followup_annotations": [ | 87 "~followup_annotations": [ |
85 "@@@STEP_LOG_LINE@json.output@{@@@", | 88 "@@@STEP_LOG_LINE@json.output@{@@@", |
86 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 89 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
87 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 90 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
88 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 91 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
89 "@@@STEP_LOG_LINE@json.output@ }@@@", | 92 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot" | 167 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot" |
165 }, | 168 }, |
166 "name": "build most" | 169 "name": "build most" |
167 }, | 170 }, |
168 { | 171 { |
169 "name": "$result", | 172 "name": "$result", |
170 "recipe_result": null, | 173 "recipe_result": null, |
171 "status_code": 0 | 174 "status_code": 0 |
172 } | 175 } |
173 ] | 176 ] |
OLD | NEW |