| Index: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___x87___nosnap___debug.json
|
| diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___x87___nosnap___debug.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___x87___nosnap___debug.json
|
| deleted file mode 100644
|
| index a614e6fc1799bd3e4c719e9d1cac239c45e4e2b7..0000000000000000000000000000000000000000
|
| --- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___x87___nosnap___debug.json
|
| +++ /dev/null
|
| @@ -1,175 +0,0 @@
|
| -[
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
|
| - "--master",
|
| - "client.v8",
|
| - "--builder",
|
| - "V8 Linux - x87 - nosnap - debug",
|
| - "--slave",
|
| - "TestSlavename",
|
| - "--spec",
|
| - "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
|
| - "--root",
|
| - "v8",
|
| - "--revision_mapping_file",
|
| - "{\"v8\": \"got_revision\"}",
|
| - "--git-cache-dir",
|
| - "[GIT_CACHE]",
|
| - "--output_json",
|
| - "/path/to/tmp/json",
|
| - "--revision",
|
| - "v8@54321",
|
| - "--no_shallow",
|
| - "--output_manifest"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "env": {
|
| - "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| - },
|
| - "name": "bot_update",
|
| - "~followup_annotations": [
|
| - "@@@STEP_TEXT@Some step text@@@",
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"v8\": \"54321\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ }, @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.git\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777bb78a1f5bd0241f64c\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ }@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ }, @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"v8\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f2cbea7e89a45f46819777bb78a1f5bd0241f64c\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master@{#50110}\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ }, @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"root\": \"v8\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@",
|
| - "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241f64c\"@@@",
|
| - "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| - "runhooks"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "env": {
|
| - "GYP_DEFINES": "gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=x87 v8_use_snapshot=false",
|
| - "GYP_GENERATORS": "ninja",
|
| - "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| - },
|
| - "name": "gclient runhooks"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
| - "--show-path",
|
| - "python",
|
| - "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "cleanup_temp"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "\nimport os, sys\nfrom common import chromium_utils # Error? See https://crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
|
| - "[SLAVE_BUILD]/v8/out/Debug"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "rmtree build directory",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@python.inline@@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[1])@@@",
|
| - "@@@STEP_LOG_END@python.inline@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
| - "--show-path",
|
| - "python",
|
| - "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py",
|
| - "--target",
|
| - "Debug",
|
| - "--build-url",
|
| - "gs://chromium-v8/v8-linux-x87-nosnap-dbg",
|
| - "--src-dir",
|
| - "v8",
|
| - "--master-name",
|
| - "client.v8",
|
| - "--build-number",
|
| - "571"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "extract build"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[SLAVE_BUILD]/v8/tools/run-tests.py",
|
| - "--progress=verbose",
|
| - "--mode",
|
| - "Debug",
|
| - "--arch",
|
| - "x87",
|
| - "--outdir",
|
| - "out",
|
| - "--buildbot",
|
| - "--timeout=200",
|
| - "--random-seed=-358114921",
|
| - "bot_default",
|
| - "--exhaustive-variants",
|
| - "--no-snap",
|
| - "--rerun-failures-count=2",
|
| - "--json-test-results",
|
| - "/path/to/tmp/json"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]/v8",
|
| - "name": "Check",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
|
| - "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
|
| - "@@@STEP_LOG_LINE@durations@@@@",
|
| - "@@@STEP_LOG_LINE@durations@Details:@@@",
|
| - "@@@STEP_LOG_LINE@durations@@@@",
|
| - "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
|
| - "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
|
| - "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
|
| - "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
|
| - "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
|
| - "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
|
| - "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
|
| - "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
|
| - "@@@STEP_LOG_END@durations@@@"
|
| - ]
|
| - },
|
| - {
|
| - "name": "$result",
|
| - "recipe_result": null,
|
| - "status_code": 0
|
| - }
|
| -]
|
|
|