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

Side by Side Diff: scripts/slave/recipes/skia/infra.expected/Infra-PerCommit_try.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[SLAVE_BUILD]/go/src", 7 "[SLAVE_BUILD]/go/src",
8 "511" 8 "511"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]",
11 "name": "makedirs makedirs go/src", 10 "name": "makedirs makedirs go/src",
12 "~followup_annotations": [ 11 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
14 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
15 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
16 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
17 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
19 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
20 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
21 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
22 "@@@STEP_LOG_END@python.inline@@@" 21 "@@@STEP_LOG_END@python.inline@@@"
23 ] 22 ]
24 }, 23 },
25 { 24 {
26 "cmd": [ 25 "cmd": [
27 "git", 26 "git",
28 "clone", 27 "clone",
29 "https://skia.googlesource.com/buildbot", 28 "https://skia.googlesource.com/buildbot",
30 "[SLAVE_BUILD]/go/src/go.skia.org/infra" 29 "[SLAVE_BUILD]/go/src/go.skia.org/infra"
31 ], 30 ],
32 "cwd": "[SLAVE_BUILD]",
33 "name": "git clone" 31 "name": "git clone"
34 }, 32 },
35 { 33 {
36 "cmd": [ 34 "cmd": [
37 "git", 35 "git",
38 "fetch", 36 "fetch",
39 "origin" 37 "origin"
40 ], 38 ],
41 "cwd": "[SLAVE_BUILD]/go/src/go.skia.org/infra", 39 "cwd": "[SLAVE_BUILD]/go/src/go.skia.org/infra",
42 "name": "git fetch" 40 "name": "git fetch"
(...skipping 26 matching lines...) Expand all
69 "-r", 67 "-r",
70 "[SLAVE_BUILD]/go/src/go.skia.org/infra", 68 "[SLAVE_BUILD]/go/src/go.skia.org/infra",
71 "-i", 69 "-i",
72 "1234", 70 "1234",
73 "-p", 71 "-p",
74 "1", 72 "1",
75 "-s", 73 "-s",
76 "https://codereview.chromium.org", 74 "https://codereview.chromium.org",
77 "--no-auth" 75 "--no-auth"
78 ], 76 ],
79 "cwd": "[SLAVE_BUILD]",
80 "name": "apply_issue", 77 "name": "apply_issue",
81 "~followup_annotations": [ 78 "~followup_annotations": [
82 "@@@STEP_LINK@Applied issue 1234@https://codereview.chromium.org/1234@@@" 79 "@@@STEP_LINK@Applied issue 1234@https://codereview.chromium.org/1234@@@"
83 ] 80 ]
84 }, 81 },
85 { 82 {
86 "cmd": [ 83 "cmd": [
87 "go", 84 "go",
88 "get", 85 "get",
89 "-u", 86 "-u",
90 "./..." 87 "./..."
91 ], 88 ],
92 "cwd": "[SLAVE_BUILD]/go/src/go.skia.org/infra", 89 "cwd": "[SLAVE_BUILD]/go/src/go.skia.org/infra",
93 "env": { 90 "env": {
94 "GIT_USER_AGENT": "git/1.9.1", 91 "GIT_USER_AGENT": "git/1.9.1",
95 "GOPATH": "[SLAVE_BUILD]/go", 92 "GOPATH": "[SLAVE_BUILD]/go",
96 "PATH": "[SLAVE_BUILD]/go/bin:%(PATH)s" 93 "PATH": "[SLAVE_BUILD]/go/bin:%(PATH)s"
97 }, 94 },
98 "name": "update_deps" 95 "name": "update_deps"
99 }, 96 },
100 { 97 {
101 "cmd": [ 98 "cmd": [
102 "git", 99 "git",
103 "clone", 100 "clone",
104 "https://skia.googlesource.com/buildbot", 101 "https://skia.googlesource.com/buildbot",
105 "[SLAVE_BUILD]/go/src/go.skia.org/infra" 102 "[SLAVE_BUILD]/go/src/go.skia.org/infra"
106 ], 103 ],
107 "cwd": "[SLAVE_BUILD]",
108 "name": "git clone (2)" 104 "name": "git clone (2)"
109 }, 105 },
110 { 106 {
111 "cmd": [ 107 "cmd": [
112 "git", 108 "git",
113 "fetch", 109 "fetch",
114 "origin" 110 "origin"
115 ], 111 ],
116 "cwd": "[SLAVE_BUILD]/go/src/go.skia.org/infra", 112 "cwd": "[SLAVE_BUILD]/go/src/go.skia.org/infra",
117 "name": "git fetch (2)" 113 "name": "git fetch (2)"
(...skipping 26 matching lines...) Expand all
144 "-r", 140 "-r",
145 "[SLAVE_BUILD]/go/src/go.skia.org/infra", 141 "[SLAVE_BUILD]/go/src/go.skia.org/infra",
146 "-i", 142 "-i",
147 "1234", 143 "1234",
148 "-p", 144 "-p",
149 "1", 145 "1",
150 "-s", 146 "-s",
151 "https://codereview.chromium.org", 147 "https://codereview.chromium.org",
152 "--no-auth" 148 "--no-auth"
153 ], 149 ],
154 "cwd": "[SLAVE_BUILD]",
155 "name": "apply_issue (2)", 150 "name": "apply_issue (2)",
156 "~followup_annotations": [ 151 "~followup_annotations": [
157 "@@@STEP_LINK@Applied issue 1234@https://codereview.chromium.org/1234@@@" 152 "@@@STEP_LINK@Applied issue 1234@https://codereview.chromium.org/1234@@@"
158 ] 153 ]
159 }, 154 },
160 { 155 {
161 "cmd": [ 156 "cmd": [
162 "git", 157 "git",
163 "rev-parse", 158 "rev-parse",
164 "HEAD" 159 "HEAD"
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "PATH": "[SLAVE_BUILD]/go/bin:%(PATH)s" 219 "PATH": "[SLAVE_BUILD]/go/bin:%(PATH)s"
225 }, 220 },
226 "name": "run_unittests" 221 "name": "run_unittests"
227 }, 222 },
228 { 223 {
229 "name": "$result", 224 "name": "$result",
230 "recipe_result": null, 225 "recipe_result": null,
231 "status_code": 0 226 "status_code": 0
232 } 227 }
233 ] 228 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698