Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: scripts/slave/recipes/findit/chromium/compile.expected/failed_retry_compile_upon_infra_failure.json

Issue 1416763007: Add a recipe to identify culprits for chromium compile failures. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and Address comments. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/findit/chromium/compile.expected/failed_retry_compile_upon_infra_failure.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/compile_failure_ng.json b/scripts/slave/recipes/findit/chromium/compile.expected/failed_retry_compile_upon_infra_failure.json
similarity index 67%
copy from scripts/slave/recipes/chromium_trybot.expected/compile_failure_ng.json
copy to scripts/slave/recipes/findit/chromium/compile.expected/failed_retry_compile_upon_infra_failure.json
index da4d5e173722883cc908c615808f914fdd65a304..ad95252be35074173d3552f971f117790ccf0f88 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/compile_failure_ng.json
+++ b/scripts/slave/recipes/findit/chromium/compile.expected/failed_retry_compile_upon_infra_failure.json
@@ -1,5 +1,10 @@
[
{
+ "cmd": [],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "test r1"
+ },
+ {
"cmd": [
"python",
"-u",
@@ -7,30 +12,25 @@
"--master",
"tryserver.chromium.linux",
"--builder",
- "linux_chromium_rel_ng",
+ "linux_variable",
"--slave",
- "TestSlavename",
+ "build1-a1",
"--spec",
"cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]",
"--root",
"src",
"--revision_mapping_file",
"{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_revision\"}",
- "--issue",
- "12853011",
- "--patchset",
- "1",
- "--rietveld_server",
- "https://codereview.chromium.org",
"--output_json",
"/path/to/tmp/json",
"--revision",
- "src@HEAD",
+ "src@r1",
"--output_manifest"
],
"cwd": "[SLAVE_BUILD]",
- "name": "bot_update",
+ "name": "test r1.bot_update",
"~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_TEXT@Some step text@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
@@ -102,9 +102,10 @@
"--version"
],
"cwd": "[SLAVE_BUILD]",
- "name": "swarming.py --version",
+ "name": "test r1.swarming.py --version",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_TEXT@0.4.10@@@"
]
},
@@ -118,9 +119,12 @@
"cwd": "[SLAVE_BUILD]",
"env": {
"GYP_CHROMIUM_NO_ACTION": "1",
- "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1"
+ "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1"
},
- "name": "gclient runhooks (with patch)"
+ "name": "test r1.gclient runhooks",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
},
{
"cmd": [
@@ -131,8 +135,9 @@
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
- "name": "read test spec",
+ "name": "test r1.read test spec",
"~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json@@@",
"@@@STEP_LOG_LINE@json.output@{}@@@",
"@@@STEP_LOG_END@json.output@@@"
@@ -152,162 +157,49 @@
"--paths",
"{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
"--properties",
- "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}"
+ "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"mastername\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platform\": \"linux\"}"
],
"cwd": "[SLAVE_BUILD]",
- "name": "get compile targets for scripts",
+ "name": "test r1.get compile targets for scripts",
"~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_LINE@json.output@{}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [
- "killall",
- "-9",
- "gnome-keyring-daemon"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "killall gnome-keyring-daemon"
- },
- {
- "cmd": [
- "git",
- "diff",
- "--cached",
- "--name-only"
- ],
- "cwd": "[SLAVE_BUILD]/src",
- "name": "git diff to analyze patch",
- "stdout": "/path/to/tmp/",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@files@foo.cc@@@",
- "@@@STEP_LOG_END@files@@@"
- ]
- },
- {
- "cmd": [
"python",
"-u",
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
- "/path/to/tmp/json"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "read filter exclusion spec",
- "~followup_annotations": [
- "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
- "@@@STEP_LOG_LINE@json.output@ ]@@@",
- "@@@STEP_LOG_LINE@json.output@ }, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
- "@@@STEP_LOG_LINE@json.output@ }@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "import sys; sys.exit(0)"
+ "[BUILD]/scripts/slave/cleanup_temp.py"
],
"cwd": "[SLAVE_BUILD]",
- "name": "analyze",
+ "name": "test r1.cleanup_temp",
"~followup_annotations": [
- "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
- "@@@STEP_LOG_END@excluded_files@@@",
- "@@@STEP_LOG_LINE@analyze_details@{@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
- "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
- "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
- "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
- "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
- "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
- "@@@STEP_LOG_LINE@analyze_details@}@@@",
- "@@@STEP_LOG_END@analyze_details@@@"
+ "@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"python",
"-u",
- "[BUILD]/scripts/slave/cleanup_temp.py"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "cleanup_temp"
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
- "--build-dir",
- "[SLAVE_BUILD]/src/out/Release",
- "--clean-isolated-files"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "clean isolated files"
- },
- {
- "cmd": [
- "python",
- "-u",
"[SLAVE_BUILD]/src/tools/mb/mb.py",
"gen",
"-m",
- "tryserver.chromium.linux",
+ "chromium.linux",
"-b",
- "linux_chromium_rel_ng",
+ "Linux Builder",
"--config-file",
"[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
"--goma-dir",
"[BUILD]/goma",
- "--swarming-targets-file",
- "content_gl_tests\ngl_tests\nangle_unittests\ngl_unittests\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntab_capture_end2end_tests\n",
"//out/Release"
],
"cwd": "[SLAVE_BUILD]",
- "name": "generate_build_files (with patch)"
+ "name": "test r1.generate_build_files",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
},
{
"cmd": [
@@ -326,29 +218,34 @@
"/path/to/tmp/json",
"--goma-dir",
"[BUILD]/goma",
- "--goma-fail-fast",
- "--goma-disable-local-fallback",
"--ninja-ensure-up-to-date",
"--",
- "angle_unittests_run",
- "chrome",
- "chromium_swarm_tests",
- "content_gl_tests_run",
- "gl_tests_run",
- "gl_unittests_run",
- "tab_capture_end2end_tests_run",
- "telemetry_gpu_test_run"
+ "target_name"
],
"cwd": "[SLAVE_BUILD]",
- "name": "compile (with patch)",
+ "name": "test r1.compile",
"~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
"step returned non-zero exit code: 1",
- "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
- "@@@STEP_LOG_END@json.output (invalid)@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 408@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@ ]@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@",
"@@@STEP_FAILURE@@@"
]
},
{
+ "cmd": [],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "test r1 (2)"
+ },
+ {
"cmd": [
"python",
"-u",
@@ -356,27 +253,25 @@
"--master",
"tryserver.chromium.linux",
"--builder",
- "linux_chromium_rel_ng",
+ "linux_variable",
"--slave",
- "TestSlavename",
+ "build1-a1",
"--spec",
"cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]",
"--root",
"src",
"--revision_mapping_file",
"{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_revision\"}",
- "--rietveld_server",
- "https://codereview.chromium.org",
"--output_json",
"/path/to/tmp/json",
"--revision",
- "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
- "--force",
+ "src@r1",
"--output_manifest"
],
"cwd": "[SLAVE_BUILD]",
- "name": "bot_update (without patch)",
+ "name": "test r1.bot_update (2)",
"~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_TEXT@Some step text@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
@@ -425,7 +320,19 @@
"@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@"
+ "@@@STEP_LOG_END@json.output@@@",
+ "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aeeefc1b9b50\"@@@",
+ "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\"@@@",
+ "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da93418c623137f4\"@@@",
+ "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
+ "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\"@@@",
+ "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b8d7bc6080c\"@@@",
+ "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671d43e399\"@@@",
+ "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@@",
+ "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master@{#276089}\"@@@",
+ "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644}\"@@@",
+ "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@",
+ "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}\"@@@"
]
},
{
@@ -438,9 +345,65 @@
"cwd": "[SLAVE_BUILD]",
"env": {
"GYP_CHROMIUM_NO_ACTION": "1",
- "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1"
+ "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1"
},
- "name": "gclient runhooks (without patch)"
+ "name": "test r1.gclient runhooks (2)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json",
+ "/path/to/tmp/json"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "test r1.read test spec (2)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json@@@",
+ "@@@STEP_LOG_LINE@json.output@{}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
+ "--output",
+ "/path/to/tmp/json",
+ "--",
+ "--build-config-fs",
+ "Release",
+ "--use-src-side-runtest-py",
+ "--paths",
+ "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
+ "--properties",
+ "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"mastername\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platform\": \"linux\"}"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "test r1.get compile targets for scripts (2)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_LOG_LINE@json.output@{}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]/scripts/slave/cleanup_temp.py"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "test r1.cleanup_temp (2)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
},
{
"cmd": [
@@ -449,19 +412,20 @@
"[SLAVE_BUILD]/src/tools/mb/mb.py",
"gen",
"-m",
- "tryserver.chromium.linux",
+ "chromium.linux",
"-b",
- "linux_chromium_rel_ng",
+ "Linux Builder",
"--config-file",
"[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
"--goma-dir",
"[BUILD]/goma",
- "--swarming-targets-file",
- "content_gl_tests\ngl_tests\nangle_unittests\ngl_unittests\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntab_capture_end2end_tests\n",
"//out/Release"
],
"cwd": "[SLAVE_BUILD]",
- "name": "generate_build_files (without patch)"
+ "name": "test r1.generate_build_files (2)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
},
{
"cmd": [
@@ -480,31 +444,44 @@
"/path/to/tmp/json",
"--goma-dir",
"[BUILD]/goma",
- "--goma-fail-fast",
- "--goma-disable-local-fallback",
"--ninja-ensure-up-to-date",
"--",
- "angle_unittests_run",
- "chrome",
- "chromium_swarm_tests",
- "content_gl_tests_run",
- "gl_tests_run",
- "gl_unittests_run",
- "tab_capture_end2end_tests_run",
- "telemetry_gpu_test_run"
+ "target_name"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "test r1.compile (2)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "step returned non-zero exit code: 1",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 408@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@ ]@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "import sys; sys.exit(0)"
],
"cwd": "[SLAVE_BUILD]",
- "name": "compile (without patch)",
+ "name": "report",
"~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
- "@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@",
- "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90b814\"@@@"
+ "@@@STEP_LOG_LINE@result@[]@@@",
+ "@@@STEP_LOG_END@result@@@"
]
},
{
"name": "$result",
- "reason": "Step('compile (with patch)') failed with return_code 1",
+ "reason": "Infra compile failure: Step Failure in test r1.compile (2)",
"status_code": 1
}
]

Powered by Google App Engine
This is Rietveld 408576698