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

Unified Diff: scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x86_rel.json

Issue 1354973003: crashpad: set up for wow64 testing (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove unnecessary |slavebuilddir|s 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/crashpad/continuous.expected/crashpad_win_x86_rel.json
diff --git a/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x86_rel.json b/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x86_rel.json
deleted file mode 100644
index 354e665f663c0f35f4b65ae686c89978dd481cd3..0000000000000000000000000000000000000000
--- a/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x86_rel.json
+++ /dev/null
@@ -1,72 +0,0 @@
-[
- {
- "cmd": [
- "python",
- "-u",
- "[DEPOT_TOOLS]/gclient.py",
- "config",
- "--spec",
- "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git'}]"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "gclient setup"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[DEPOT_TOOLS]/gclient.py",
- "sync",
- "--nohooks",
- "--force",
- "--verbose",
- "--delete_unversioned_trees",
- "--output-json",
- "/path/to/tmp/json"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "gclient sync",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"crashpad/\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"revision\": 16463@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[DEPOT_TOOLS]/gclient.py",
- "runhooks"
- ],
- "cwd": "[SLAVE_BUILD]",
- "env": {
- "GYP_DEFINES": "target_arch=ia32"
- },
- "name": "gclient runhooks"
- },
- {
- "cmd": [
- "ninja",
- "-C",
- "[SLAVE_BUILD]/crashpad/out/Release"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "compile with ninja"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/crashpad/build/run_tests.py",
- "Release"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "run tests"
- }
-]

Powered by Google App Engine
This is Rietveld 408576698