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

Unified Diff: scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.json

Issue 1871583004: Revert "Remove references to crash_service, which is no longer needed." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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 | « scripts/slave/recipes/findit/chromium/test.expected/test_without_targets_not_skipped.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.json
diff --git a/scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.json b/scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.json
index 5337ba81152e2783c8d5675fd371e9298306133c..62b394622b1d0a9371de1980c811dec287295202 100644
--- a/scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.json
+++ b/scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.json
@@ -465,7 +465,8 @@
"@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"affected_tests\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests_run\"@@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"affected_tests_run\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@",
"@@@STEP_LOG_LINE@analyze_details@ ], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"affected_tests\", @@@",
@@ -568,7 +569,8 @@
"--ninja-ensure-up-to-date",
"--",
"affected_tests",
- "affected_tests_run"
+ "affected_tests_run",
+ "crash_service"
],
"cwd": "[SLAVE_BUILD]",
"name": "test r1.compile",
@@ -622,6 +624,20 @@
"cmd": [
"python",
"-u",
+ "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.py",
+ "--target",
+ "Release"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "test r1.start_crash_service",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
"trigger",
"--swarming",
« no previous file with comments | « scripts/slave/recipes/findit/chromium/test.expected/test_without_targets_not_skipped.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698