Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: scripts/slave/recipes/skia/housekeeper_percommit.expected/Housekeeper-PerCommit.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget _os = ['llvm']" 9 "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']"
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 "skia@origin/master", 27 "skia@origin/master",
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@ \"skia/\": {@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
42 "@@@STEP_LOG_LINE@json.output@ }@@@", 40 "@@@STEP_LOG_LINE@json.output@ }@@@",
43 "@@@STEP_LOG_LINE@json.output@ }@@@", 41 "@@@STEP_LOG_LINE@json.output@ }@@@",
44 "@@@STEP_LOG_LINE@json.output@}@@@", 42 "@@@STEP_LOG_LINE@json.output@}@@@",
45 "@@@STEP_LOG_END@json.output@@@", 43 "@@@STEP_LOG_END@json.output@@@",
46 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 44 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
47 ] 45 ]
48 }, 46 },
49 { 47 {
50 "cmd": [ 48 "cmd": [
51 "python", 49 "python",
52 "-u", 50 "-u",
53 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 51 "[CWD]/skia/tools/buildbot_spec.py",
54 "/path/to/tmp/json", 52 "/path/to/tmp/json",
55 "Housekeeper-PerCommit" 53 "Housekeeper-PerCommit"
56 ], 54 ],
57 "cwd": "[SLAVE_BUILD]/skia", 55 "cwd": "[CWD]/skia",
58 "name": "exec buildbot_spec.py", 56 "name": "exec buildbot_spec.py",
59 "~followup_annotations": [ 57 "~followup_annotations": [
60 "@@@STEP_LOG_LINE@json.output@{@@@", 58 "@@@STEP_LOG_LINE@json.output@{@@@",
61 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 59 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
62 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", 60 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
63 "@@@STEP_LOG_LINE@json.output@ ], @@@", 61 "@@@STEP_LOG_LINE@json.output@ ], @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", 62 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"frequency\": \"PerCommit\", @@@", 63 "@@@STEP_LOG_LINE@json.output@ \"frequency\": \"PerCommit\", @@@",
66 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@", 64 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@",
67 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Housekeeper\"@@@", 65 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Housekeeper\"@@@",
(...skipping 14 matching lines...) Expand all
82 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", 80 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
83 "@@@STEP_LOG_LINE@json.output@}@@@", 81 "@@@STEP_LOG_LINE@json.output@}@@@",
84 "@@@STEP_LOG_END@json.output@@@" 82 "@@@STEP_LOG_END@json.output@@@"
85 ] 83 ]
86 }, 84 },
87 { 85 {
88 "cmd": [ 86 "cmd": [
89 "make", 87 "make",
90 "most" 88 "most"
91 ], 89 ],
92 "cwd": "[SLAVE_BUILD]/skia", 90 "cwd": "[CWD]/skia",
93 "env": { 91 "env": {
94 "BUILDTYPE": "Release", 92 "BUILDTYPE": "Release",
95 "CHROME_PATH": "[HOME]/src", 93 "CHROME_PATH": "[HOME]/src",
96 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", 94 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
97 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit" 95 "SKIA_OUT": "[CWD]/skia/out/Housekeeper-PerCommit"
98 }, 96 },
99 "name": "build most" 97 "name": "build most"
100 }, 98 },
101 { 99 {
102 "cmd": [ 100 "cmd": [
103 "python", 101 "python",
104 "[SLAVE_BUILD]/skia/platform_tools/android/tests/run_all.py" 102 "[CWD]/skia/platform_tools/android/tests/run_all.py"
105 ], 103 ],
106 "cwd": "[SLAVE_BUILD]/skia", 104 "cwd": "[CWD]/skia",
107 "env": { 105 "env": {
108 "BUILDTYPE": "Release", 106 "BUILDTYPE": "Release",
109 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", 107 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
110 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit" 108 "SKIA_OUT": "[CWD]/skia/out/Housekeeper-PerCommit"
111 }, 109 },
112 "name": "android platform self-tests" 110 "name": "android platform self-tests"
113 }, 111 },
114 { 112 {
115 "cmd": [ 113 "cmd": [
116 "python", 114 "python",
117 "RECIPE_MODULE[build::skia]/resources/generate_and_upload_doxygen.py", 115 "RECIPE_MODULE[build::skia]/resources/generate_and_upload_doxygen.py",
118 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" 116 "[ROOT]/b/depot_tools/third_party/gsutil/gsutil"
119 ], 117 ],
120 "cwd": "[SLAVE_BUILD]/skia", 118 "cwd": "[CWD]/skia",
121 "env": { 119 "env": {
122 "BUILDTYPE": "Release", 120 "BUILDTYPE": "Release",
123 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", 121 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
124 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit" 122 "SKIA_OUT": "[CWD]/skia/out/Housekeeper-PerCommit"
125 }, 123 },
126 "name": "generate and upload doxygen" 124 "name": "generate and upload doxygen"
127 }, 125 },
128 { 126 {
129 "cmd": [ 127 "cmd": [
130 "git", 128 "git",
131 "show", 129 "show",
132 "HEAD", 130 "HEAD",
133 "--format=%at", 131 "--format=%at",
134 "-s" 132 "-s"
135 ], 133 ],
136 "cwd": "[SLAVE_BUILD]/skia", 134 "cwd": "[CWD]/skia",
137 "name": "git show", 135 "name": "git show",
138 "stdout": "/path/to/tmp/" 136 "stdout": "/path/to/tmp/"
139 }, 137 },
140 { 138 {
141 "cmd": [ 139 "cmd": [
142 "python", 140 "python",
143 "RECIPE_MODULE[build::skia]/resources/run_binary_size_analysis.py", 141 "RECIPE_MODULE[build::skia]/resources/run_binary_size_analysis.py",
144 "--library", 142 "--library",
145 "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit/Release/lib/libskia.so", 143 "[CWD]/skia/out/Housekeeper-PerCommit/Release/lib/libskia.so",
146 "--githash", 144 "--githash",
147 "164710", 145 "164710",
148 "--commit_ts", 146 "--commit_ts",
149 "1408633190", 147 "1408633190",
150 "--gsutil_path", 148 "--gsutil_path",
151 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" 149 "[ROOT]/b/depot_tools/third_party/gsutil/gsutil"
152 ], 150 ],
153 "cwd": "[SLAVE_BUILD]/skia", 151 "cwd": "[CWD]/skia",
154 "env": { 152 "env": {
155 "BUILDTYPE": "Release", 153 "BUILDTYPE": "Release",
156 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", 154 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
157 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit" 155 "SKIA_OUT": "[CWD]/skia/out/Housekeeper-PerCommit"
158 }, 156 },
159 "name": "generate and upload binary size data" 157 "name": "generate and upload binary size data"
160 }, 158 },
161 { 159 {
162 "name": "$result", 160 "name": "$result",
163 "recipe_result": null, 161 "recipe_result": null,
164 "status_code": 0 162 "status_code": 0
165 } 163 }
166 ] 164 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698