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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android_gn.json

Issue 1866763003: libyuv: Add GN bots for Win,Mac,Linux,Android (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix Android names Created 4 years, 8 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master",
8 "client.libyuv",
9 "--builder",
10 "Android GN",
11 "--slave",
12 "slavename",
13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src '}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu m.googlesource.com/libyuv/libyuv'}]\ntarget_os = ['android']",
15 "--root",
16 "src",
17 "--revision_mapping_file",
18 "{}",
19 "--git-cache-dir",
20 "[GIT_CACHE]",
21 "--output_json",
22 "/path/to/tmp/json",
23 "--revision",
24 "src@12345",
25 "--force",
26 "--output_manifest"
27 ],
28 "cwd": "[SLAVE_BUILD]",
29 "env": {
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
31 },
32 "name": "bot_update",
33 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@",
35 "@@@STEP_LOG_LINE@json.output@{@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
39 "@@@STEP_LOG_LINE@json.output@ }, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
46 "@@@STEP_LOG_LINE@json.output@}@@@",
47 "@@@STEP_LOG_END@json.output@@@"
48 ]
49 },
50 {
51 "cmd": [
52 "python",
53 "-u",
54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
55 "runhooks"
56 ],
57 "cwd": "[SLAVE_BUILD]",
58 "env": {
59 "GYP_CHROMIUM_NO_ACTION": "1",
60 "GYP_CROSSCOMPILE": "1",
61 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm use_goma=1",
62 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
63 },
64 "name": "gclient runhooks"
65 },
66 {
67 "cmd": [
68 "python",
69 "-u",
70 "[DEPOT_TOOLS]/gn.py",
71 "--root=[SLAVE_BUILD]/src",
72 "gen",
73 "//out/Release",
74 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t rue goma_dir=\"[BUILD]/goma\""
75 ],
76 "cwd": "[SLAVE_BUILD]",
77 "name": "gn"
78 },
79 {
80 "cmd": [
81 "python",
82 "-u",
83 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
84 "--show-path",
85 "python",
86 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
87 "--ninja-path",
88 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
89 "--target",
90 "Release",
91 "--src-dir",
92 "[SLAVE_BUILD]/src",
93 "--goma-cache-dir",
94 "[GOMA_CACHE]",
95 "--build-tool",
96 "ninja",
97 "--compiler",
98 "goma",
99 "--goma-jsonstatus",
100 "/path/to/tmp/json",
101 "--goma-dir",
102 "[BUILD]/goma",
103 "--",
104 "all"
105 ],
106 "cwd": "[SLAVE_BUILD]",
107 "env": {
108 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
109 },
110 "name": "compile",
111 "~followup_annotations": [
112 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
113 "@@@STEP_LOG_END@json.output (invalid)@@@"
114 ]
115 },
116 {
117 "name": "$result",
118 "recipe_result": null,
119 "status_code": 0
120 }
121 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698