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

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

Issue 1721593002: Flip win_chromium_x64_rel_ng to MB, GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 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_trybot.expected/full_tryserver_chromium_win_win_chromium_x64_rel_ng.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_x64_rel_ng.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_x64_rel_ng.json
index 0d9118603422dd8ec2abd005d88a74983f527d3f..25693e0dc9f324085aee148ec2967b7028802483 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_x64_rel_ng.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_x64_rel_ng.json
@@ -134,6 +134,7 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
+ "GYP_CHROMIUM_NO_ACTION": "1",
"GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1",
"PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]"
},
@@ -231,23 +232,11 @@
"@@@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@ \"crash_service\"@@@",
- "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@",
- "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@",
- "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@",
- "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@",
- "@@@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\": [], @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@",
"@@@STEP_LOG_LINE@analyze_details@}@@@",
"@@@STEP_LOG_END@analyze_details@@@"
]
@@ -256,92 +245,12 @@
"cmd": [
"python",
"-u",
- "[BUILD]\\scripts\\slave\\cleanup_temp.py"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "cleanup_temp"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[BUILD]\\scripts\\slave\\compile.py",
- "--target",
- "Release_x64",
- "--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",
- "--",
- "crash_service",
- "mini_installer"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "compile (with patch)",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
- "@@@STEP_LOG_END@json.output (invalid)@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
"import sys; sys.exit(0)"
],
"cwd": "[SLAVE_BUILD]",
"name": "mark: before_tests"
},
{
- "cmd": [
- "python",
- "-u",
- "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
- "--target",
- "Release_x64"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "start_crash_service"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\test_installer.py",
- "--build-dir",
- "[SLAVE_BUILD]\\src\\out",
- "--target",
- "Release_x64",
- "--force-clean",
- "--config",
- "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config",
- "--write-full-results-to",
- "/path/to/tmp/json"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "test_installer (with patch)"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[BUILD]\\scripts\\slave\\process_dumps.py",
- "--target",
- "Release_x64"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "process_dumps"
- },
- {
"name": "$result",
"recipe_result": null,
"status_code": 0

Powered by Google App Engine
This is Rietveld 408576698