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

Side by Side Diff: scripts/slave/recipes/pdfium.expected/drm_win_xfa.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 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 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--master", 7 "--master",
8 "client.pdfium", 8 "client.pdfium",
9 "--builder", 9 "--builder",
10 "drm_win_xfa", 10 "drm_win_xfa",
11 "--slave", 11 "--slave",
12 "test_slave", 12 "test_slave",
13 "--spec", 13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]", 14 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{' deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.go oglesource.com/pdfium.git'}]",
15 "--root", 15 "--root",
16 "pdfium", 16 "pdfium",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{}", 18 "{}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[ROOT]\\b\\build\\slave\\cache_dir",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "pdfium@HEAD", 24 "pdfium@HEAD",
25 "--force", 25 "--force",
26 "--output_manifest" 26 "--output_manifest"
27 ], 27 ],
28 "cwd": "[SLAVE_BUILD]",
29 "env": { 28 "env": {
30 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 29 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
31 }, 30 },
32 "name": "bot_update", 31 "name": "bot_update",
33 "~followup_annotations": [ 32 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
35 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@",
39 "@@@STEP_LOG_LINE@json.output@ }, @@@", 38 "@@@STEP_LOG_LINE@json.output@ }, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
46 "@@@STEP_LOG_LINE@json.output@}@@@", 45 "@@@STEP_LOG_LINE@json.output@}@@@",
47 "@@@STEP_LOG_END@json.output@@@" 46 "@@@STEP_LOG_END@json.output@@@"
48 ] 47 ]
49 }, 48 },
50 { 49 {
51 "cmd": [ 50 "cmd": [
52 "python", 51 "python",
53 "-u", 52 "-u",
54 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 53 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
55 "runhooks" 54 "runhooks"
56 ], 55 ],
57 "cwd": "[SLAVE_BUILD]",
58 "env": { 56 "env": {
59 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1", 57 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1",
60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 58 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
61 }, 59 },
62 "name": "gclient runhooks" 60 "name": "gclient runhooks"
63 }, 61 },
64 { 62 {
65 "cmd": [ 63 "cmd": [
66 "ninja", 64 "ninja",
67 "-C", 65 "-C",
68 "[SLAVE_BUILD]\\pdfium\\out\\Debug" 66 "[CWD]\\pdfium\\out\\Debug"
69 ], 67 ],
70 "cwd": "[SLAVE_BUILD]",
71 "name": "compile with ninja" 68 "name": "compile with ninja"
72 }, 69 },
73 { 70 {
74 "cmd": [ 71 "cmd": [
75 "python", 72 "python",
76 "-u", 73 "-u",
77 "[SLAVE_BUILD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py", 74 "[CWD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py",
78 "--test", 75 "--test",
79 "pdfium_unittests" 76 "pdfium_unittests"
80 ], 77 ],
81 "cwd": "[SLAVE_BUILD]\\pdfium", 78 "cwd": "[CWD]\\pdfium",
82 "name": "unittests" 79 "name": "unittests"
83 }, 80 },
84 { 81 {
85 "cmd": [ 82 "cmd": [
86 "python", 83 "python",
87 "-u", 84 "-u",
88 "[SLAVE_BUILD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py", 85 "[CWD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py",
89 "--test", 86 "--test",
90 "pdfium_embeddertests" 87 "pdfium_embeddertests"
91 ], 88 ],
92 "cwd": "[SLAVE_BUILD]\\pdfium", 89 "cwd": "[CWD]\\pdfium",
93 "name": "embeddertests" 90 "name": "embeddertests"
94 }, 91 },
95 { 92 {
96 "cmd": [ 93 "cmd": [
97 "python", 94 "python",
98 "-u", 95 "-u",
99 "[SLAVE_BUILD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py", 96 "[CWD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py",
100 "--test", 97 "--test",
101 "pdfium_javascript" 98 "pdfium_javascript"
102 ], 99 ],
103 "cwd": "[SLAVE_BUILD]\\pdfium", 100 "cwd": "[CWD]\\pdfium",
104 "name": "javascript tests" 101 "name": "javascript tests"
105 }, 102 },
106 { 103 {
107 "cmd": [ 104 "cmd": [
108 "python", 105 "python",
109 "-u", 106 "-u",
110 "[SLAVE_BUILD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py", 107 "[CWD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py",
111 "--test", 108 "--test",
112 "pdfium_pixel" 109 "pdfium_pixel"
113 ], 110 ],
114 "cwd": "[SLAVE_BUILD]\\pdfium", 111 "cwd": "[CWD]\\pdfium",
115 "name": "pixel tests" 112 "name": "pixel tests"
116 }, 113 },
117 { 114 {
118 "cmd": [ 115 "cmd": [
119 "python", 116 "python",
120 "-u", 117 "-u",
121 "[SLAVE_BUILD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py", 118 "[CWD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py",
122 "--test", 119 "--test",
123 "pdfium_corpus" 120 "pdfium_corpus"
124 ], 121 ],
125 "cwd": "[SLAVE_BUILD]\\pdfium", 122 "cwd": "[CWD]\\pdfium",
126 "name": "corpus tests" 123 "name": "corpus tests"
127 }, 124 },
128 { 125 {
129 "name": "$result", 126 "name": "$result",
130 "recipe_result": null, 127 "recipe_result": null,
131 "status_code": 0 128 "status_code": 0
132 } 129 }
133 ] 130 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ozone_ecs.expected/trybot.json ('k') | scripts/slave/recipes/pdfium.expected/linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698