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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux64_release__gn_.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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Linux64 Release (GN)", 10 "Linux64 Release (GN)",
11 "--slave", 11 "--slave",
12 "slavename", 12 "slavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps _file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googles ource.com/external/libyuv'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps _file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googles ource.com/external/libyuv'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{}", 18 "{}",
19 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
21 "--revision", 21 "--revision",
22 "src@12345", 22 "src@12345",
23 "--force" 23 "--force"
24 ], 24 ],
25 "cwd": "[SLAVE_BUILD]",
25 "name": "bot_update", 26 "name": "bot_update",
26 "~followup_annotations": [ 27 "~followup_annotations": [
27 "@@@STEP_TEXT@Some step text@@@", 28 "@@@STEP_TEXT@Some step text@@@",
28 "@@@STEP_LOG_LINE@json.output@{@@@", 29 "@@@STEP_LOG_LINE@json.output@{@@@",
29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
35 "@@@STEP_LOG_LINE@json.output@}@@@", 36 "@@@STEP_LOG_LINE@json.output@}@@@",
36 "@@@STEP_LOG_END@json.output@@@" 37 "@@@STEP_LOG_END@json.output@@@"
37 ] 38 ]
38 }, 39 },
39 { 40 {
40 "cmd": [ 41 "cmd": [
41 "python", 42 "python",
42 "-u", 43 "-u",
43 "[DEPOT_TOOLS]/gclient.py", 44 "[DEPOT_TOOLS]/gclient.py",
44 "runhooks" 45 "runhooks"
45 ], 46 ],
47 "cwd": "[SLAVE_BUILD]",
46 "env": { 48 "env": {
47 "GYP_CHROMIUM_NO_ACTION": "1" 49 "GYP_CHROMIUM_NO_ACTION": "1"
48 }, 50 },
49 "name": "gclient runhooks" 51 "name": "gclient runhooks"
50 }, 52 },
51 { 53 {
52 "cmd": [ 54 "cmd": [
53 "python", 55 "python",
54 "-u", 56 "-u",
55 "[DEPOT_TOOLS]/gn.py", 57 "[DEPOT_TOOLS]/gn.py",
56 "--root=[SLAVE_BUILD]/src", 58 "--root=[SLAVE_BUILD]/src",
57 "gen", 59 "gen",
58 "//out/Release", 60 "//out/Release",
59 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD] /goma\"" 61 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD] /goma\""
60 ], 62 ],
63 "cwd": "[SLAVE_BUILD]",
61 "name": "gn" 64 "name": "gn"
62 }, 65 },
63 { 66 {
64 "cmd": [ 67 "cmd": [
65 "python", 68 "python",
66 "-u", 69 "-u",
67 "[BUILD]/scripts/slave/compile.py", 70 "[BUILD]/scripts/slave/compile.py",
68 "--target", 71 "--target",
69 "Release", 72 "Release",
70 "--src-dir", 73 "--src-dir",
71 "[SLAVE_BUILD]/src", 74 "[SLAVE_BUILD]/src",
72 "--build-tool", 75 "--build-tool",
73 "ninja", 76 "ninja",
74 "--compiler", 77 "--compiler",
75 "goma", 78 "goma",
76 "--goma-dir", 79 "--goma-dir",
77 "[BUILD]/goma", 80 "[BUILD]/goma",
78 "--", 81 "--",
79 "all" 82 "all"
80 ], 83 ],
84 "cwd": "[SLAVE_BUILD]",
81 "name": "compile" 85 "name": "compile"
82 }, 86 },
83 { 87 {
84 "cmd": [ 88 "cmd": [
85 "python", 89 "python",
86 "-u", 90 "-u",
87 "[BUILD]/scripts/slave/runtest.py", 91 "[BUILD]/scripts/slave/runtest.py",
88 "--target", 92 "--target",
89 "Release", 93 "Release",
90 "--no-xvfb", 94 "--no-xvfb",
91 "--factory-properties", 95 "--factory-properties",
92 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux64 Release (GN)\" , \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\" : \"12345\", \"slavename\": \"slavename\"}", 96 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux64 Release (GN)\" , \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\" : \"12345\", \"slavename\": \"slavename\"}",
93 "--build-properties", 97 "--build-properties",
94 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux64 Release (GN)\" , \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\" : \"12345\", \"slavename\": \"slavename\"}", 98 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux64 Release (GN)\" , \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\" : \"12345\", \"slavename\": \"slavename\"}",
95 "--builder-name=Linux64 Release (GN)", 99 "--builder-name=Linux64 Release (GN)",
96 "--slave-name=slavename", 100 "--slave-name=slavename",
97 "libyuv_unittest" 101 "libyuv_unittest"
98 ], 102 ],
103 "cwd": "[SLAVE_BUILD]",
99 "name": "libyuv_unittest" 104 "name": "libyuv_unittest"
100 } 105 }
101 ] 106 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698