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

Side by Side Diff: scripts/slave/recipes/pdfium.expected/try-linux_xfa_asan.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase 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
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 "tryserver.client.pdfium", 8 "tryserver.client.pdfium",
9 "--builder", 9 "--builder",
10 "linux_xfa_asan", 10 "linux_xfa_asan",
(...skipping 13 matching lines...) Expand all
24 "1", 24 "1",
25 "--rietveld_server", 25 "--rietveld_server",
26 "https://codereview.chromium.org", 26 "https://codereview.chromium.org",
27 "--output_json", 27 "--output_json",
28 "/path/to/tmp/json", 28 "/path/to/tmp/json",
29 "--revision", 29 "--revision",
30 "pdfium@HEAD", 30 "pdfium@HEAD",
31 "--force", 31 "--force",
32 "--output_manifest" 32 "--output_manifest"
33 ], 33 ],
34 "cwd": "[SLAVE_BUILD]",
35 "env": { 34 "env": {
36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
37 }, 36 },
38 "name": "bot_update", 37 "name": "bot_update",
39 "~followup_annotations": [ 38 "~followup_annotations": [
40 "@@@STEP_TEXT@Some step text@@@", 39 "@@@STEP_TEXT@Some step text@@@",
41 "@@@STEP_LOG_LINE@json.output@{@@@", 40 "@@@STEP_LOG_LINE@json.output@{@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@",
45 "@@@STEP_LOG_LINE@json.output@ }, @@@", 44 "@@@STEP_LOG_LINE@json.output@ }, @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", 45 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
47 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 46 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
48 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@", 47 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@",
49 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 48 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
50 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@", 49 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@",
51 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 50 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
52 "@@@STEP_LOG_LINE@json.output@}@@@", 51 "@@@STEP_LOG_LINE@json.output@}@@@",
53 "@@@STEP_LOG_END@json.output@@@" 52 "@@@STEP_LOG_END@json.output@@@"
54 ] 53 ]
55 }, 54 },
56 { 55 {
57 "cmd": [ 56 "cmd": [
58 "python", 57 "python",
59 "-u", 58 "-u",
60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
61 "runhooks" 60 "runhooks"
62 ], 61 ],
63 "cwd": "[SLAVE_BUILD]",
64 "env": { 62 "env": {
65 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=0", 63 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=0",
66 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 64 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
67 }, 65 },
68 "name": "gclient runhooks" 66 "name": "gclient runhooks"
69 }, 67 },
70 { 68 {
71 "cmd": [ 69 "cmd": [
72 "ninja", 70 "ninja",
73 "-C", 71 "-C",
74 "[SLAVE_BUILD]/pdfium/out/Debug" 72 "[SLAVE_BUILD]/pdfium/out/Debug"
75 ], 73 ],
76 "cwd": "[SLAVE_BUILD]",
77 "name": "compile with ninja" 74 "name": "compile with ninja"
78 }, 75 },
79 { 76 {
80 "cmd": [ 77 "cmd": [
81 "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_unittests" 78 "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_unittests"
82 ], 79 ],
83 "cwd": "[SLAVE_BUILD]/pdfium", 80 "cwd": "[SLAVE_BUILD]/pdfium",
84 "name": "unittests" 81 "name": "unittests"
85 }, 82 },
86 { 83 {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 ], 119 ],
123 "cwd": "[SLAVE_BUILD]/pdfium", 120 "cwd": "[SLAVE_BUILD]/pdfium",
124 "name": "corpus tests" 121 "name": "corpus tests"
125 }, 122 },
126 { 123 {
127 "name": "$result", 124 "name": "$result",
128 "recipe_result": null, 125 "recipe_result": null,
129 "status_code": 0 126 "status_code": 0
130 } 127 }
131 ] 128 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/pdfium.expected/mac_xfa.json ('k') | scripts/slave/recipes/pdfium.expected/win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698