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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_gn_rel.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 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "android_gn_rel", 10 "android_gn_rel",
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'}]\ntarget_os = ['android']", 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'}]\ntarget_os = ['android']",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{}", 18 "{}",
19 "--patch_url", 19 "--patch_url",
20 "try_job_svn_patch", 20 "try_job_svn_patch",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "src@12345", 24 "src@12345",
25 "--force" 25 "--force"
26 ], 26 ],
27 "cwd": "[SLAVE_BUILD]",
27 "name": "bot_update", 28 "name": "bot_update",
28 "~followup_annotations": [ 29 "~followup_annotations": [
29 "@@@STEP_TEXT@Some step text@@@", 30 "@@@STEP_TEXT@Some step text@@@",
30 "@@@STEP_LOG_LINE@json.output@{@@@", 31 "@@@STEP_LOG_LINE@json.output@{@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 32 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
37 "@@@STEP_LOG_LINE@json.output@}@@@", 38 "@@@STEP_LOG_LINE@json.output@}@@@",
38 "@@@STEP_LOG_END@json.output@@@" 39 "@@@STEP_LOG_END@json.output@@@"
39 ] 40 ]
40 }, 41 },
41 { 42 {
42 "cmd": [ 43 "cmd": [
43 "python", 44 "python",
44 "-u", 45 "-u",
45 "[DEPOT_TOOLS]/gclient.py", 46 "[DEPOT_TOOLS]/gclient.py",
46 "runhooks" 47 "runhooks"
47 ], 48 ],
49 "cwd": "[SLAVE_BUILD]",
48 "env": { 50 "env": {
49 "GYP_CHROMIUM_NO_ACTION": "1", 51 "GYP_CHROMIUM_NO_ACTION": "1",
50 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 52 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
51 }, 53 },
52 "name": "gclient runhooks" 54 "name": "gclient runhooks"
53 }, 55 },
54 { 56 {
55 "cmd": [ 57 "cmd": [
56 "python", 58 "python",
57 "-u", 59 "-u",
58 "[DEPOT_TOOLS]/gn.py", 60 "[DEPOT_TOOLS]/gn.py",
59 "--root=[SLAVE_BUILD]/src", 61 "--root=[SLAVE_BUILD]/src",
60 "gen", 62 "gen",
61 "//out/Release", 63 "//out/Release",
62 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t rue goma_dir=\"[BUILD]/goma\"" 64 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t rue goma_dir=\"[BUILD]/goma\""
63 ], 65 ],
66 "cwd": "[SLAVE_BUILD]",
64 "name": "gn" 67 "name": "gn"
65 }, 68 },
66 { 69 {
67 "cmd": [ 70 "cmd": [
68 "python", 71 "python",
69 "-u", 72 "-u",
70 "[BUILD]/scripts/slave/compile.py", 73 "[BUILD]/scripts/slave/compile.py",
71 "--target", 74 "--target",
72 "Release", 75 "Release",
73 "--src-dir", 76 "--src-dir",
74 "[SLAVE_BUILD]/src", 77 "[SLAVE_BUILD]/src",
75 "--build-tool", 78 "--build-tool",
76 "ninja", 79 "ninja",
77 "--compiler", 80 "--compiler",
78 "goma", 81 "goma",
79 "--goma-dir", 82 "--goma-dir",
80 "[BUILD]/goma", 83 "[BUILD]/goma",
81 "--", 84 "--",
82 "all" 85 "all"
83 ], 86 ],
87 "cwd": "[SLAVE_BUILD]",
84 "env": { 88 "env": {
85 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 89 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
86 }, 90 },
87 "name": "compile" 91 "name": "compile"
88 } 92 }
89 ] 93 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698