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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder__dbg_.json

Issue 1377453003: Revert of chromium_tests: raise infra failure when no compile targets are specified (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 3 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: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder__dbg_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder__dbg_.json b/scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder__dbg_.json
index f21482ade9796b37af0b08f1ae357adbde5aa9c9..928da4e69373a470fc25c6660c309936144045a8 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder__dbg_.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder__dbg_.json
@@ -142,8 +142,46 @@
"name": "cleanup_temp"
},
{
- "name": "$final_result",
- "reason": "Misconfigured bot: no compile targets",
- "status_code": 1
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]\\scripts\\slave\\compile.py",
+ "--target",
+ "Debug_x64",
+ "--src-dir",
+ "[SLAVE_BUILD]\\src",
+ "--build-tool",
+ "ninja",
+ "--compiler",
+ "goma",
+ "--goma-dir",
+ "[BUILD]\\goma",
+ "--ninja-ensure-up-to-date",
+ "--",
+ "All",
+ "chromium_builder_tests"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "compile"
+ },
+ {
+ "allow_subannotations": true,
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]\\scripts\\slave\\zip_build.py",
+ "--target",
+ "Debug_x64",
+ "--build-url",
+ "gs://chromium-win-archive/chromium.win/Win x64 Builder (dbg)",
+ "--build_revision",
+ "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
+ "--factory-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Win x64 Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
+ "--build-properties",
+ "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Win x64 Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "package build"
}
]

Powered by Google App Engine
This is Rietveld 408576698