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

Side by Side Diff: scripts/slave/recipes/skia/swarm_compile.expected/Build-Mac-Clang-Arm7-Release-iOS.json

Issue 2270963002: Make skia recipes explicitly set GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 4 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 "\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 10 matching lines...) Expand all
21 "@@@STEP_LOG_END@python.inline@@@" 21 "@@@STEP_LOG_END@python.inline@@@"
22 ] 22 ]
23 }, 23 },
24 { 24 {
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', 'man aged': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ ntarget_os = ['llvm']" 31 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.gi t'}]\ntarget_os = ['llvm']"
32 ], 32 ],
33 "cwd": "[CUSTOM_/_B_WORK]", 33 "cwd": "[CUSTOM_/_B_WORK]",
34 "env": { 34 "env": {
35 "CHROME_HEADLESS": "1", 35 "CHROME_HEADLESS": "1",
36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
37 "PYTHONPATH": "[BUILD]/scripts" 37 "PYTHONPATH": "[BUILD]/scripts"
38 }, 38 },
39 "name": "gclient setup" 39 "name": "gclient setup"
40 }, 40 },
41 { 41 {
42 "cmd": [ 42 "cmd": [
43 "python", 43 "python",
44 "-u", 44 "-u",
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
46 "sync", 46 "sync",
47 "--verbose",
48 "--with_branch_heads",
47 "--nohooks", 49 "--nohooks",
50 "-j8",
51 "--reset",
48 "--force", 52 "--force",
49 "--verbose", 53 "--upstream",
54 "--no-nag-max",
50 "--delete_unversioned_trees", 55 "--delete_unversioned_trees",
51 "--revision", 56 "--revision",
52 "skia@abc123", 57 "skia@abc123",
53 "--output-json", 58 "--output-json",
54 "/path/to/tmp/json" 59 "/path/to/tmp/json"
55 ], 60 ],
56 "cwd": "[CUSTOM_/_B_WORK]", 61 "cwd": "[CUSTOM_/_B_WORK]",
57 "env": { 62 "env": {
58 "CHROME_HEADLESS": "1", 63 "CHROME_HEADLESS": "1",
59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 64 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
60 "PYTHONPATH": "[BUILD]/scripts" 65 "PYTHONPATH": "[BUILD]/scripts"
61 }, 66 },
62 "name": "gclient sync", 67 "name": "gclient sync",
63 "~followup_annotations": [ 68 "~followup_annotations": [
64 "@@@STEP_LOG_LINE@json.output@{@@@", 69 "@@@STEP_LOG_LINE@json.output@{@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 70 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
66 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 71 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
67 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 72 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b 694580e5d17ad10748\"@@@",
68 "@@@STEP_LOG_LINE@json.output@ }@@@", 73 "@@@STEP_LOG_LINE@json.output@ }@@@",
69 "@@@STEP_LOG_LINE@json.output@ }@@@", 74 "@@@STEP_LOG_LINE@json.output@ }@@@",
70 "@@@STEP_LOG_LINE@json.output@}@@@", 75 "@@@STEP_LOG_LINE@json.output@}@@@",
71 "@@@STEP_LOG_END@json.output@@@", 76 "@@@STEP_LOG_END@json.output@@@",
72 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 77 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1 0748\"@@@"
73 ] 78 ]
74 }, 79 },
75 { 80 {
76 "cmd": [ 81 "cmd": [
77 "python", 82 "python",
78 "-u", 83 "-u",
84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
85 "recurse",
86 "git",
87 "config",
88 "user.name",
89 "local_bot"
90 ],
91 "cwd": "[CUSTOM_/_B_WORK]",
92 "env": {
93 "CHROME_HEADLESS": "1",
94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
95 "PYTHONPATH": "[BUILD]/scripts"
96 },
97 "name": "gclient recurse (git config user.name)"
98 },
99 {
100 "cmd": [
101 "python",
102 "-u",
103 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
104 "recurse",
105 "git",
106 "config",
107 "user.email",
108 "local_bot@example.com"
109 ],
110 "cwd": "[CUSTOM_/_B_WORK]",
111 "env": {
112 "CHROME_HEADLESS": "1",
113 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
114 "PYTHONPATH": "[BUILD]/scripts"
115 },
116 "name": "gclient recurse (git config user.email)"
117 },
118 {
119 "cmd": [
120 "python",
121 "-u",
79 "[CUSTOM_/_B_WORK]/skia/tools/buildbot_spec.py", 122 "[CUSTOM_/_B_WORK]/skia/tools/buildbot_spec.py",
80 "/path/to/tmp/json", 123 "/path/to/tmp/json",
81 "Build-Mac-Clang-Arm7-Release-iOS" 124 "Build-Mac-Clang-Arm7-Release-iOS"
82 ], 125 ],
83 "cwd": "[CUSTOM_/_B_WORK]/skia", 126 "cwd": "[CUSTOM_/_B_WORK]/skia",
84 "name": "exec buildbot_spec.py", 127 "name": "exec buildbot_spec.py",
85 "~followup_annotations": [ 128 "~followup_annotations": [
86 "@@@STEP_LOG_LINE@json.output@{@@@", 129 "@@@STEP_LOG_LINE@json.output@{@@@",
87 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 130 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
88 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", 131 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "cmd": [ 163 "cmd": [
121 "[CUSTOM_/_B_WORK]/skia/platform_tools/ios/bin/ios_ninja" 164 "[CUSTOM_/_B_WORK]/skia/platform_tools/ios/bin/ios_ninja"
122 ], 165 ],
123 "cwd": "[CUSTOM_/_B_WORK]/skia", 166 "cwd": "[CUSTOM_/_B_WORK]/skia",
124 "env": { 167 "env": {
125 "BUILDTYPE": "Release", 168 "BUILDTYPE": "Release",
126 "CC": "/usr/bin/clang", 169 "CC": "/usr/bin/clang",
127 "CHROME_HEADLESS": "1", 170 "CHROME_HEADLESS": "1",
128 "CXX": "/usr/bin/clang++", 171 "CXX": "/usr/bin/clang++",
129 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war nings_as_errors=1", 172 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war nings_as_errors=1",
130 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 173 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
131 "PYTHONPATH": "[BUILD]/scripts", 174 "PYTHONPATH": "[BUILD]/scripts",
132 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-Arm7-Release-iOS" 175 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-Arm7-Release-iOS"
133 }, 176 },
134 "name": "build iOSShell" 177 "name": "build iOSShell"
135 }, 178 },
136 { 179 {
137 "cmd": [ 180 "cmd": [
138 "python", 181 "python",
139 "-u", 182 "-u",
140 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so ', 'iOSShell.app', 'iOSShell.ipa', 'visualbench', 'visualbench.exe']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise \n\nfor pattern in build_products_whitelist:\n path = os.path.join(src, pattern )\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath (f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedi rs(os.path.dirname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n", 183 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so ', 'iOSShell.app', 'iOSShell.ipa', 'visualbench', 'visualbench.exe']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise \n\nfor pattern in build_products_whitelist:\n path = os.path.join(src, pattern )\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath (f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedi rs(os.path.dirname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 249 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
207 "@@@STEP_LOG_END@python.inline@@@" 250 "@@@STEP_LOG_END@python.inline@@@"
208 ] 251 ]
209 }, 252 },
210 { 253 {
211 "name": "$result", 254 "name": "$result",
212 "recipe_result": null, 255 "recipe_result": null,
213 "status_code": 0 256 "status_code": 0
214 } 257 }
215 ] 258 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698