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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac32_debug.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
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master",
8 "client.libyuv",
9 "--builder",
10 "Mac32 Debug",
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 "--output_json",
20 "/path/to/tmp/json",
21 "--revision",
22 "src@12345",
23 "--force",
24 "--output_manifest"
25 ],
26 "cwd": "[SLAVE_BUILD]",
27 "name": "bot_update",
28 "~followup_annotations": [
29 "@@@STEP_TEXT@Some step text@@@",
30 "@@@STEP_LOG_LINE@json.output@{@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
33 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
34 "@@@STEP_LOG_LINE@json.output@ }, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
41 "@@@STEP_LOG_LINE@json.output@}@@@",
42 "@@@STEP_LOG_END@json.output@@@"
43 ]
44 },
45 {
46 "cmd": [
47 "python",
48 "-u",
49 "[DEPOT_TOOLS]/gclient.py",
50 "runhooks"
51 ],
52 "cwd": "[SLAVE_BUILD]",
53 "env": {
54 "GYP_DEFINES": "clang=1 component=shared_library gomadir='[BUILD]/goma' ta rget_arch=ia32 use_goma=1"
55 },
56 "name": "gclient runhooks"
57 },
58 {
59 "allow_subannotations": true,
60 "cmd": [
61 "python",
62 "-u",
63 "[BUILD]/scripts/slave/clang_revision.py",
64 "--src-dir",
65 "[SLAVE_BUILD]/src",
66 "--output-json",
67 "/path/to/tmp/json"
68 ],
69 "cwd": "[SLAVE_BUILD]",
70 "name": "clang_revision",
71 "~followup_annotations": [
72 "@@@STEP_LOG_LINE@json.output@{@@@",
73 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
74 "@@@STEP_LOG_LINE@json.output@}@@@",
75 "@@@STEP_LOG_END@json.output@@@"
76 ]
77 },
78 {
79 "cmd": [
80 "python",
81 "-u",
82 "[BUILD]/scripts/slave/compile.py",
83 "--target",
84 "Debug",
85 "--src-dir",
86 "[SLAVE_BUILD]/src",
87 "--build-tool",
88 "ninja",
89 "--compiler",
90 "goma-clang",
91 "--goma-jsonstatus",
92 "/path/to/tmp/json",
93 "--goma-dir",
94 "[BUILD]/goma",
95 "--",
96 "All"
97 ],
98 "cwd": "[SLAVE_BUILD]",
99 "name": "compile",
100 "~followup_annotations": [
101 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
102 "@@@STEP_LOG_END@json.output (invalid)@@@"
103 ]
104 },
105 {
106 "cmd": [
107 "python",
108 "-u",
109 "[BUILD]/scripts/slave/runtest.py",
110 "--target",
111 "Debug",
112 "--factory-properties",
113 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac32 Debug\", \"mastern ame\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\" , \"slavename\": \"slavename\"}",
114 "--build-properties",
115 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac32 Debug\", \"mastern ame\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\" , \"slavename\": \"slavename\"}",
116 "--step-name=libyuv_unittest",
117 "--builder-name=Mac32 Debug",
118 "--slave-name=slavename",
119 "libyuv_unittest"
120 ],
121 "cwd": "[SLAVE_BUILD]",
122 "name": "libyuv_unittest"
123 },
124 {
125 "name": "$result",
126 "recipe_result": null,
127 "status_code": 0
128 }
129 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/libyuv/libyuv.py ('k') | scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac32_release.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698