| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "taskkill" | 9 "name": "taskkill" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "master.client.syzygy", | 17 "master.client.syzygy", |
| 17 "--builder", | 18 "--builder", |
| 18 "Syzygy Debug", | 19 "Syzygy Debug", |
| 19 "--slave", | 20 "--slave", |
| 20 "vm331-m3", | 21 "vm331-m3", |
| 21 "--spec", | 22 "--spec", |
| 22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
deps_file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.go
oglesource.com/external/github.com/google/syzygy.git/'}, {'deps_file': 'DEPS', '
managed': False, 'name': 'src-internal', 'url': 'https://chrome-internal.googles
ource.com/chrome/syzygy/internal.DEPS.git'}]", | 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/github.
com/google/syzygy.git/'}, {'deps_file': 'DEPS', 'managed': False, 'name': 'src-i
nternal', 'url': 'https://chrome-internal.googlesource.com/chrome/syzygy/interna
l.DEPS.git'}]", |
| 23 "--root", | 24 "--root", |
| 24 "src", | 25 "src", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 26 "{\"src\": \"got_revision\"}", | 27 "{\"src\": \"got_revision\"}", |
| 27 "--git-cache-dir", | 28 "--git-cache-dir", |
| 28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
| 29 "--output_json", | 30 "--output_json", |
| 30 "/path/to/tmp/json", | 31 "/path/to/tmp/json", |
| 31 "--revision", | 32 "--revision", |
| 32 "src@0e9f25b1098271be2b096fd1c095d6d907cf86f7", | 33 "src@0e9f25b1098271be2b096fd1c095d6d907cf86f7", |
| 33 "--force", | 34 "--force", |
| 34 "--output_manifest" | 35 "--output_manifest" |
| 35 ], | 36 ], |
| 37 "cwd": "[SLAVE_BUILD]", |
| 36 "env": { | 38 "env": { |
| 37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 38 }, | 40 }, |
| 39 "name": "bot_update", | 41 "name": "bot_update", |
| 40 "~followup_annotations": [ | 42 "~followup_annotations": [ |
| 41 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"0e9f25b1098271be2b096fd1c095d
6d907cf86f7\"@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"0e9f25b1098271be2b096fd1c095d
6d907cf86f7\"@@@", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 65 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 67 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 66 ] | 68 ] |
| 67 }, | 69 }, |
| 68 { | 70 { |
| 69 "cmd": [ | 71 "cmd": [ |
| 70 "python", | 72 "python", |
| 71 "-u", | 73 "-u", |
| 72 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 74 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 73 "runhooks" | 75 "runhooks" |
| 74 ], | 76 ], |
| 77 "cwd": "[SLAVE_BUILD]", |
| 75 "env": { | 78 "env": { |
| 76 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 79 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 77 "GYP_DEFINES": "target_arch=ia32", | 80 "GYP_DEFINES": "target_arch=ia32", |
| 78 "GYP_GENERATORS": "msvs-ninja,ninja", | 81 "GYP_GENERATORS": "msvs-ninja,ninja", |
| 79 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 82 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 80 }, | 83 }, |
| 81 "name": "gclient runhooks" | 84 "name": "gclient runhooks" |
| 82 }, | 85 }, |
| 83 { | 86 { |
| 84 "cmd": [ | 87 "cmd": [ |
| 85 "python", | 88 "python", |
| 86 "-u", | 89 "-u", |
| 87 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 90 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 88 "--show-path", | 91 "--show-path", |
| 89 "python", | 92 "python", |
| 90 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 93 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 91 "--gsutil-py-path", | 94 "--gsutil-py-path", |
| 92 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 95 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 93 "--ninja-path", | 96 "--ninja-path", |
| 94 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 97 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 95 "--target", | 98 "--target", |
| 96 "Debug", | 99 "Debug", |
| 97 "--src-dir", | 100 "--src-dir", |
| 98 "[CWD]\\src", | 101 "[SLAVE_BUILD]\\src", |
| 99 "--goma-cache-dir", | 102 "--goma-cache-dir", |
| 100 "[ROOT]\\b\\build\\slave\\goma_cache", | 103 "[GOMA_CACHE]", |
| 101 "--build-tool", | 104 "--build-tool", |
| 102 "ninja", | 105 "ninja", |
| 103 "--ninja-ensure-up-to-date", | 106 "--ninja-ensure-up-to-date", |
| 104 "--", | 107 "--", |
| 105 "build_all" | 108 "build_all" |
| 106 ], | 109 ], |
| 110 "cwd": "[SLAVE_BUILD]", |
| 107 "env": { | 111 "env": { |
| 108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 112 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 109 }, | 113 }, |
| 110 "name": "compile" | 114 "name": "compile" |
| 111 }, | 115 }, |
| 112 { | 116 { |
| 113 "cmd": [ | 117 "cmd": [ |
| 114 "python", | 118 "python", |
| 115 "-u", | 119 "-u", |
| 116 "\nimport sys\nfrom common import chromium_utils # Error? See https://crbu
g.com/584783.\n\nchromium_utils.RemoveFilesWildcards(sys.argv[1], root=sys.argv[
2])\n", | 120 "\nimport sys\nfrom common import chromium_utils # Error? See https://crbu
g.com/584783.\n\nchromium_utils.RemoveFilesWildcards(sys.argv[1], root=sys.argv[
2])\n", |
| 117 "metrics.csv", | 121 "metrics.csv", |
| 118 "[CWD]\\src\\out\\Debug" | 122 "[SLAVE_BUILD]\\src\\out\\Debug" |
| 119 ], | 123 ], |
| 120 "name": "rmwildcard metrics.csv in [CWD]\\src\\out\\Debug", | 124 "cwd": "[SLAVE_BUILD]", |
| 125 "name": "rmwildcard metrics.csv in [SLAVE_BUILD]\\src\\out\\Debug", |
| 121 "~followup_annotations": [ | 126 "~followup_annotations": [ |
| 122 "@@@STEP_LOG_LINE@python.inline@@@@", | 127 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 123 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 128 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 124 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 129 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 125 "@@@STEP_LOG_LINE@python.inline@@@@", | 130 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 126 "@@@STEP_LOG_LINE@python.inline@chromium_utils.RemoveFilesWildcards(sys.ar
gv[1], root=sys.argv[2])@@@", | 131 "@@@STEP_LOG_LINE@python.inline@chromium_utils.RemoveFilesWildcards(sys.ar
gv[1], root=sys.argv[2])@@@", |
| 127 "@@@STEP_LOG_END@python.inline@@@" | 132 "@@@STEP_LOG_END@python.inline@@@" |
| 128 ] | 133 ] |
| 129 }, | 134 }, |
| 130 { | 135 { |
| 131 "cmd": [ | 136 "cmd": [ |
| 132 "python", | 137 "python", |
| 133 "-u", | 138 "-u", |
| 134 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 139 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 135 "[CWD]\\src\\syzygy\\unittests.gypi", | 140 "[SLAVE_BUILD]\\src\\syzygy\\unittests.gypi", |
| 136 "/path/to/tmp/" | 141 "/path/to/tmp/" |
| 137 ], | 142 ], |
| 143 "cwd": "[SLAVE_BUILD]", |
| 138 "name": "read_unittests_gypi" | 144 "name": "read_unittests_gypi" |
| 139 }, | 145 }, |
| 140 { | 146 { |
| 141 "cmd": [ | 147 "cmd": [ |
| 142 "python", | 148 "python", |
| 143 "-u", | 149 "-u", |
| 144 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 150 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 145 "--target", | 151 "--target", |
| 146 "Debug", | 152 "Debug", |
| 147 "--factory-properties", | 153 "--factory-properties", |
| 148 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Debug\", \"buildnumber\": 571, \"mastername\": \"master.
client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10982
71be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/pat
h/to/workdir/TestSlavename\"}", | 154 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Debug\", \"buildnumber\": 571, \"mastername\": \"master.
client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10982
71be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/pat
h/to/workdir/TestSlavename\"}", |
| 149 "--build-properties", | 155 "--build-properties", |
| 150 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Debug\", \"buildnumber\": 571, \"mastername\": \"master.
client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10982
71be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/pat
h/to/workdir/TestSlavename\"}", | 156 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Debug\", \"buildnumber\": 571, \"mastername\": \"master.
client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10982
71be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/pat
h/to/workdir/TestSlavename\"}", |
| 151 "--test-type=bar_unittests", | 157 "--test-type=bar_unittests", |
| 152 "--step-name=bar_unittests", | 158 "--step-name=bar_unittests", |
| 153 "--builder-name=Syzygy Debug", | 159 "--builder-name=Syzygy Debug", |
| 154 "--slave-name=vm331-m3", | 160 "--slave-name=vm331-m3", |
| 155 "--build-number=571", | 161 "--build-number=571", |
| 156 "[CWD]\\src\\out\\Debug\\bar_unittests.exe", | 162 "[SLAVE_BUILD]\\src\\out\\Debug\\bar_unittests.exe", |
| 157 "--single-process-tests", | 163 "--single-process-tests", |
| 158 "--test-launcher-timeout=300000", | 164 "--test-launcher-timeout=300000", |
| 159 "--gtest_print_time" | 165 "--gtest_print_time" |
| 160 ], | 166 ], |
| 167 "cwd": "[SLAVE_BUILD]", |
| 161 "name": "bar_unittests" | 168 "name": "bar_unittests" |
| 162 }, | 169 }, |
| 163 { | 170 { |
| 164 "cmd": [ | 171 "cmd": [ |
| 165 "python", | 172 "python", |
| 166 "-u", | 173 "-u", |
| 167 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 174 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 168 "--target", | 175 "--target", |
| 169 "Debug", | 176 "Debug", |
| 170 "--factory-properties", | 177 "--factory-properties", |
| 171 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Debug\", \"buildnumber\": 571, \"mastername\": \"master.
client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10982
71be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/pat
h/to/workdir/TestSlavename\"}", | 178 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Debug\", \"buildnumber\": 571, \"mastername\": \"master.
client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10982
71be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/pat
h/to/workdir/TestSlavename\"}", |
| 172 "--build-properties", | 179 "--build-properties", |
| 173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Debug\", \"buildnumber\": 571, \"mastername\": \"master.
client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10982
71be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/pat
h/to/workdir/TestSlavename\"}", | 180 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Debug\", \"buildnumber\": 571, \"mastername\": \"master.
client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10982
71be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/pat
h/to/workdir/TestSlavename\"}", |
| 174 "--test-type=baz_unittests", | 181 "--test-type=baz_unittests", |
| 175 "--step-name=baz_unittests", | 182 "--step-name=baz_unittests", |
| 176 "--builder-name=Syzygy Debug", | 183 "--builder-name=Syzygy Debug", |
| 177 "--slave-name=vm331-m3", | 184 "--slave-name=vm331-m3", |
| 178 "--build-number=571", | 185 "--build-number=571", |
| 179 "[CWD]\\src\\out\\Debug\\baz_unittests.exe", | 186 "[SLAVE_BUILD]\\src\\out\\Debug\\baz_unittests.exe", |
| 180 "--single-process-tests", | 187 "--single-process-tests", |
| 181 "--test-launcher-timeout=300000", | 188 "--test-launcher-timeout=300000", |
| 182 "--gtest_print_time" | 189 "--gtest_print_time" |
| 183 ], | 190 ], |
| 191 "cwd": "[SLAVE_BUILD]", |
| 184 "name": "baz_unittests" | 192 "name": "baz_unittests" |
| 185 }, | 193 }, |
| 186 { | 194 { |
| 187 "cmd": [ | 195 "cmd": [ |
| 188 "python", | 196 "python", |
| 189 "-u", | 197 "-u", |
| 190 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 198 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 191 "--target", | 199 "--target", |
| 192 "Debug", | 200 "Debug", |
| 193 "--factory-properties", | 201 "--factory-properties", |
| 194 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Debug\", \"buildnumber\": 571, \"mastername\": \"master.
client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10982
71be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/pat
h/to/workdir/TestSlavename\"}", | 202 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Debug\", \"buildnumber\": 571, \"mastername\": \"master.
client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10982
71be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/pat
h/to/workdir/TestSlavename\"}", |
| 195 "--build-properties", | 203 "--build-properties", |
| 196 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Debug\", \"buildnumber\": 571, \"mastername\": \"master.
client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10982
71be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/pat
h/to/workdir/TestSlavename\"}", | 204 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Debug\", \"buildnumber\": 571, \"mastername\": \"master.
client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10982
71be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/pat
h/to/workdir/TestSlavename\"}", |
| 197 "--test-type=foo_unittests", | 205 "--test-type=foo_unittests", |
| 198 "--step-name=foo_unittests", | 206 "--step-name=foo_unittests", |
| 199 "--builder-name=Syzygy Debug", | 207 "--builder-name=Syzygy Debug", |
| 200 "--slave-name=vm331-m3", | 208 "--slave-name=vm331-m3", |
| 201 "--build-number=571", | 209 "--build-number=571", |
| 202 "[CWD]\\src\\out\\Debug\\foo_unittests.exe", | 210 "[SLAVE_BUILD]\\src\\out\\Debug\\foo_unittests.exe", |
| 203 "--single-process-tests", | 211 "--single-process-tests", |
| 204 "--test-launcher-timeout=300000", | 212 "--test-launcher-timeout=300000", |
| 205 "--gtest_print_time" | 213 "--gtest_print_time" |
| 206 ], | 214 ], |
| 215 "cwd": "[SLAVE_BUILD]", |
| 207 "name": "foo_unittests" | 216 "name": "foo_unittests" |
| 208 }, | 217 }, |
| 209 { | 218 { |
| 210 "cmd": [ | 219 "cmd": [ |
| 211 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\gsutil.bat", | 220 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\gsutil.bat", |
| 212 "cp", | 221 "cp", |
| 213 "-t", | 222 "-t", |
| 214 "-a", | 223 "-a", |
| 215 "public-read", | 224 "public-read", |
| 216 "[CWD]\\src\\out\\Debug\\metrics.csv", | 225 "[SLAVE_BUILD]\\src\\out\\Debug\\metrics.csv", |
| 217 "gs://syzygy-archive/builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58c
b9/debug.csv" | 226 "gs://syzygy-archive/builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58c
b9/debug.csv" |
| 218 ], | 227 ], |
| 228 "cwd": "[SLAVE_BUILD]", |
| 219 "name": "archive_metrics", | 229 "name": "archive_metrics", |
| 220 "~followup_annotations": [ | 230 "~followup_annotations": [ |
| 221 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis.
com/index.html?path=builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/debu
g.csv/@@@" | 231 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis.
com/index.html?path=builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/debu
g.csv/@@@" |
| 222 ] | 232 ] |
| 223 }, | 233 }, |
| 224 { | 234 { |
| 225 "name": "$result", | 235 "name": "$result", |
| 226 "recipe_result": null, | 236 "recipe_result": null, |
| 227 "status_code": 0 | 237 "status_code": 0 |
| 228 } | 238 } |
| 229 ] | 239 ] |
| OLD | NEW |