Manually roll recipes.cfg recipe_engine 2c5509f:9d78ba3

TBR=estaab, iannucci, martiniss

BUG=chromium:593999

Review-Url: https://codereview.chromium.org/2132363002
changes/90/365990/1
phajdan.jr 9 years ago committed by Commit bot
parent dee56dd717
commit b2580abf45

@ -5,5 +5,5 @@ deps {
project_id: "recipe_engine" project_id: "recipe_engine"
url: "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" url: "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git"
branch: "master" branch: "master"
revision: "2c5509f0c2cd87af90844ed597d9aaa108194943" revision: "9d78ba349aba023d424f6bfd483bdf4e5add9de5"
} }

@ -55,6 +55,7 @@
{ {
"name": "$result", "name": "$result",
"reason": "Infra Failure: Step('bot_update') returned 1", "reason": "Infra Failure: Step('bot_update') returned 1",
"recipe_result": null,
"status_code": 1 "status_code": 1
} }
] ]

@ -76,6 +76,7 @@
{ {
"name": "$result", "name": "$result",
"reason": "Step('Patch failure') failed with return_code 1", "reason": "Step('Patch failure') failed with return_code 1",
"recipe_result": null,
"status_code": 1 "status_code": 1
} }
] ]

@ -76,6 +76,7 @@
{ {
"name": "$result", "name": "$result",
"reason": "Infra Failure: Step('Patch failure') returned 1", "reason": "Infra Failure: Step('Patch failure') returned 1",
"recipe_result": null,
"status_code": 1 "status_code": 1
} }
] ]

@ -148,6 +148,7 @@
{ {
"name": "$result", "name": "$result",
"reason": "Infra Failure: Step('git status can_fail_build') returned 1", "reason": "Infra Failure: Step('git status can_fail_build') returned 1",
"recipe_result": null,
"status_code": 1 "status_code": 1
} }
] ]

@ -97,6 +97,7 @@
{ {
"name": "$result", "name": "$result",
"reason": "count-objects failed: invalid literal for long() with base 10: 'xxx'", "reason": "count-objects failed: invalid literal for long() with base 10: 'xxx'",
"recipe_result": null,
"status_code": 1 "status_code": 1
} }
] ]

@ -174,6 +174,7 @@
{ {
"name": "$result", "name": "$result",
"reason": "Infra Failure: Step('my repo rebase') returned 1", "reason": "Infra Failure: Step('my repo rebase') returned 1",
"recipe_result": null,
"status_code": 1 "status_code": 1
} }
] ]

@ -99,6 +99,7 @@
{ {
"name": "$result", "name": "$result",
"reason": "Step('fail') failed with return_code 1", "reason": "Step('fail') failed with return_code 1",
"recipe_result": null,
"status_code": 1 "status_code": 1
} }
] ]

@ -79,6 +79,7 @@
{ {
"name": "$result", "name": "$result",
"reason": "Step('fail') failed with return_code 1", "reason": "Step('fail') failed with return_code 1",
"recipe_result": null,
"status_code": 1 "status_code": 1
} }
] ]

@ -79,6 +79,7 @@
{ {
"name": "$result", "name": "$result",
"reason": "Step('fail') failed with return_code 1", "reason": "Step('fail') failed with return_code 1",
"recipe_result": null,
"status_code": 1 "status_code": 1
} }
] ]

@ -63,6 +63,7 @@
{ {
"name": "$result", "name": "$result",
"reason": "Step('fail') failed with return_code 1", "reason": "Step('fail') failed with return_code 1",
"recipe_result": null,
"status_code": 1 "status_code": 1
} }
] ]

@ -38,6 +38,7 @@
{ {
"name": "$result", "name": "$result",
"reason": "Step('fail') failed with return_code 1", "reason": "Step('fail') failed with return_code 1",
"recipe_result": null,
"status_code": 1 "status_code": 1
} }
] ]

@ -38,6 +38,7 @@
{ {
"name": "$result", "name": "$result",
"reason": "Step('fail') failed with return_code 1", "reason": "Step('fail') failed with return_code 1",
"recipe_result": null,
"status_code": 1 "status_code": 1
} }
] ]
Loading…
Cancel
Save