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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
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 = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/ skia.git'}]\ntarget_os = ['llvm']" 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget _os = ['llvm']"
10 ], 10 ],
11 "cwd": "[SLAVE_BUILD]",
11 "env": { 12 "env": {
12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
13 }, 14 },
14 "name": "gclient setup" 15 "name": "gclient setup"
15 }, 16 },
16 { 17 {
17 "cmd": [ 18 "cmd": [
18 "python", 19 "python",
19 "-u", 20 "-u",
20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
21 "sync", 22 "sync",
22 "--nohooks", 23 "--nohooks",
23 "--force", 24 "--force",
24 "--verbose", 25 "--verbose",
25 "--delete_unversioned_trees", 26 "--delete_unversioned_trees",
26 "--revision", 27 "--revision",
27 "skia@origin/master", 28 "skia@origin/master",
28 "--output-json", 29 "--output-json",
29 "/path/to/tmp/json" 30 "/path/to/tmp/json"
30 ], 31 ],
32 "cwd": "[SLAVE_BUILD]",
31 "env": { 33 "env": {
32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
33 }, 35 },
34 "name": "gclient sync", 36 "name": "gclient sync",
35 "~followup_annotations": [ 37 "~followup_annotations": [
36 "@@@STEP_LOG_LINE@json.output@{@@@", 38 "@@@STEP_LOG_LINE@json.output@{@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 40 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
40 "@@@STEP_LOG_LINE@json.output@ }@@@", 42 "@@@STEP_LOG_LINE@json.output@ }@@@",
41 "@@@STEP_LOG_LINE@json.output@ }@@@", 43 "@@@STEP_LOG_LINE@json.output@ }@@@",
42 "@@@STEP_LOG_LINE@json.output@}@@@", 44 "@@@STEP_LOG_LINE@json.output@}@@@",
43 "@@@STEP_LOG_END@json.output@@@", 45 "@@@STEP_LOG_END@json.output@@@",
44 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 46 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
45 ] 47 ]
46 }, 48 },
47 { 49 {
48 "cmd": [ 50 "cmd": [
49 "python", 51 "python",
50 "-u", 52 "-u",
51 "[CWD]/skia/tools/buildbot_spec.py", 53 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
52 "/path/to/tmp/json", 54 "/path/to/tmp/json",
53 "Housekeeper-PerCommit" 55 "Housekeeper-PerCommit"
54 ], 56 ],
55 "cwd": "[CWD]/skia", 57 "cwd": "[SLAVE_BUILD]/skia",
56 "name": "exec buildbot_spec.py", 58 "name": "exec buildbot_spec.py",
57 "~followup_annotations": [ 59 "~followup_annotations": [
58 "@@@STEP_LOG_LINE@json.output@{@@@", 60 "@@@STEP_LOG_LINE@json.output@{@@@",
59 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 61 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
60 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", 62 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
61 "@@@STEP_LOG_LINE@json.output@ ], @@@", 63 "@@@STEP_LOG_LINE@json.output@ ], @@@",
62 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", 64 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
63 "@@@STEP_LOG_LINE@json.output@ \"frequency\": \"PerCommit\", @@@", 65 "@@@STEP_LOG_LINE@json.output@ \"frequency\": \"PerCommit\", @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@", 66 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@",
65 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Housekeeper\"@@@", 67 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Housekeeper\"@@@",
(...skipping 14 matching lines...) Expand all
80 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", 82 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
81 "@@@STEP_LOG_LINE@json.output@}@@@", 83 "@@@STEP_LOG_LINE@json.output@}@@@",
82 "@@@STEP_LOG_END@json.output@@@" 84 "@@@STEP_LOG_END@json.output@@@"
83 ] 85 ]
84 }, 86 },
85 { 87 {
86 "cmd": [ 88 "cmd": [
87 "make", 89 "make",
88 "most" 90 "most"
89 ], 91 ],
90 "cwd": "[CWD]/skia", 92 "cwd": "[SLAVE_BUILD]/skia",
91 "env": { 93 "env": {
92 "BUILDTYPE": "Release", 94 "BUILDTYPE": "Release",
93 "CHROME_PATH": "[HOME]/src", 95 "CHROME_PATH": "[HOME]/src",
94 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", 96 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
95 "SKIA_OUT": "[CWD]/skia/out/Housekeeper-PerCommit" 97 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit"
96 }, 98 },
97 "name": "build most" 99 "name": "build most"
98 }, 100 },
99 { 101 {
100 "cmd": [ 102 "cmd": [
101 "python", 103 "python",
102 "[CWD]/skia/platform_tools/android/tests/run_all.py" 104 "[SLAVE_BUILD]/skia/platform_tools/android/tests/run_all.py"
103 ], 105 ],
104 "cwd": "[CWD]/skia", 106 "cwd": "[SLAVE_BUILD]/skia",
105 "env": { 107 "env": {
106 "BUILDTYPE": "Release", 108 "BUILDTYPE": "Release",
107 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", 109 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
108 "SKIA_OUT": "[CWD]/skia/out/Housekeeper-PerCommit" 110 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit"
109 }, 111 },
110 "name": "android platform self-tests" 112 "name": "android platform self-tests"
111 }, 113 },
112 { 114 {
113 "cmd": [ 115 "cmd": [
114 "python", 116 "python",
115 "RECIPE_MODULE[build::skia]/resources/generate_and_upload_doxygen.py", 117 "RECIPE_MODULE[build::skia]/resources/generate_and_upload_doxygen.py",
116 "[ROOT]/b/depot_tools/third_party/gsutil/gsutil" 118 "[DEPOT_TOOLS]/third_party/gsutil/gsutil"
117 ], 119 ],
118 "cwd": "[CWD]/skia", 120 "cwd": "[SLAVE_BUILD]/skia",
119 "env": { 121 "env": {
120 "BUILDTYPE": "Release", 122 "BUILDTYPE": "Release",
121 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", 123 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
122 "SKIA_OUT": "[CWD]/skia/out/Housekeeper-PerCommit" 124 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit"
123 }, 125 },
124 "name": "generate and upload doxygen" 126 "name": "generate and upload doxygen"
125 }, 127 },
126 { 128 {
127 "cmd": [ 129 "cmd": [
128 "git", 130 "git",
129 "show", 131 "show",
130 "HEAD", 132 "HEAD",
131 "--format=%at", 133 "--format=%at",
132 "-s" 134 "-s"
133 ], 135 ],
134 "cwd": "[CWD]/skia", 136 "cwd": "[SLAVE_BUILD]/skia",
135 "name": "git show", 137 "name": "git show",
136 "stdout": "/path/to/tmp/" 138 "stdout": "/path/to/tmp/"
137 }, 139 },
138 { 140 {
139 "cmd": [ 141 "cmd": [
140 "python", 142 "python",
141 "RECIPE_MODULE[build::skia]/resources/run_binary_size_analysis.py", 143 "RECIPE_MODULE[build::skia]/resources/run_binary_size_analysis.py",
142 "--library", 144 "--library",
143 "[CWD]/skia/out/Housekeeper-PerCommit/Release/lib/libskia.so", 145 "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit/Release/lib/libskia.so",
144 "--githash", 146 "--githash",
145 "164710", 147 "164710",
146 "--commit_ts", 148 "--commit_ts",
147 "1408633190", 149 "1408633190",
148 "--gsutil_path", 150 "--gsutil_path",
149 "[ROOT]/b/depot_tools/third_party/gsutil/gsutil" 151 "[DEPOT_TOOLS]/third_party/gsutil/gsutil"
150 ], 152 ],
151 "cwd": "[CWD]/skia", 153 "cwd": "[SLAVE_BUILD]/skia",
152 "env": { 154 "env": {
153 "BUILDTYPE": "Release", 155 "BUILDTYPE": "Release",
154 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", 156 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
155 "SKIA_OUT": "[CWD]/skia/out/Housekeeper-PerCommit" 157 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit"
156 }, 158 },
157 "name": "generate and upload binary size data" 159 "name": "generate and upload binary size data"
158 }, 160 },
159 { 161 {
160 "name": "$result", 162 "name": "$result",
161 "recipe_result": null, 163 "recipe_result": null,
162 "status_code": 0 164 "status_code": 0
163 } 165 }
164 ] 166 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698