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

Unified Diff: infra/bots/recipes/swarm_presubmit.expected/presubmit.json

Issue 2394853002: Fixes for presubmit recipe (Closed)
Patch Set: Run 'git status', use max verbosity 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « infra/bots/recipes/swarm_presubmit.py ('k') | infra/bots/recipes/swarm_trigger.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipes/swarm_presubmit.expected/presubmit.json
diff --git a/infra/bots/recipes/swarm_presubmit.expected/presubmit.json b/infra/bots/recipes/swarm_presubmit.expected/presubmit.json
index cf33cf6c700ff11cb98d9b2a5aa9bd323da3f05c..6eb60133a1f0aa4d2421c93c7a4228288fa3ba77 100644
--- a/infra/bots/recipes/swarm_presubmit.expected/presubmit.json
+++ b/infra/bots/recipes/swarm_presubmit.expected/presubmit.json
@@ -122,14 +122,66 @@
{
"cmd": [
"git",
+ "checkout",
+ "-b",
+ "tmp_00000000-0000-0000-0000-000000000000"
+ ],
+ "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "name": "create git branch"
+ },
+ {
+ "cmd": [
+ "git",
+ "status"
+ ],
+ "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "name": "git status"
+ },
+ {
+ "cmd": [
+ "git",
"cl",
"presubmit",
- "--force"
+ "--force",
+ "-v",
+ "-v"
],
"cwd": "[CUSTOM_/_B_WORK]/skia",
+ "env": {
+ "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
+ },
"name": "presubmit"
},
{
+ "cmd": [
+ "git",
+ "reset",
+ "--hard",
+ "origin/master"
+ ],
+ "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "name": "git reset"
+ },
+ {
+ "cmd": [
+ "git",
+ "checkout",
+ "origin/master"
+ ],
+ "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "name": "checkout origin/master"
+ },
+ {
+ "cmd": [
+ "git",
+ "branch",
+ "-D",
+ "tmp_00000000-0000-0000-0000-000000000000"
+ ],
+ "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "name": "delete git branch"
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0
« no previous file with comments | « infra/bots/recipes/swarm_presubmit.py ('k') | infra/bots/recipes/swarm_trigger.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698