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

Side by Side Diff: scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_rel_clobber.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 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 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
45 "[SLAVE_BUILD]/crashpad/out"
46 ],
47 "cwd": "[SLAVE_BUILD]",
48 "name": "rmtree out",
49 "~followup_annotations": [
50 "@@@STEP_LOG_LINE@python.inline@@@@",
51 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
52 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
53 "@@@STEP_LOG_LINE@python.inline@@@@",
54 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
55 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
56 "@@@STEP_LOG_END@python.inline@@@"
57 ]
58 },
59 {
60 "cmd": [
61 "python",
62 "-u",
63 "[DEPOT_TOOLS]/gclient.py",
64 "runhooks"
65 ],
66 "cwd": "[SLAVE_BUILD]",
67 "name": "gclient runhooks"
68 },
69 {
70 "cmd": [
71 "ninja",
72 "-C",
73 "[SLAVE_BUILD]/crashpad/out/Release"
74 ],
75 "cwd": "[SLAVE_BUILD]",
76 "name": "compile with ninja"
77 },
78 {
79 "cmd": [
80 "python",
81 "-u",
82 "[SLAVE_BUILD]/crashpad/build/run_tests.py",
83 "Release"
84 ],
85 "cwd": "[SLAVE_BUILD]",
86 "name": "run tests"
87 }
88 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698