| Index: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.json b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.json
|
| index 5ec314aeed6ad822351808409f0ced57041f5b2b..86c1b48913c0aa6faf8401fa9154cd6da4e1c340 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.json
|
| @@ -120,125 +120,8 @@
|
| "name": "cleanup_temp"
|
| },
|
| {
|
| - "allow_subannotations": true,
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]/scripts/slave/clang_revision.py",
|
| - "--src-dir",
|
| - "[SLAVE_BUILD]/src",
|
| - "--output-json",
|
| - "/path/to/tmp/json"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "clang_revision",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILD]/scripts/slave/compile.py",
|
| - "--target",
|
| - "Debug",
|
| - "--src-dir",
|
| - "[SLAVE_BUILD]/src",
|
| - "--build-tool",
|
| - "ninja",
|
| - "--compiler",
|
| - "goma-clang",
|
| - "--goma-dir",
|
| - "[BUILD]/goma",
|
| - "--clobber",
|
| - "--",
|
| - "chromium_builder_asan"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "compile"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys.argv[1]), f)\n",
|
| - "[SLAVE_BUILD]/src/out/Debug",
|
| - "/path/to/tmp/json"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "listdir build_dir",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output@[@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@]@@@",
|
| - "@@@STEP_LOG_END@json.output@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@@@",
|
| - "@@@STEP_LOG_END@python.inline@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_MODULE[archive]/resources/zip_archive.py",
|
| - "[TMP_BASE]/chrome_staging_tmp_1",
|
| - "asan-linux-debug-v8-component-43426",
|
| - "[\"file 1\", \"file 2\"]",
|
| - "[SLAVE_BUILD]/src/out/Debug"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "zipping"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[DEPOT_TOOLS]/gsutil.py",
|
| - "--force-version",
|
| - "3.25",
|
| - "--",
|
| - "-h",
|
| - "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#43426}",
|
| - "-h",
|
| - "x-goog-meta-Cr-Commit-Position-Number:43426",
|
| - "-h",
|
| - "x-goog-meta-Cr-Git-Commit:801ada225ddc271c132c3a35f03975671d43e399",
|
| - "cp",
|
| - "-a",
|
| - "public-read",
|
| - "[TMP_BASE]/chrome_staging_tmp_1/asan-linux-debug-v8-component-43426.zip",
|
| - "gs://v8-asan/linux-debug/asan-linux-debug-v8-component-43426.zip"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "gsutil upload",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-asan/linux-debug/asan-linux-debug-v8-component-43426.zip@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
|
| - "[TMP_BASE]/chrome_staging_tmp_1/asan-linux-debug-v8-component-43426.zip"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "asan-linux-debug-v8-component-43426.zip",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@python.inline@@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@import os@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@import sys@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
|
| - "@@@STEP_LOG_END@python.inline@@@"
|
| - ]
|
| + "name": "$final_result",
|
| + "reason": "Misconfigured bot: no compile targets",
|
| + "status_code": 1
|
| }
|
| ]
|
|
|