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

Side by Side Diff: scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_dbg.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, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "[DEPOT_TOOLS]/gclient.py",
7 "config",
8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git '}]"
10 ],
11 "cwd": "[SLAVE_BUILD]",
12 "name": "gclient setup"
13 },
14 {
15 "cmd": [
16 "python",
17 "-u",
18 "[DEPOT_TOOLS]/gclient.py",
19 "sync",
20 "--nohooks",
21 "--force",
22 "--verbose",
23 "--delete_unversioned_trees",
24 "--output-json",
25 "/path/to/tmp/json"
26 ],
27 "cwd": "[SLAVE_BUILD]",
28 "name": "gclient sync",
29 "~followup_annotations": [
30 "@@@STEP_LOG_LINE@json.output@{@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
32 "@@@STEP_LOG_LINE@json.output@ \"crashpad/\": {@@@",
33 "@@@STEP_LOG_LINE@json.output@ \"revision\": 16463@@@",
34 "@@@STEP_LOG_LINE@json.output@ }@@@",
35 "@@@STEP_LOG_LINE@json.output@ }@@@",
36 "@@@STEP_LOG_LINE@json.output@}@@@",
37 "@@@STEP_LOG_END@json.output@@@"
38 ]
39 },
40 {
41 "cmd": [
42 "python",
43 "-u",
44 "[DEPOT_TOOLS]/gclient.py",
45 "runhooks"
46 ],
47 "cwd": "[SLAVE_BUILD]",
48 "name": "gclient runhooks"
49 },
50 {
51 "cmd": [
52 "ninja",
53 "-C",
54 "[SLAVE_BUILD]/crashpad/out/Debug"
55 ],
56 "cwd": "[SLAVE_BUILD]",
57 "name": "compile with ninja"
58 },
59 {
60 "cmd": [
61 "python",
62 "-u",
63 "[SLAVE_BUILD]/crashpad/build/run_tests.py",
64 "Debug"
65 ],
66 "cwd": "[SLAVE_BUILD]",
67 "name": "run tests"
68 }
69 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698