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

Side by Side Diff: scripts/slave/recipes/skia/swarm_infra.expected/Infra-PerCommit_try_gerrit.json

Issue 2295303002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 "name": "makedirs makedirs go/src", 10 "name": "makedirs makedirs go/src",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 { 62 {
63 "cmd": [ 63 "cmd": [
64 "python", 64 "python",
65 "-u", 65 "-u",
66 "RECIPE_MODULE[depot_tools::bot_update]/resources/apply_gerrit.py", 66 "RECIPE_MODULE[depot_tools::bot_update]/resources/apply_gerrit.py",
67 "--gerrit_repo", 67 "--gerrit_repo",
68 "skia", 68 "skia",
69 "--gerrit_ref", 69 "--gerrit_ref",
70 "refs/changes/00/2100/2", 70 "refs/changes/00/2100/2",
71 "--root", 71 "--root",
72 "[SLAVE_BUILD]/go/src/go.skia.org/infra", 72 "[SLAVE_BUILD]/go/src/go.skia.org/infra"
73 "--gerrit_rebase_patch_ref"
74 ], 73 ],
75 "env": { 74 "env": {
76 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 75 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
77 }, 76 },
78 "name": "apply_gerrit" 77 "name": "apply_gerrit"
79 }, 78 },
80 { 79 {
81 "cmd": [ 80 "cmd": [
82 "git", 81 "git",
83 "checkout", 82 "checkout",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 { 142 {
144 "cmd": [ 143 "cmd": [
145 "python", 144 "python",
146 "-u", 145 "-u",
147 "RECIPE_MODULE[depot_tools::bot_update]/resources/apply_gerrit.py", 146 "RECIPE_MODULE[depot_tools::bot_update]/resources/apply_gerrit.py",
148 "--gerrit_repo", 147 "--gerrit_repo",
149 "skia", 148 "skia",
150 "--gerrit_ref", 149 "--gerrit_ref",
151 "refs/changes/00/2100/2", 150 "refs/changes/00/2100/2",
152 "--root", 151 "--root",
153 "[SLAVE_BUILD]/go/src/go.skia.org/infra", 152 "[SLAVE_BUILD]/go/src/go.skia.org/infra"
154 "--gerrit_rebase_patch_ref"
155 ], 153 ],
156 "env": { 154 "env": {
157 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 155 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
158 }, 156 },
159 "name": "apply_gerrit (2)" 157 "name": "apply_gerrit (2)"
160 }, 158 },
161 { 159 {
162 "cmd": [ 160 "cmd": [
163 "git", 161 "git",
164 "checkout", 162 "checkout",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "PATH": "[SLAVE_BUILD]/go/bin:%(PATH)s" 236 "PATH": "[SLAVE_BUILD]/go/bin:%(PATH)s"
239 }, 237 },
240 "name": "run_unittests" 238 "name": "run_unittests"
241 }, 239 },
242 { 240 {
243 "name": "$result", 241 "name": "$result",
244 "recipe_result": null, 242 "recipe_result": null,
245 "status_code": 0 243 "status_code": 0
246 } 244 }
247 ] 245 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698