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

Side by Side Diff: infra/bots/recipes/swarm_presubmit.expected/presubmit.json

Issue 2395573003: Presubmit: Always run recipe test and gen_tasks test on commit (Closed)
Patch Set: rebase Created 4 years, 2 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
« no previous file with comments | « infra/bots/recipes/swarm_presubmit.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "[CUSTOM_/_B_WORK]", 7 "[CUSTOM_/_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "env": { 114 "env": {
115 "BUILDTYPE": "Release", 115 "BUILDTYPE": "Release",
116 "CHROME_HEADLESS": "1", 116 "CHROME_HEADLESS": "1",
117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", 117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
118 "SKIA_OUT": "[SLAVE_BUILD]/out" 118 "SKIA_OUT": "[SLAVE_BUILD]/out"
119 }, 119 },
120 "name": "gclient recurse (git config user.email)" 120 "name": "gclient recurse (git config user.email)"
121 }, 121 },
122 { 122 {
123 "cmd": [ 123 "cmd": [
124 "python",
125 "-u",
126 "\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",
127 "[SLAVE_BUILD]/gopath",
128 "511"
129 ],
130 "name": "makedirs gopath",
131 "~followup_annotations": [
132 "@@@STEP_LOG_LINE@python.inline@@@@",
133 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
134 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
135 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
136 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
137 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
138 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
139 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
140 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
141 "@@@STEP_LOG_END@python.inline@@@"
142 ]
143 },
144 {
145 "cmd": [
124 "git", 146 "git",
125 "status" 147 "status"
126 ], 148 ],
127 "cwd": "[CUSTOM_/_B_WORK]/skia", 149 "cwd": "[CUSTOM_/_B_WORK]/skia",
128 "name": "git status" 150 "name": "git status"
129 }, 151 },
130 { 152 {
131 "cmd": [ 153 "cmd": [
132 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", 154 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py",
133 "--commit", 155 "--commit",
134 "--upstream=HEAD^", 156 "--upstream=HEAD^",
135 "-v", 157 "-v",
136 "-v" 158 "-v"
137 ], 159 ],
138 "cwd": "[CUSTOM_/_B_WORK]/skia", 160 "cwd": "[CUSTOM_/_B_WORK]/skia",
139 "env": { 161 "env": {
162 "GOPATH": "[SLAVE_BUILD]/gopath",
140 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" 163 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
141 }, 164 },
142 "name": "presubmit" 165 "name": "presubmit"
143 }, 166 },
144 { 167 {
145 "name": "$result", 168 "name": "$result",
146 "recipe_result": null, 169 "recipe_result": null,
147 "status_code": 0 170 "status_code": 0
148 } 171 }
149 ] 172 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_presubmit.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698