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

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

Issue 1613013003: libyuv: Remove Mac 32-bit builders (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_mac_rel.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master",
8 "tryserver.libyuv",
9 "--builder",
10 "mac_x64_rel",
11 "--slave",
12 "slavename",
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/libyuv/libyuv'}]",
15 "--root",
16 "src",
17 "--revision_mapping_file",
18 "{}",
19 "--patch_url",
20 "try_job_svn_patch",
21 "--output_json",
22 "/path/to/tmp/json",
23 "--revision",
24 "src@12345",
25 "--force",
26 "--output_manifest"
27 ],
28 "cwd": "[SLAVE_BUILD]",
29 "name": "bot_update",
30 "~followup_annotations": [
31 "@@@STEP_TEXT@Some step text@@@",
32 "@@@STEP_LOG_LINE@json.output@{@@@",
33 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
36 "@@@STEP_LOG_LINE@json.output@ }, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
43 "@@@STEP_LOG_LINE@json.output@}@@@",
44 "@@@STEP_LOG_END@json.output@@@"
45 ]
46 },
47 {
48 "cmd": [
49 "python",
50 "-u",
51 "[DEPOT_TOOLS]/gclient.py",
52 "runhooks"
53 ],
54 "cwd": "[SLAVE_BUILD]",
55 "env": {
56 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
57 },
58 "name": "gclient runhooks"
59 },
60 {
61 "allow_subannotations": true,
62 "cmd": [
63 "python",
64 "-u",
65 "[BUILD]/scripts/slave/clang_revision.py",
66 "--src-dir",
67 "[SLAVE_BUILD]/src",
68 "--output-json",
69 "/path/to/tmp/json"
70 ],
71 "cwd": "[SLAVE_BUILD]",
72 "name": "clang_revision",
73 "~followup_annotations": [
74 "@@@STEP_LOG_LINE@json.output@{@@@",
75 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
76 "@@@STEP_LOG_LINE@json.output@}@@@",
77 "@@@STEP_LOG_END@json.output@@@"
78 ]
79 },
80 {
81 "cmd": [
82 "python",
83 "-u",
84 "[BUILD]/scripts/slave/compile.py",
85 "--target",
86 "Release",
87 "--src-dir",
88 "[SLAVE_BUILD]/src",
89 "--build-tool",
90 "ninja",
91 "--compiler",
92 "goma-clang",
93 "--goma-jsonstatus",
94 "/path/to/tmp/json",
95 "--goma-dir",
96 "[BUILD]/goma",
97 "--goma-fail-fast",
98 "--goma-disable-local-fallback",
99 "--",
100 "All"
101 ],
102 "cwd": "[SLAVE_BUILD]",
103 "name": "compile",
104 "~followup_annotations": [
105 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
106 "@@@STEP_LOG_END@json.output (invalid)@@@"
107 ]
108 },
109 {
110 "cmd": [
111 "python",
112 "-u",
113 "[BUILD]/scripts/slave/runtest.py",
114 "--target",
115 "Release",
116 "--factory-properties",
117 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_x64_rel\", \"maste rname\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
118 "--build-properties",
119 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_x64_rel\", \"maste rname\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
120 "--step-name=libyuv_unittest",
121 "--builder-name=mac_x64_rel",
122 "--slave-name=slavename",
123 "libyuv_unittest"
124 ],
125 "cwd": "[SLAVE_BUILD]",
126 "name": "libyuv_unittest"
127 },
128 {
129 "name": "$result",
130 "recipe_result": null,
131 "status_code": 0
132 }
133 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_mac_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698