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

Side by Side Diff: scripts/slave/recipes/skia/swarm_compile.expected/Build-Mac-Clang-Arm7-Release-iOS.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 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Build-Mac-Clang-Arm7-Release-iOS" 8 "Build-Mac-Clang-Arm7-Release-iOS"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "name": "build iOSShell" 60 "name": "build iOSShell"
61 }, 61 },
62 { 62 {
63 "cmd": [ 63 "cmd": [
64 "python", 64 "python",
65 "-u", 65 "-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", 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",
67 "[SLAVE_BUILD]/out/Release", 67 "[SLAVE_BUILD]/out/Release",
68 "[SWARM_OUT_DIR]/out/Release" 68 "[SWARM_OUT_DIR]/out/Release"
69 ], 69 ],
70 "cwd": "[SLAVE_BUILD]",
71 "name": "copy build products", 70 "name": "copy build products",
72 "~followup_annotations": [ 71 "~followup_annotations": [
73 "@@@STEP_LOG_LINE@python.inline@import errno@@@", 72 "@@@STEP_LOG_LINE@python.inline@import errno@@@",
74 "@@@STEP_LOG_LINE@python.inline@import glob@@@", 73 "@@@STEP_LOG_LINE@python.inline@import glob@@@",
75 "@@@STEP_LOG_LINE@python.inline@import os@@@", 74 "@@@STEP_LOG_LINE@python.inline@import os@@@",
76 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 75 "@@@STEP_LOG_LINE@python.inline@import shutil@@@",
77 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 76 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
78 "@@@STEP_LOG_LINE@python.inline@@@@", 77 "@@@STEP_LOG_LINE@python.inline@@@@",
79 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@", 78 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@",
80 "@@@STEP_LOG_LINE@python.inline@dst = sys.argv[2]@@@", 79 "@@@STEP_LOG_LINE@python.inline@dst = sys.argv[2]@@@",
(...skipping 14 matching lines...) Expand all
95 ] 94 ]
96 }, 95 },
97 { 96 {
98 "cmd": [ 97 "cmd": [
99 "python", 98 "python",
100 "-u", 99 "-u",
101 "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", 100 "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",
102 "[SLAVE_BUILD]/skia/xcodebuild/Release-iphoneos", 101 "[SLAVE_BUILD]/skia/xcodebuild/Release-iphoneos",
103 "[SWARM_OUT_DIR]/xcodebuild/Release-iphoneos" 102 "[SWARM_OUT_DIR]/xcodebuild/Release-iphoneos"
104 ], 103 ],
105 "cwd": "[SLAVE_BUILD]",
106 "name": "copy build products (2)", 104 "name": "copy build products (2)",
107 "~followup_annotations": [ 105 "~followup_annotations": [
108 "@@@STEP_LOG_LINE@python.inline@import errno@@@", 106 "@@@STEP_LOG_LINE@python.inline@import errno@@@",
109 "@@@STEP_LOG_LINE@python.inline@import glob@@@", 107 "@@@STEP_LOG_LINE@python.inline@import glob@@@",
110 "@@@STEP_LOG_LINE@python.inline@import os@@@", 108 "@@@STEP_LOG_LINE@python.inline@import os@@@",
111 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 109 "@@@STEP_LOG_LINE@python.inline@import shutil@@@",
112 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 110 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
113 "@@@STEP_LOG_LINE@python.inline@@@@", 111 "@@@STEP_LOG_LINE@python.inline@@@@",
114 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@", 112 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@",
115 "@@@STEP_LOG_LINE@python.inline@dst = sys.argv[2]@@@", 113 "@@@STEP_LOG_LINE@python.inline@dst = sys.argv[2]@@@",
(...skipping 12 matching lines...) Expand all
128 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst)@@@", 126 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst)@@@",
129 "@@@STEP_LOG_END@python.inline@@@" 127 "@@@STEP_LOG_END@python.inline@@@"
130 ] 128 ]
131 }, 129 },
132 { 130 {
133 "name": "$result", 131 "name": "$result",
134 "recipe_result": null, 132 "recipe_result": null,
135 "status_code": 0 133 "status_code": 0
136 } 134 }
137 ] 135 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698