| OLD | NEW |
| 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", |
| 11 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(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@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 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_C:\\\\_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS.
git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/sk
ia.git'}]" | 31 "cache_dir = '[CUSTOM_C:\\\\_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS.
git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/sk
ia.git'}]" |
| 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-Try
bot" | 38 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-MSVC-x86-Debug" |
| 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 "-j2", | 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_C:\\_B_WORK]", | 62 "cwd": "[CUSTOM_C:\\_B_WORK]", |
| 63 "env": { | 63 "env": { |
| 64 "BUILDTYPE": "Debug", | 64 "BUILDTYPE": "Debug", |
| 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_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug-Try
bot" | 67 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-MSVC-x86-Debug" |
| 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_C:\\_B_WORK]", | 93 "cwd": "[CUSTOM_C:\\_B_WORK]", |
| 94 "env": { | 94 "env": { |
| 95 "BUILDTYPE": "Debug", | 95 "BUILDTYPE": "Debug", |
| 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_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug-Try
bot" | 98 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-MSVC-x86-Debug" |
| 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_C:\\_B_WORK]", | 113 "cwd": "[CUSTOM_C:\\_B_WORK]", |
| 114 "env": { | 114 "env": { |
| 115 "BUILDTYPE": "Debug", | 115 "BUILDTYPE": "Debug", |
| 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_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug-Try
bot" | 118 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-MSVC-x86-Debug" |
| 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 "python", | 124 "python", |
| 125 "-u", | 125 "-u", |
| 126 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\apply_gerrit.py", | 126 "[DEPOT_TOOLS]/apply_issue.py", |
| 127 "--gerrit_repo", | 127 "-r", |
| 128 "skia", | 128 "[CUSTOM_C:\\_B_WORK]/skia", |
| 129 "--gerrit_ref", | 129 "-i", |
| 130 "refs/changes/00/2100/2", | 130 "500", |
| 131 "--root", | 131 "-p", |
| 132 "[CUSTOM_C:\\_B_WORK]\\skia" | 132 "1", |
| 133 "-s", |
| 134 "https://codereview.chromium.org", |
| 135 "--no-auth" |
| 133 ], | 136 ], |
| 134 "env": { | 137 "name": "apply_issue", |
| 135 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 138 "~followup_annotations": [ |
| 136 }, | 139 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@" |
| 137 "name": "apply_gerrit" | 140 ] |
| 138 }, | 141 }, |
| 139 { | 142 { |
| 140 "cmd": [ | 143 "cmd": [ |
| 141 "python", | 144 "python", |
| 142 "-u", | 145 "-u", |
| 143 "\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", | 146 "\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", |
| 144 "[SLAVE_BUILD]\\tmp", | 147 "[SLAVE_BUILD]/tmp", |
| 145 "511" | 148 "511" |
| 146 ], | 149 ], |
| 147 "name": "makedirs tmp_dir", | 150 "name": "makedirs tmp_dir", |
| 148 "~followup_annotations": [ | 151 "~followup_annotations": [ |
| 149 "@@@STEP_LOG_LINE@python.inline@@@@", | 152 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 150 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 153 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 151 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 154 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 152 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 155 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 153 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 156 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 154 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 157 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 155 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 158 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 156 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 159 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 157 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 160 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 158 "@@@STEP_LOG_END@python.inline@@@" | 161 "@@@STEP_LOG_END@python.inline@@@" |
| 159 ] | 162 ] |
| 160 }, | 163 }, |
| 161 { | 164 { |
| 162 "cmd": [ | 165 "cmd": [ |
| 163 "python", | 166 "make", |
| 164 "-u", | |
| 165 "[CUSTOM_C:\\_B_WORK]\\skia\\infra\\bots\\bootstrap_win_toolchain_json.py"
, | |
| 166 "--win_toolchain_json", | |
| 167 "[SLAVE_BUILD]\\src\\build\\win_toolchain.json", | |
| 168 "--depot_tools_parent_dir", | |
| 169 "[SLAVE_BUILD]" | |
| 170 ], | |
| 171 "name": "bootstrap win toolchain" | |
| 172 }, | |
| 173 { | |
| 174 "cmd": [ | |
| 175 "python", | |
| 176 "make.py", | |
| 177 "most" | 167 "most" |
| 178 ], | 168 ], |
| 179 "cwd": "[CUSTOM_C:\\_B_WORK]\\skia", | 169 "cwd": "[CUSTOM_C:\\_B_WORK]/skia", |
| 180 "env": { | 170 "env": { |
| 181 "BUILDTYPE": "Debug", | 171 "BUILDTYPE": "Debug", |
| 182 "CHROME_HEADLESS": "1", | 172 "CHROME_HEADLESS": "1", |
| 183 "CHROME_PATH": "[SLAVE_BUILD]\\src", | 173 "CHROME_PATH": "[SLAVE_BUILD]/src", |
| 184 "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", | 174 "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", |
| 185 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep
ot_tools];RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools]", | 175 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", |
| 186 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug-Try
bot" | 176 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-MSVC-x86-Debug" |
| 187 }, | 177 }, |
| 188 "name": "build most" | 178 "name": "build most" |
| 189 }, | 179 }, |
| 190 { | 180 { |
| 191 "cmd": [ | 181 "cmd": [ |
| 192 "python", | 182 "python", |
| 193 "-u", | 183 "-u", |
| 194 "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', 'get
_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', '*
.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so', 'iOSShell.app', 'iOSShell
.ipa', 'visualbench', 'visualbench.exe', 'vulkan-1.dll']\n\ntry:\n os.makedirs(
dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor patt
ern in build_products_whitelist:\n path = os.path.join(src, pattern)\n for f i
n 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.d
irname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n
shutil.move(f, dst_path)\n", | 184 "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', 'get
_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', '*
.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so', 'iOSShell.app', 'iOSShell
.ipa', 'visualbench', 'visualbench.exe', 'vulkan-1.dll']\n\ntry:\n os.makedirs(
dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor patt
ern in build_products_whitelist:\n path = os.path.join(src, pattern)\n for f i
n 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.d
irname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n
shutil.move(f, dst_path)\n", |
| 195 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug-Trybot\\Debug", | 185 "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-MSVC-x86-Debug/Debug", |
| 196 "[CUSTOM_[SWARM_OUT_DIR]]\\out\\Debug" | 186 "[CUSTOM_[SWARM_OUT_DIR]]/out/Debug" |
| 197 ], | 187 ], |
| 198 "name": "copy build products", | 188 "name": "copy build products", |
| 199 "~followup_annotations": [ | 189 "~followup_annotations": [ |
| 200 "@@@STEP_LOG_LINE@python.inline@import errno@@@", | 190 "@@@STEP_LOG_LINE@python.inline@import errno@@@", |
| 201 "@@@STEP_LOG_LINE@python.inline@import glob@@@", | 191 "@@@STEP_LOG_LINE@python.inline@import glob@@@", |
| 202 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 192 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
| 203 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", | 193 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", |
| 204 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 194 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 205 "@@@STEP_LOG_LINE@python.inline@@@@", | 195 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 206 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@", | 196 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 231 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 242 "@@@STEP_LOG_END@python.inline@@@" | 232 "@@@STEP_LOG_END@python.inline@@@" |
| 243 ] | 233 ] |
| 244 }, | 234 }, |
| 245 { | 235 { |
| 246 "name": "$result", | 236 "name": "$result", |
| 247 "recipe_result": null, | 237 "recipe_result": null, |
| 248 "status_code": 0 | 238 "status_code": 0 |
| 249 } | 239 } |
| 250 ] | 240 ] |
| OLD | NEW |