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

Side by Side Diff: infra/bots/recipes/swarm_presubmit.expected/presubmit.json

Issue 2392663004: Add swarm_presubmit recipe (Closed)
Patch Set: Clean Created 4 years, 2 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 | « infra/bots/recipes/swarm_presubmit.py ('k') | infra/bots/recipes/swarm_trigger.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[CUSTOM_/_B_WORK]", 7 "[CUSTOM_/_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 14 matching lines...) Expand all
25 "cmd": [ 25 "cmd": [
26 "python", 26 "python",
27 "-u", 27 "-u",
28 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 28 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
29 "config", 29 "config",
30 "--spec", 30 "--spec",
31 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.gi t'}]" 31 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.gi t'}]"
32 ], 32 ],
33 "cwd": "[CUSTOM_/_B_WORK]", 33 "cwd": "[CUSTOM_/_B_WORK]",
34 "env": { 34 "env": {
35 "BUILDTYPE": "Debug", 35 "BUILDTYPE": "Release",
36 "CHROME_HEADLESS": "1", 36 "CHROME_HEADLESS": "1",
37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
38 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug" 38 "SKIA_OUT": "[SLAVE_BUILD]/out"
39 }, 39 },
40 "name": "gclient setup" 40 "name": "gclient setup"
41 }, 41 },
42 { 42 {
43 "cmd": [ 43 "cmd": [
44 "python", 44 "python",
45 "-u", 45 "-u",
46 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 46 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
47 "sync", 47 "sync",
48 "--verbose", 48 "--verbose",
49 "--with_branch_heads", 49 "--with_branch_heads",
50 "--nohooks", 50 "--nohooks",
51 "-j8", 51 "-j8",
52 "--reset", 52 "--reset",
53 "--force", 53 "--force",
54 "--upstream", 54 "--upstream",
55 "--no-nag-max", 55 "--no-nag-max",
56 "--delete_unversioned_trees", 56 "--delete_unversioned_trees",
57 "--revision", 57 "--revision",
58 "skia@abc123", 58 "skia@abc123",
59 "--output-json", 59 "--output-json",
60 "/path/to/tmp/json" 60 "/path/to/tmp/json"
61 ], 61 ],
62 "cwd": "[CUSTOM_/_B_WORK]", 62 "cwd": "[CUSTOM_/_B_WORK]",
63 "env": { 63 "env": {
64 "BUILDTYPE": "Debug", 64 "BUILDTYPE": "Release",
65 "CHROME_HEADLESS": "1", 65 "CHROME_HEADLESS": "1",
66 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 66 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
67 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug" 67 "SKIA_OUT": "[SLAVE_BUILD]/out"
68 }, 68 },
69 "name": "gclient sync", 69 "name": "gclient sync",
70 "~followup_annotations": [ 70 "~followup_annotations": [
71 "@@@STEP_LOG_LINE@json.output@{@@@", 71 "@@@STEP_LOG_LINE@json.output@{@@@",
72 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 72 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
73 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 73 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
74 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b 694580e5d17ad10748\"@@@", 74 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b 694580e5d17ad10748\"@@@",
75 "@@@STEP_LOG_LINE@json.output@ }@@@", 75 "@@@STEP_LOG_LINE@json.output@ }@@@",
76 "@@@STEP_LOG_LINE@json.output@ }@@@", 76 "@@@STEP_LOG_LINE@json.output@ }@@@",
77 "@@@STEP_LOG_LINE@json.output@}@@@", 77 "@@@STEP_LOG_LINE@json.output@}@@@",
78 "@@@STEP_LOG_END@json.output@@@", 78 "@@@STEP_LOG_END@json.output@@@",
79 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1 0748\"@@@" 79 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1 0748\"@@@"
80 ] 80 ]
81 }, 81 },
82 { 82 {
83 "cmd": [ 83 "cmd": [
84 "python", 84 "python",
85 "-u", 85 "-u",
86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
87 "recurse", 87 "recurse",
88 "git", 88 "git",
89 "config", 89 "config",
90 "user.name", 90 "user.name",
91 "local_bot" 91 "local_bot"
92 ], 92 ],
93 "cwd": "[CUSTOM_/_B_WORK]", 93 "cwd": "[CUSTOM_/_B_WORK]",
94 "env": { 94 "env": {
95 "BUILDTYPE": "Debug", 95 "BUILDTYPE": "Release",
96 "CHROME_HEADLESS": "1", 96 "CHROME_HEADLESS": "1",
97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", 97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
98 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug" 98 "SKIA_OUT": "[SLAVE_BUILD]/out"
99 }, 99 },
100 "name": "gclient recurse (git config user.name)" 100 "name": "gclient recurse (git config user.name)"
101 }, 101 },
102 { 102 {
103 "cmd": [ 103 "cmd": [
104 "python", 104 "python",
105 "-u", 105 "-u",
106 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 106 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
107 "recurse", 107 "recurse",
108 "git", 108 "git",
109 "config", 109 "config",
110 "user.email", 110 "user.email",
111 "local_bot@example.com" 111 "local_bot@example.com"
112 ], 112 ],
113 "cwd": "[CUSTOM_/_B_WORK]", 113 "cwd": "[CUSTOM_/_B_WORK]",
114 "env": { 114 "env": {
115 "BUILDTYPE": "Debug", 115 "BUILDTYPE": "Release",
116 "CHROME_HEADLESS": "1", 116 "CHROME_HEADLESS": "1",
117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", 117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
118 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug" 118 "SKIA_OUT": "[SLAVE_BUILD]/out"
119 }, 119 },
120 "name": "gclient recurse (git config user.email)" 120 "name": "gclient recurse (git config user.email)"
121 }, 121 },
122 { 122 {
123 "cmd": [ 123 "cmd": [
124 "make", 124 "git",
125 "most" 125 "cl",
126 "presubmit",
127 "--force"
126 ], 128 ],
127 "cwd": "[CUSTOM_/_B_WORK]/skia", 129 "cwd": "[CUSTOM_/_B_WORK]/skia",
128 "env": { 130 "name": "presubmit"
129 "BUILDTYPE": "Debug",
130 "CHROME_HEADLESS": "1",
131 "CHROME_PATH": "[SLAVE_BUILD]/src",
132 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1",
133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
134 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug"
135 },
136 "name": "build most",
137 "~followup_annotations": [
138 "step returned non-zero exit code: 1",
139 "@@@STEP_FAILURE@@@"
140 ]
141 }, 131 },
142 { 132 {
143 "name": "$result", 133 "name": "$result",
144 "reason": "Step('build most') failed with return_code 1",
145 "recipe_result": null, 134 "recipe_result": null,
146 "status_code": 1 135 "status_code": 0
147 } 136 }
148 ] 137 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_presubmit.py ('k') | infra/bots/recipes/swarm_trigger.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698