| 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 6eb60133a1f0aa4d2421c93c7a4228288fa3ba77..5e88fc3353e72a73e7de1800801b9a1897be54dd 100644
|
| --- a/infra/bots/recipes/swarm_presubmit.expected/presubmit.json
|
| +++ b/infra/bots/recipes/swarm_presubmit.expected/presubmit.json
|
| @@ -122,16 +122,6 @@
|
| {
|
| "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",
|
| @@ -139,10 +129,9 @@
|
| },
|
| {
|
| "cmd": [
|
| - "git",
|
| - "cl",
|
| - "presubmit",
|
| - "--force",
|
| + "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py",
|
| + "--commit",
|
| + "--upstream=HEAD^",
|
| "-v",
|
| "-v"
|
| ],
|
| @@ -153,35 +142,6 @@
|
| "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
|
|
|