| Index: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.json
|
| diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_builder.json b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.json
|
| similarity index 72%
|
| copy from scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_builder.json
|
| copy to scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.json
|
| index e885cfd44eb54df86541aa3783740bcd172b00ec..efdc9b5ff95cb529198df2607cc3eec1592e602d 100644
|
| --- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_builder.json
|
| +++ b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.json
|
| @@ -5,9 +5,9 @@
|
| "-u",
|
| "[BUILD]/scripts/slave/bot_update.py",
|
| "--master",
|
| - "client.v8",
|
| + "tryserver.v8",
|
| "--builder",
|
| - "V8 Linux - nosnap builder",
|
| + "v8_linux64_rel_ng",
|
| "--slave",
|
| "TestSlavename",
|
| "--spec",
|
| @@ -16,10 +16,16 @@
|
| "v8",
|
| "--revision_mapping_file",
|
| "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_client_revision\"}",
|
| + "--issue",
|
| + "12853011",
|
| + "--patchset",
|
| + "1",
|
| + "--rietveld_server",
|
| + "https://codereview.chromium.org",
|
| "--output_json",
|
| "/path/to/tmp/json",
|
| "--revision",
|
| - "v8@20123",
|
| + "v8@12345",
|
| "--no_shallow",
|
| "--output_manifest"
|
| ],
|
| @@ -80,7 +86,7 @@
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| - "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=ia32 v8_use_snapshot=false",
|
| + "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64",
|
| "GYP_GENERATORS": "ninja"
|
| },
|
| "name": "gclient runhooks"
|
| @@ -131,6 +137,8 @@
|
| "/path/to/tmp/json",
|
| "--goma-dir",
|
| "[BUILD]/goma",
|
| + "--goma-fail-fast",
|
| + "--goma-disable-local-fallback",
|
| "--"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| @@ -153,7 +161,10 @@
|
| "https://isolateserver.appspot.com",
|
| "--verbose",
|
| "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json",
|
| - "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json",
|
| + "[SLAVE_BUILD]/v8/out/Release/check-static-initializers.isolated.gen.json",
|
| + "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json",
|
| + "[SLAVE_BUILD]/v8/out/Release/mjsunit.isolated.gen.json",
|
| + "[SLAVE_BUILD]/v8/out/Release/optimize_for_size.isolated.gen.json",
|
| "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json",
|
| "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json"
|
| ],
|
| @@ -162,7 +173,10 @@
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_default]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"check-static-initializers\": \"[dummy hash for check-static-initializers]\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for optimize_for_size]\", @@@",
|
| "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @@@",
|
| "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@@@",
|
| "@@@STEP_LOG_LINE@json.output@}@@@",
|
| @@ -170,60 +184,32 @@
|
| ]
|
| },
|
| {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
|
| - "--",
|
| - "[DEPOT_TOOLS]/gsutil.py",
|
| - "----",
|
| - "cp",
|
| - "-a",
|
| - "public-read",
|
| - "{\"bot_default\": \"[dummy hash for bot_default]\", \"mozilla\": \"[dummy hash for mozilla]\", \"simdjs\": \"[dummy hash for simdjs]\", \"test262\": \"[dummy hash for test262]\"}",
|
| - "gs://chromium-v8/v8-linux-nosnap-rel/full-build-linux_f2cbea7e89a45f46819777bb78a1f5bd0241f64c.json"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "gsutil upload",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/v8-linux-nosnap-rel/full-build-linux_f2cbea7e89a45f46819777bb78a1f5bd0241f64c.json@@@"
|
| - ]
|
| - },
|
| - {
|
| - "allow_subannotations": true,
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]/scripts/slave/zip_build.py",
|
| - "--target",
|
| - "Release",
|
| - "--build-url",
|
| - "gs://chromium-v8/v8-linux-nosnap-rel",
|
| - "--src-dir",
|
| - "v8",
|
| - "--factory-properties",
|
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"master\", \"buildername\": \"V8 Linux - nosnap builder\", \"buildnumber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
|
| - "--build-properties",
|
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"master\", \"buildername\": \"V8 Linux - nosnap builder\", \"buildnumber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "package build"
|
| - },
|
| - {
|
| "cmd": [],
|
| "cwd": "[SLAVE_BUILD]",
|
| "name": "trigger",
|
| "trigger_specs": [
|
| {
|
| - "builder_name": "V8 Linux - nosnap",
|
| + "builder_name": "v8_linux64_rel_ng_triggered",
|
| "properties": {
|
| + "category": "cq",
|
| + "issue": 12853011,
|
| + "master": "tryserver.v8",
|
| "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
|
| "parent_got_revision_cp": "refs/heads/master@{#50110}",
|
| "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c571640038896debc4",
|
| - "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
|
| + "patch_project": "v8",
|
| + "patch_storage": "rietveld",
|
| + "patchset": "1",
|
| + "reason": "CQ",
|
| + "requester": "commit-bot@chromium.org",
|
| + "revision": "12345",
|
| + "rietveld": "https://codereview.chromium.org",
|
| "swarm_hashes": {
|
| "bot_default": "[dummy hash for bot_default]",
|
| - "mozilla": "[dummy hash for mozilla]",
|
| + "check-static-initializers": "[dummy hash for check-static-initializers]",
|
| + "ignition": "[dummy hash for ignition]",
|
| + "mjsunit": "[dummy hash for mjsunit]",
|
| + "optimize_for_size": "[dummy hash for optimize_for_size]",
|
| "simdjs": "[dummy hash for simdjs]",
|
| "test262": "[dummy hash for test262]"
|
| }
|
| @@ -231,7 +217,7 @@
|
| }
|
| ],
|
| "~followup_annotations": [
|
| - "@@@STEP_TEXT@V8 Linux - nosnap@@@"
|
| + "@@@STEP_TEXT@v8_linux64_rel_ng_triggered@@@"
|
| ]
|
| },
|
| {
|
|
|