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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.json

Issue 2215443003: [recipes] Increase test coverage (Closed) Base URL: https://skia.googlesource.com/skia.git@merge_buildbot_spec
Patch Set: 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_C:\\_B_WORK]", 7 "[CUSTOM_C:\\_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 17 matching lines...) Expand all
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_C:\\\\_B_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.gi t'}]\ntarget_os = ['llvm']" 31 "cache_dir = '[CUSTOM_C:\\\\_B_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.gi t'}]\ntarget_os = ['llvm']"
32 ], 32 ],
33 "cwd": "[CUSTOM_C:\\_B_WORK]", 33 "cwd": "[CUSTOM_C:\\_B_WORK]",
34 "env": { 34 "env": {
35 "BUILDTYPE": "Debug", 35 "BUILDTYPE": "Debug",
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_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug" 38 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug-Exc eptions"
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 "--nohooks", 48 "--nohooks",
49 "--force", 49 "--force",
50 "--verbose", 50 "--verbose",
51 "--delete_unversioned_trees", 51 "--delete_unversioned_trees",
52 "--revision", 52 "--revision",
53 "skia@abc123", 53 "skia@abc123",
54 "--output-json", 54 "--output-json",
55 "/path/to/tmp/json" 55 "/path/to/tmp/json"
56 ], 56 ],
57 "cwd": "[CUSTOM_C:\\_B_WORK]", 57 "cwd": "[CUSTOM_C:\\_B_WORK]",
58 "env": { 58 "env": {
59 "BUILDTYPE": "Debug", 59 "BUILDTYPE": "Debug",
60 "CHROME_HEADLESS": "1", 60 "CHROME_HEADLESS": "1",
61 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep ot_tools]", 61 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep ot_tools]",
62 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug" 62 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug-Exc eptions"
63 }, 63 },
64 "name": "gclient sync", 64 "name": "gclient sync",
65 "~followup_annotations": [ 65 "~followup_annotations": [
66 "@@@STEP_LOG_LINE@json.output@{@@@", 66 "@@@STEP_LOG_LINE@json.output@{@@@",
67 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 67 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
68 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 68 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
69 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 69 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
70 "@@@STEP_LOG_LINE@json.output@ }@@@", 70 "@@@STEP_LOG_LINE@json.output@ }@@@",
71 "@@@STEP_LOG_LINE@json.output@ }@@@", 71 "@@@STEP_LOG_LINE@json.output@ }@@@",
72 "@@@STEP_LOG_LINE@json.output@}@@@", 72 "@@@STEP_LOG_LINE@json.output@}@@@",
(...skipping 17 matching lines...) Expand all
90 "cmd": [ 90 "cmd": [
91 "python", 91 "python",
92 "make.py", 92 "make.py",
93 "most" 93 "most"
94 ], 94 ],
95 "cwd": "[CUSTOM_C:\\_B_WORK]\\skia", 95 "cwd": "[CUSTOM_C:\\_B_WORK]\\skia",
96 "env": { 96 "env": {
97 "BUILDTYPE": "Debug", 97 "BUILDTYPE": "Debug",
98 "CHROME_HEADLESS": "1", 98 "CHROME_HEADLESS": "1",
99 "CHROME_PATH": "[SLAVE_BUILD]\\src", 99 "CHROME_PATH": "[SLAVE_BUILD]\\src",
100 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0", 100 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=0 skia_win_debuggers_path=c:/DbgHelp skia_win_exceptions=1 skia_win_ltcg=0" ,
101 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep ot_tools]", 101 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep ot_tools]",
102 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug" 102 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug-Exc eptions"
103 }, 103 },
104 "name": "build most" 104 "name": "build most"
105 }, 105 },
106 { 106 {
107 "cmd": [ 107 "cmd": [
108 "python", 108 "python",
109 "-u", 109 "-u",
110 "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', 'vulkan-1.d ll']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EE XIST:\n raise\n\nfor pattern in build_products_whitelist:\n path = os.path.j oin(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.makedirs(os.path.dirname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n", 110 "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', 'vulkan-1.d ll']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EE XIST:\n raise\n\nfor pattern in build_products_whitelist:\n path = os.path.j oin(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.makedirs(os.path.dirname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n",
111 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug\\Debug", 111 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug-Exceptions\\Deb ug",
112 "[CUSTOM_[SWARM_OUT_DIR]]\\out\\Debug" 112 "[CUSTOM_[SWARM_OUT_DIR]]\\out\\Debug"
113 ], 113 ],
114 "name": "copy build products", 114 "name": "copy build products",
115 "~followup_annotations": [ 115 "~followup_annotations": [
116 "@@@STEP_LOG_LINE@python.inline@import errno@@@", 116 "@@@STEP_LOG_LINE@python.inline@import errno@@@",
117 "@@@STEP_LOG_LINE@python.inline@import glob@@@", 117 "@@@STEP_LOG_LINE@python.inline@import glob@@@",
118 "@@@STEP_LOG_LINE@python.inline@import os@@@", 118 "@@@STEP_LOG_LINE@python.inline@import os@@@",
119 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 119 "@@@STEP_LOG_LINE@python.inline@import shutil@@@",
120 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 120 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
121 "@@@STEP_LOG_LINE@python.inline@@@@", 121 "@@@STEP_LOG_LINE@python.inline@@@@",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 157 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
158 "@@@STEP_LOG_END@python.inline@@@" 158 "@@@STEP_LOG_END@python.inline@@@"
159 ] 159 ]
160 }, 160 },
161 { 161 {
162 "name": "$result", 162 "name": "$result",
163 "recipe_result": null, 163 "recipe_result": null,
164 "status_code": 0 164 "status_code": 0
165 } 165 }
166 ] 166 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698