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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Housekeeper-PerCommit-Trybot.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 "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": "[CWD]/skia", 10 "cwd": "[SLAVE_BUILD]/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": "[CWD]/skia", 18 "cwd": "[SLAVE_BUILD]/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": "[CWD]/skia", 28 "cwd": "[SLAVE_BUILD]/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": "[CWD]/skia", 38 "cwd": "[SLAVE_BUILD]/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 = '[ROOT]/b/build/slave/cache_dir'\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 "[ROOT]/b/build/scripts/slave/gclient_safe_revert.py", 60 "[BUILD]/scripts/slave/gclient_safe_revert.py",
60 ".", 61 ".",
61 "[ROOT]/b/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@ }@@@",
90 "@@@STEP_LOG_LINE@json.output@ }@@@", 93 "@@@STEP_LOG_LINE@json.output@ }@@@",
91 "@@@STEP_LOG_LINE@json.output@}@@@", 94 "@@@STEP_LOG_LINE@json.output@}@@@",
92 "@@@STEP_LOG_END@json.output@@@", 95 "@@@STEP_LOG_END@json.output@@@",
93 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 96 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
94 ] 97 ]
95 }, 98 },
96 { 99 {
97 "cmd": [ 100 "cmd": [
98 "python", 101 "python",
99 "-u", 102 "-u",
100 "[ROOT]/b/depot_tools/apply_issue.py", 103 "[DEPOT_TOOLS]/apply_issue.py",
101 "-r", 104 "-r",
102 "[CWD]/skia", 105 "[SLAVE_BUILD]/skia",
103 "-i", 106 "-i",
104 "500", 107 "500",
105 "-p", 108 "-p",
106 "1", 109 "1",
107 "-s", 110 "-s",
108 "https://codereview.chromium.org", 111 "https://codereview.chromium.org",
109 "--no-auth" 112 "--no-auth"
110 ], 113 ],
114 "cwd": "[SLAVE_BUILD]",
111 "name": "apply_issue", 115 "name": "apply_issue",
112 "~followup_annotations": [ 116 "~followup_annotations": [
113 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@" 117 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@"
114 ] 118 ]
115 }, 119 },
116 { 120 {
117 "cmd": [ 121 "cmd": [
118 "python", 122 "python",
119 "-u", 123 "-u",
120 "[CWD]/skia/tools/buildbot_spec.py", 124 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
121 "/path/to/tmp/json", 125 "/path/to/tmp/json",
122 "Housekeeper-PerCommit-Trybot" 126 "Housekeeper-PerCommit-Trybot"
123 ], 127 ],
124 "cwd": "[CWD]/skia", 128 "cwd": "[SLAVE_BUILD]/skia",
125 "name": "exec buildbot_spec.py", 129 "name": "exec buildbot_spec.py",
126 "~followup_annotations": [ 130 "~followup_annotations": [
127 "@@@STEP_LOG_LINE@json.output@{@@@", 131 "@@@STEP_LOG_LINE@json.output@{@@@",
128 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 132 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
129 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", 133 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
130 "@@@STEP_LOG_LINE@json.output@ ], @@@", 134 "@@@STEP_LOG_LINE@json.output@ ], @@@",
131 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", 135 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
132 "@@@STEP_LOG_LINE@json.output@ \"frequency\": \"PerCommit\", @@@", 136 "@@@STEP_LOG_LINE@json.output@ \"frequency\": \"PerCommit\", @@@",
133 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": true, @@@", 137 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": true, @@@",
134 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Housekeeper\"@@@", 138 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Housekeeper\"@@@",
(...skipping 14 matching lines...) Expand all
149 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", 153 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
150 "@@@STEP_LOG_LINE@json.output@}@@@", 154 "@@@STEP_LOG_LINE@json.output@}@@@",
151 "@@@STEP_LOG_END@json.output@@@" 155 "@@@STEP_LOG_END@json.output@@@"
152 ] 156 ]
153 }, 157 },
154 { 158 {
155 "cmd": [ 159 "cmd": [
156 "make", 160 "make",
157 "most" 161 "most"
158 ], 162 ],
159 "cwd": "[CWD]/skia", 163 "cwd": "[SLAVE_BUILD]/skia",
160 "env": { 164 "env": {
161 "BUILDTYPE": "Release", 165 "BUILDTYPE": "Release",
162 "CHROME_PATH": "[HOME]/src", 166 "CHROME_PATH": "[HOME]/src",
163 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", 167 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0",
164 "SKIA_OUT": "[CWD]/skia/out/Housekeeper-PerCommit-Trybot" 168 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot"
165 }, 169 },
166 "name": "build most" 170 "name": "build most"
167 }, 171 },
168 { 172 {
169 "name": "$result", 173 "name": "$result",
170 "recipe_result": null, 174 "recipe_result": null,
171 "status_code": 0 175 "status_code": 0
172 } 176 }
173 ] 177 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698