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": "[CWD]/skia", |
11 "name": "git remote set-url" | 11 "name": "git remote set-url" |
12 }, | 12 }, |
13 { | 13 { |
14 "cmd": [ | 14 "cmd": [ |
15 "git", | 15 "git", |
16 "fetch" | 16 "fetch" |
17 ], | 17 ], |
18 "cwd": "[SLAVE_BUILD]/skia", | 18 "cwd": "[CWD]/skia", |
19 "name": "git fetch" | 19 "name": "git fetch" |
20 }, | 20 }, |
21 { | 21 { |
22 "cmd": [ | 22 "cmd": [ |
23 "git", | 23 "git", |
24 "reset", | 24 "reset", |
25 "--hard", | 25 "--hard", |
26 "abc123" | 26 "abc123" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]/skia", | 28 "cwd": "[CWD]/skia", |
29 "name": "git reset" | 29 "name": "git reset" |
30 }, | 30 }, |
31 { | 31 { |
32 "cmd": [ | 32 "cmd": [ |
33 "git", | 33 "git", |
34 "clean", | 34 "clean", |
35 "-d", | 35 "-d", |
36 "-f" | 36 "-f" |
37 ], | 37 ], |
38 "cwd": "[SLAVE_BUILD]/skia", | 38 "cwd": "[CWD]/skia", |
39 "name": "git clean" | 39 "name": "git clean" |
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 = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/
skia.git'}]\ntarget_os = ['llvm']" |
49 ], | 49 ], |
50 "cwd": "[SLAVE_BUILD]", | |
51 "env": { | 50 "env": { |
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
53 }, | 52 }, |
54 "name": "gclient setup" | 53 "name": "gclient setup" |
55 }, | 54 }, |
56 { | 55 { |
57 "cmd": [ | 56 "cmd": [ |
58 "python", | 57 "python", |
59 "-u", | 58 "-u", |
60 "[BUILD]/scripts/slave/gclient_safe_revert.py", | 59 "[ROOT]/b/build/scripts/slave/gclient_safe_revert.py", |
61 ".", | 60 ".", |
62 "[DEPOT_TOOLS]/gclient" | 61 "[ROOT]/b/depot_tools/gclient" |
63 ], | 62 ], |
64 "cwd": "[SLAVE_BUILD]", | |
65 "name": "gclient revert" | 63 "name": "gclient revert" |
66 }, | 64 }, |
67 { | 65 { |
68 "cmd": [ | 66 "cmd": [ |
69 "python", | 67 "python", |
70 "-u", | 68 "-u", |
71 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 69 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
72 "sync", | 70 "sync", |
73 "--nohooks", | 71 "--nohooks", |
74 "--force", | 72 "--force", |
75 "--verbose", | 73 "--verbose", |
76 "--delete_unversioned_trees", | 74 "--delete_unversioned_trees", |
77 "--revision", | 75 "--revision", |
78 "skia@abc123", | 76 "skia@abc123", |
79 "--output-json", | 77 "--output-json", |
80 "/path/to/tmp/json" | 78 "/path/to/tmp/json" |
81 ], | 79 ], |
82 "cwd": "[SLAVE_BUILD]", | |
83 "env": { | 80 "env": { |
84 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 81 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
85 }, | 82 }, |
86 "name": "gclient sync", | 83 "name": "gclient sync", |
87 "~followup_annotations": [ | 84 "~followup_annotations": [ |
88 "@@@STEP_LOG_LINE@json.output@{@@@", | 85 "@@@STEP_LOG_LINE@json.output@{@@@", |
89 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 86 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
90 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 87 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
91 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 88 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
92 "@@@STEP_LOG_LINE@json.output@ }@@@", | 89 "@@@STEP_LOG_LINE@json.output@ }@@@", |
93 "@@@STEP_LOG_LINE@json.output@ }@@@", | 90 "@@@STEP_LOG_LINE@json.output@ }@@@", |
94 "@@@STEP_LOG_LINE@json.output@}@@@", | 91 "@@@STEP_LOG_LINE@json.output@}@@@", |
95 "@@@STEP_LOG_END@json.output@@@", | 92 "@@@STEP_LOG_END@json.output@@@", |
96 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 93 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
97 ] | 94 ] |
98 }, | 95 }, |
99 { | 96 { |
100 "cmd": [ | 97 "cmd": [ |
101 "python", | 98 "python", |
102 "-u", | 99 "-u", |
103 "[DEPOT_TOOLS]/apply_issue.py", | 100 "[ROOT]/b/depot_tools/apply_issue.py", |
104 "-r", | 101 "-r", |
105 "[SLAVE_BUILD]/skia", | 102 "[CWD]/skia", |
106 "-i", | 103 "-i", |
107 "500", | 104 "500", |
108 "-p", | 105 "-p", |
109 "1", | 106 "1", |
110 "-s", | 107 "-s", |
111 "https://codereview.chromium.org", | 108 "https://codereview.chromium.org", |
112 "--no-auth" | 109 "--no-auth" |
113 ], | 110 ], |
114 "cwd": "[SLAVE_BUILD]", | |
115 "name": "apply_issue", | 111 "name": "apply_issue", |
116 "~followup_annotations": [ | 112 "~followup_annotations": [ |
117 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@" | 113 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@" |
118 ] | 114 ] |
119 }, | 115 }, |
120 { | 116 { |
121 "cmd": [ | 117 "cmd": [ |
122 "python", | 118 "python", |
123 "-u", | 119 "-u", |
124 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 120 "[CWD]/skia/tools/buildbot_spec.py", |
125 "/path/to/tmp/json", | 121 "/path/to/tmp/json", |
126 "Housekeeper-PerCommit-Trybot" | 122 "Housekeeper-PerCommit-Trybot" |
127 ], | 123 ], |
128 "cwd": "[SLAVE_BUILD]/skia", | 124 "cwd": "[CWD]/skia", |
129 "name": "exec buildbot_spec.py", | 125 "name": "exec buildbot_spec.py", |
130 "~followup_annotations": [ | 126 "~followup_annotations": [ |
131 "@@@STEP_LOG_LINE@json.output@{@@@", | 127 "@@@STEP_LOG_LINE@json.output@{@@@", |
132 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 128 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
133 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 129 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
134 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 130 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
135 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 131 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
136 "@@@STEP_LOG_LINE@json.output@ \"frequency\": \"PerCommit\", @@@", | 132 "@@@STEP_LOG_LINE@json.output@ \"frequency\": \"PerCommit\", @@@", |
137 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": true, @@@", | 133 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": true, @@@", |
138 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Housekeeper\"@@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Housekeeper\"@@@", |
(...skipping 14 matching lines...) Expand all Loading... |
153 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
154 "@@@STEP_LOG_LINE@json.output@}@@@", | 150 "@@@STEP_LOG_LINE@json.output@}@@@", |
155 "@@@STEP_LOG_END@json.output@@@" | 151 "@@@STEP_LOG_END@json.output@@@" |
156 ] | 152 ] |
157 }, | 153 }, |
158 { | 154 { |
159 "cmd": [ | 155 "cmd": [ |
160 "make", | 156 "make", |
161 "most" | 157 "most" |
162 ], | 158 ], |
163 "cwd": "[SLAVE_BUILD]/skia", | 159 "cwd": "[CWD]/skia", |
164 "env": { | 160 "env": { |
165 "BUILDTYPE": "Release", | 161 "BUILDTYPE": "Release", |
166 "CHROME_PATH": "[HOME]/src", | 162 "CHROME_PATH": "[HOME]/src", |
167 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", | 163 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", |
168 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot" | 164 "SKIA_OUT": "[CWD]/skia/out/Housekeeper-PerCommit-Trybot" |
169 }, | 165 }, |
170 "name": "build most" | 166 "name": "build most" |
171 }, | 167 }, |
172 { | 168 { |
173 "name": "$result", | 169 "name": "$result", |
174 "recipe_result": null, | 170 "recipe_result": null, |
175 "status_code": 0 | 171 "status_code": 0 |
176 } | 172 } |
177 ] | 173 ] |
OLD | NEW |