| Index: scripts/slave/recipe_modules/git/example.expected/count-objects_failed_build.json
|
| diff --git a/scripts/slave/recipe_modules/git/example.expected/count-objects_failed_build.json b/scripts/slave/recipe_modules/git/example.expected/count-objects_failed_build.json
|
| deleted file mode 100644
|
| index e618c122be7d8889a5f0d71a6d1569a4b431a4c7..0000000000000000000000000000000000000000
|
| --- a/scripts/slave/recipe_modules/git/example.expected/count-objects_failed_build.json
|
| +++ /dev/null
|
| @@ -1,86 +0,0 @@
|
| -[
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]/scripts/slave/git_setup.py",
|
| - "--path",
|
| - "[SLAVE_BUILD]/src",
|
| - "--url",
|
| - "https://chromium.googlesource.com/chromium/src.git"
|
| - ],
|
| - "name": "git setup"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "git",
|
| - "retry",
|
| - "fetch",
|
| - "origin",
|
| - "master",
|
| - "--recurse-submodules"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| - "name": "git fetch"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "git",
|
| - "checkout",
|
| - "-f",
|
| - "FETCH_HEAD"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| - "name": "git checkout"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "git",
|
| - "clean",
|
| - "-f",
|
| - "-d",
|
| - "-x"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| - "name": "git clean"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "git",
|
| - "submodule",
|
| - "sync"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| - "name": "submodule sync"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "git",
|
| - "submodule",
|
| - "update",
|
| - "--init",
|
| - "--recursive"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| - "name": "submodule update"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "git",
|
| - "count-objects",
|
| - "-v"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| - "name": "count-objects",
|
| - "stdout": "/path/to/tmp/",
|
| - "~followup_annotations": [
|
| - "step returned non-zero exit code: 1",
|
| - "@@@STEP_EXCEPTION@@@"
|
| - ]
|
| - },
|
| - {
|
| - "name": "$final_result",
|
| - "reason": "Infra Failure: Step('count-objects') returned 1",
|
| - "status_code": 1
|
| - }
|
| -]
|
|
|