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

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

Issue 1916263003: Reland "Skia: Maintain a checkout on swarming (compile) bots" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix expectations after roll 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 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 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_CACHE]",
8 "511"
9 ],
10 "name": "makedirs checkout_path",
11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
21 "@@@STEP_LOG_END@python.inline@@@"
22 ]
23 },
24 {
25 "cmd": [
26 "python",
27 "-u",
28 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
29 "config",
30 "--spec",
31 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l lvm']"
32 ],
33 "cwd": "[CUSTOM_/_B_CACHE]",
34 "env": {
35 "CHROME_HEADLESS": "1",
36 "PATH": "[DEPOT_TOOLS]:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
37 "PYTHONPATH": "[BUILD]/scripts"
38 },
39 "name": "gclient setup"
40 },
41 {
42 "cmd": [
43 "python",
44 "-u",
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
46 "sync",
47 "--nohooks",
48 "--force",
49 "--verbose",
50 "--delete_unversioned_trees",
51 "--revision",
52 "skia@abc123",
53 "--output-json",
54 "/path/to/tmp/json"
55 ],
56 "cwd": "[CUSTOM_/_B_CACHE]",
57 "env": {
58 "CHROME_HEADLESS": "1",
59 "PATH": "[DEPOT_TOOLS]:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PA CKAGE_REPO[depot_tools]",
60 "PYTHONPATH": "[BUILD]/scripts"
61 },
62 "name": "gclient sync",
63 "~followup_annotations": [
64 "@@@STEP_LOG_LINE@json.output@{@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
66 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
67 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
68 "@@@STEP_LOG_LINE@json.output@ }@@@",
69 "@@@STEP_LOG_LINE@json.output@ }@@@",
70 "@@@STEP_LOG_LINE@json.output@}@@@",
71 "@@@STEP_LOG_END@json.output@@@",
72 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
73 ]
74 },
75 {
76 "cmd": [
77 "python",
78 "-u",
79 "[CUSTOM_/_B_CACHE]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json", 80 "/path/to/tmp/json",
8 "Build-Mac-Clang-x86_64-Release-CMake" 81 "Build-Mac-Clang-x86_64-Release-CMake"
9 ], 82 ],
10 "cwd": "[SLAVE_BUILD]/skia", 83 "cwd": "[CUSTOM_/_B_CACHE]/skia",
11 "name": "exec buildbot_spec.py", 84 "name": "exec buildbot_spec.py",
12 "~followup_annotations": [ 85 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@json.output@{@@@", 86 "@@@STEP_LOG_LINE@json.output@{@@@",
14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 87 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", 88 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
16 "@@@STEP_LOG_LINE@json.output@ ], @@@", 89 "@@@STEP_LOG_LINE@json.output@ ], @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", 90 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
18 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", 91 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", 92 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
20 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"CMake\", @@@", 93 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"CMake\", @@@",
(...skipping 17 matching lines...) Expand all
38 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", 111 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
39 "@@@STEP_LOG_LINE@json.output@ ], @@@", 112 "@@@STEP_LOG_LINE@json.output@ ], @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", 113 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", 114 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
42 "@@@STEP_LOG_LINE@json.output@}@@@", 115 "@@@STEP_LOG_LINE@json.output@}@@@",
43 "@@@STEP_LOG_END@json.output@@@" 116 "@@@STEP_LOG_END@json.output@@@"
44 ] 117 ]
45 }, 118 },
46 { 119 {
47 "cmd": [ 120 "cmd": [
48 "[SLAVE_BUILD]/skia/cmake/cmake_build" 121 "[CUSTOM_/_B_CACHE]/skia/cmake/cmake_build"
49 ], 122 ],
50 "cwd": "[SLAVE_BUILD]/skia", 123 "cwd": "[CUSTOM_/_B_CACHE]/skia",
51 "env": { 124 "env": {
52 "BUILDTYPE": "Release", 125 "BUILDTYPE": "Release",
53 "CC": "/usr/bin/clang", 126 "CC": "/usr/bin/clang",
54 "CHROME_HEADLESS": "1", 127 "CHROME_HEADLESS": "1",
55 "CXX": "/usr/bin/clang++", 128 "CXX": "/usr/bin/clang++",
56 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_ errors=1", 129 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_ errors=1",
57 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", 130 "PATH": "[DEPOT_TOOLS]:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PA CKAGE_REPO[depot_tools]",
58 "SKIA_OUT": "[SLAVE_BUILD]/out" 131 "PYTHONPATH": "[BUILD]/scripts",
132 "SKIA_OUT": "[CUSTOM_/_B_CACHE]/skia/out/Build-Mac-Clang-x86_64-Release-CM ake"
59 }, 133 },
60 "name": "cmake_build" 134 "name": "cmake_build"
61 }, 135 },
62 { 136 {
63 "cmd": [ 137 "cmd": [
64 "python", 138 "python",
65 "-u", 139 "-u",
66 "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']\n\ntry:\n os.makedirs(dst)\nexcept OSError a s 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 print 'Copying build product %s to %s' % (f, dst)\n shutil.move(f, dst)\n", 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']\n\ntry:\n os.makedirs(dst)\nexcept OSError a s 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 print 'Copying build product %s to %s' % (f, dst)\n shutil.move(f, dst)\n",
67 "[SLAVE_BUILD]/out/Release", 141 "[CUSTOM_/_B_CACHE]/skia/out/Build-Mac-Clang-x86_64-Release-CMake/Release" ,
68 "[SWARM_OUT_DIR]/out/Release" 142 "[SWARM_OUT_DIR]/out/Release"
69 ], 143 ],
70 "name": "copy build products", 144 "name": "copy build products",
71 "~followup_annotations": [ 145 "~followup_annotations": [
72 "@@@STEP_LOG_LINE@python.inline@import errno@@@", 146 "@@@STEP_LOG_LINE@python.inline@import errno@@@",
73 "@@@STEP_LOG_LINE@python.inline@import glob@@@", 147 "@@@STEP_LOG_LINE@python.inline@import glob@@@",
74 "@@@STEP_LOG_LINE@python.inline@import os@@@", 148 "@@@STEP_LOG_LINE@python.inline@import os@@@",
75 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 149 "@@@STEP_LOG_LINE@python.inline@import shutil@@@",
76 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 150 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
77 "@@@STEP_LOG_LINE@python.inline@@@@", 151 "@@@STEP_LOG_LINE@python.inline@@@@",
(...skipping 14 matching lines...) Expand all
92 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst)@@@", 166 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst)@@@",
93 "@@@STEP_LOG_END@python.inline@@@" 167 "@@@STEP_LOG_END@python.inline@@@"
94 ] 168 ]
95 }, 169 },
96 { 170 {
97 "name": "$result", 171 "name": "$result",
98 "recipe_result": null, 172 "recipe_result": null,
99 "status_code": 0 173 "status_code": 0
100 } 174 }
101 ] 175 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698