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

Unified Diff: scripts/slave/recipe_modules/git/example.expected/count-objects_failed_build.json

Issue 846073004: Revert of android: Add entry for 'skia_unittests' to UNIT_TESTS list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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
« no previous file with comments | « no previous file | scripts/slave/recipes/android/tester.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..e618c122be7d8889a5f0d71a6d1569a4b431a4c7
--- /dev/null
+++ b/scripts/slave/recipe_modules/git/example.expected/count-objects_failed_build.json
@@ -0,0 +1,86 @@
+[
+ {
+ "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
+ }
+]
« no previous file with comments | « no previous file | scripts/slave/recipes/android/tester.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698