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

Side by Side Diff: scripts/slave/recipes/syzygy/coverage.expected/full_master_client_syzygy_Syzygy_Coverage.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
8 "name": "taskkill" 9 "name": "taskkill"
9 }, 10 },
10 { 11 {
11 "cmd": [ 12 "cmd": [
12 "python", 13 "python",
13 "-u", 14 "-u",
14 "[DEPOT_TOOLS]\\gclient.py", 15 "[DEPOT_TOOLS]\\gclient.py",
15 "config", 16 "config",
16 "--spec", 17 "--spec",
17 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS.syzygy', 'managed': Fa lse, 'name': 'src', 'url': 'https://github.com/google/syzygy.git'}, {'deps_file' : 'DEPS', 'managed': False, 'name': 'src-internal', 'url': 'svn://svn.chromium.o rg/chrome-internal/trunk/syzygy/internal.DEPS'}]" 18 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS.syzygy', 'managed': Fa lse, 'name': 'src', 'url': 'https://github.com/google/syzygy.git'}, {'deps_file' : 'DEPS', 'managed': False, 'name': 'src-internal', 'url': 'svn://svn.chromium.o rg/chrome-internal/trunk/syzygy/internal.DEPS'}]"
18 ], 19 ],
20 "cwd": "[SLAVE_BUILD]",
19 "name": "gclient setup" 21 "name": "gclient setup"
20 }, 22 },
21 { 23 {
22 "cmd": [ 24 "cmd": [
23 "python", 25 "python",
24 "-u", 26 "-u",
25 "[DEPOT_TOOLS]\\gclient.py", 27 "[DEPOT_TOOLS]\\gclient.py",
26 "sync", 28 "sync",
27 "--nohooks", 29 "--nohooks",
28 "--force", 30 "--force",
29 "--verbose", 31 "--verbose",
30 "--delete_unversioned_trees", 32 "--delete_unversioned_trees",
31 "--revision", 33 "--revision",
32 "src@0e9f25b1098271be2b096fd1c095d6d907cf86f7", 34 "src@0e9f25b1098271be2b096fd1c095d6d907cf86f7",
33 "--output-json", 35 "--output-json",
34 "/path/to/tmp/json" 36 "/path/to/tmp/json"
35 ], 37 ],
38 "cwd": "[SLAVE_BUILD]",
36 "name": "gclient sync", 39 "name": "gclient sync",
37 "~followup_annotations": [ 40 "~followup_annotations": [
38 "@@@STEP_LOG_LINE@json.output@{@@@", 41 "@@@STEP_LOG_LINE@json.output@{@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"src-internal/\": {@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"src-internal/\": {@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274229@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274229@@@",
42 "@@@STEP_LOG_LINE@json.output@ }, @@@", 45 "@@@STEP_LOG_LINE@json.output@ }, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", 46 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", 47 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@",
45 "@@@STEP_LOG_LINE@json.output@ }@@@", 48 "@@@STEP_LOG_LINE@json.output@ }@@@",
46 "@@@STEP_LOG_LINE@json.output@ }@@@", 49 "@@@STEP_LOG_LINE@json.output@ }@@@",
47 "@@@STEP_LOG_LINE@json.output@}@@@", 50 "@@@STEP_LOG_LINE@json.output@}@@@",
48 "@@@STEP_LOG_END@json.output@@@", 51 "@@@STEP_LOG_END@json.output@@@",
49 "@@@STEP_LINK@170242@https://github.com/google/syzygy/commit/170242@@@", 52 "@@@STEP_LINK@170242@https://github.com/google/syzygy/commit/170242@@@",
50 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@" 53 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@"
51 ] 54 ]
52 }, 55 },
53 { 56 {
54 "cmd": [ 57 "cmd": [
55 "python", 58 "python",
56 "-u", 59 "-u",
57 "[DEPOT_TOOLS]\\gclient.py", 60 "[DEPOT_TOOLS]\\gclient.py",
58 "runhooks" 61 "runhooks"
59 ], 62 ],
63 "cwd": "[SLAVE_BUILD]",
60 "env": { 64 "env": {
61 "GYP_DEFINES": "target_arch=ia32", 65 "GYP_DEFINES": "target_arch=ia32",
62 "GYP_GENERATORS": "msvs", 66 "GYP_GENERATORS": "msvs",
63 "GYP_MSVS_VERSION": "2013" 67 "GYP_MSVS_VERSION": "2013"
64 }, 68 },
65 "name": "gclient runhooks" 69 "name": "gclient runhooks"
66 }, 70 },
67 { 71 {
68 "cmd": [ 72 "cmd": [
69 "python", 73 "python",
70 "-u", 74 "-u",
71 "[BUILD]\\scripts\\slave\\compile.py", 75 "[BUILD]\\scripts\\slave\\compile.py",
72 "--target", 76 "--target",
73 "Coverage", 77 "Coverage",
74 "--src-dir", 78 "--src-dir",
75 "[SLAVE_BUILD]\\src", 79 "[SLAVE_BUILD]\\src",
76 "--build-tool", 80 "--build-tool",
77 "vs", 81 "vs",
78 "--solution", 82 "--solution",
79 "[SLAVE_BUILD]\\src\\syzygy\\syzygy.sln", 83 "[SLAVE_BUILD]\\src\\syzygy\\syzygy.sln",
80 "--project", 84 "--project",
81 "build_all" 85 "build_all"
82 ], 86 ],
87 "cwd": "[SLAVE_BUILD]",
83 "name": "compile" 88 "name": "compile"
84 }, 89 },
85 { 90 {
86 "cmd": [ 91 "cmd": [
87 "python", 92 "python",
88 "-u", 93 "-u",
89 "[SLAVE_BUILD]\\src\\syzygy\\build\\generate_coverage.py", 94 "[SLAVE_BUILD]\\src\\syzygy\\build\\generate_coverage.py",
90 "--verbose", 95 "--verbose",
91 "--syzygy", 96 "--syzygy",
92 "--build-dir", 97 "--build-dir",
93 "[SLAVE_BUILD]\\src\\build\\Coverage" 98 "[SLAVE_BUILD]\\src\\build\\Coverage"
94 ], 99 ],
100 "cwd": "[SLAVE_BUILD]",
95 "name": "capture_unittest_coverage" 101 "name": "capture_unittest_coverage"
96 }, 102 },
97 { 103 {
98 "cmd": [ 104 "cmd": [
99 "python", 105 "python",
100 "-u", 106 "-u",
101 "[BUILD]\\scripts\\slave\\syzygy\\gsutil_cp_dir.py", 107 "[BUILD]\\scripts\\slave\\syzygy\\gsutil_cp_dir.py",
102 "[SLAVE_BUILD]\\src\\build\\Coverage\\cov", 108 "[SLAVE_BUILD]\\src\\build\\Coverage\\cov",
103 "gs://syzygy-archive/builds/coverage/170242" 109 "gs://syzygy-archive/builds/coverage/170242"
104 ], 110 ],
111 "cwd": "[SLAVE_BUILD]",
105 "name": "archive_coverage", 112 "name": "archive_coverage",
106 "~followup_annotations": [ 113 "~followup_annotations": [
107 "@@@STEP_LINK@coverage_report@https://syzygy-archive.commondatastorage.goo gleapis.com/builds/coverage/170242/index.html@@@" 114 "@@@STEP_LINK@coverage_report@https://syzygy-archive.commondatastorage.goo gleapis.com/builds/coverage/170242/index.html@@@"
108 ] 115 ]
109 } 116 }
110 ] 117 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698