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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_archive_rel_ng.json

Issue 1466563002: Remove the 'compile_targets' from 'Linux x64' on the chromium waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 1 month 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_trybot.expected/full_tryserver_chromium_linux_linux_chromium_archive_rel_ng.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_archive_rel_ng.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_archive_rel_ng.json
index ac588b8848d372f4206d8c6b29741e082dbeff2e..bbb0de475a68b4b6363950d7aade4e68737a2e33 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_archive_rel_ng.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_archive_rel_ng.json
@@ -199,15 +199,9 @@
"@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
"@@@STEP_LOG_END@excluded_files@@@",
"@@@STEP_LOG_LINE@analyze_details@{@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
- "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
- "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
- "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
Dirk Pranke 2015/11/20 02:27:14 I'm not sure why this is using [] instead of ["All
"@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@",
"@@@STEP_LOG_LINE@analyze_details@}@@@",
@@ -215,65 +209,6 @@
]
},
{
- "cmd": [
- "python",
- "-u",
- "[BUILD]/scripts/slave/cleanup_temp.py"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "cleanup_temp"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/src/tools/mb/mb.py",
- "gen",
- "-m",
- "tryserver.chromium.linux",
- "-b",
- "linux_chromium_archive_rel_ng",
- "--config-file",
- "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
- "--goma-dir",
- "[BUILD]/goma",
- "//out/Release"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "generate_build_files (with patch)"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[BUILD]/scripts/slave/compile.py",
- "--target",
- "Release",
- "--src-dir",
- "[SLAVE_BUILD]/src",
- "--build-tool",
- "ninja",
- "--compiler",
- "goma",
- "--goma-jsonstatus",
- "/path/to/tmp/json",
- "--goma-dir",
- "[BUILD]/goma",
- "--goma-fail-fast",
- "--goma-disable-local-fallback",
- "--ninja-ensure-up-to-date",
- "--clobber",
- "--",
- "all"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "compile (with patch)",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
- "@@@STEP_LOG_END@json.output (invalid)@@@"
- ]
- },
- {
"name": "$result",
"recipe_result": null,
"status_code": 0

Powered by Google App Engine
This is Rietveld 408576698