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

Unified Diff: recipe_modules/git/example.expected/rebase_failed.json

Issue 1644173002: Revert of depot_tools: import bot_update gclient git rietveld tryserver recipe modules (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 11 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
Index: recipe_modules/git/example.expected/rebase_failed.json
diff --git a/recipe_modules/git/example.expected/rebase_failed.json b/recipe_modules/git/example.expected/rebase_failed.json
deleted file mode 100644
index 5864551cf2c248433ad7aad676aa61be5eb1480c..0000000000000000000000000000000000000000
--- a/recipe_modules/git/example.expected/rebase_failed.json
+++ /dev/null
@@ -1,167 +0,0 @@
-[
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[git]/resources/git_setup.py",
- "--path",
- "[SLAVE_BUILD]/src",
- "--url",
- "https://chromium.googlesource.com/chromium/src.git"
- ],
- "cwd": "[SLAVE_BUILD]",
- "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",
- "-c",
- "foo=bar",
- "count-objects",
- "-v"
- ],
- "cwd": "[SLAVE_BUILD]/src",
- "name": "count-objects",
- "stdout": "/path/to/tmp/"
- },
- {
- "cmd": [
- "git",
- "config",
- "--get",
- "remote.origin.url"
- ],
- "cwd": "[SLAVE_BUILD]/src",
- "name": "git config remote.origin.url",
- "stdout": "/path/to/tmp/",
- "~followup_annotations": [
- "@@@STEP_TEXT@foo@@@"
- ]
- },
- {
- "cmd": [
- "git",
- "show",
- "HEAD",
- "--format=%at",
- "-s"
- ],
- "cwd": "[SLAVE_BUILD]/src",
- "name": "git show",
- "stdout": "/path/to/tmp/"
- },
- {
- "cmd": [
- "git",
- "fetch",
- "origin",
- "--tags"
- ],
- "cwd": "[SLAVE_BUILD]/src",
- "name": "git fetch tags"
- },
- {
- "cmd": [
- "git",
- "status"
- ],
- "cwd": "[SLAVE_BUILD]/src",
- "name": "git status"
- },
- {
- "cmd": [
- "git",
- "status"
- ],
- "cwd": "[SLAVE_BUILD]/src",
- "name": "git status can_fail_build"
- },
- {
- "cmd": [
- "git",
- "status"
- ],
- "cwd": "[SLAVE_BUILD]/src",
- "name": "git status cannot_fail_build"
- },
- {
- "cmd": [
- "git",
- "rebase",
- "origin/master"
- ],
- "cwd": "[SLAVE_BUILD]/src",
- "name": "my repo rebase",
- "~followup_annotations": [
- "step returned non-zero exit code: 1",
- "@@@STEP_EXCEPTION@@@"
- ]
- },
- {
- "cmd": [
- "git",
- "rebase",
- "--abort"
- ],
- "cwd": "[SLAVE_BUILD]/src",
- "name": "my repo rebase abort"
- },
- {
- "name": "$result",
- "reason": "Infra Failure: Step('my repo rebase') returned 1",
- "status_code": 1
- }
-]
« no previous file with comments | « recipe_modules/git/example.expected/platform_win.json ('k') | recipe_modules/git/example.expected/remote_not_origin.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698