Skip to content

Commit

Permalink
Update config to move Leak Detection Linux to main waterfall
Browse files Browse the repository at this point in the history
This CL updates bot config to move Leak Detection Linux from fyi to main waterfall.

Bug: 807520
Change-Id: I5ddfedcc968de1f949a95d432f0c6b788f662ec0
Reviewed-on: https://chromium-review.googlesource.com/905706
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Yuzu Saijo <yuzus@chromium.org>
Cr-Commit-Position: refs/heads/master@{#534917}
  • Loading branch information
Yuzu Saijo authored and Commit Bot committed Feb 7, 2018
1 parent 4210d39 commit ce99889
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
25 changes: 0 additions & 25 deletions testing/buildbot/chromium.fyi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4387,31 +4387,6 @@
"all"
]
},
"Leak Detection Linux": {
"isolated_scripts": [
{
"args": [
"memory.leak_detection",
"--upload-results",
"--output-format=histograms",
"--browser=release",
"--xvfb"
],
"isolate_name": "telemetry_perf_tests",
"name": "memory.leak_detection",
"override_compile_targets": [
"telemetry_perf_tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"expiration": 36000,
"hard_timeout": 10800,
"ignore_task_failure": false,
"io_timeout": 3600
}
}
]
},
"Linux ARM": {
"gtest_tests": [
{
Expand Down
25 changes: 25 additions & 0 deletions testing/buildbot/chromium.linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,31 @@
"cast_test_lists"
]
},
"Leak Detection Linux": {
"isolated_scripts": [
{
"args": [
"memory.leak_detection",
"--upload-results",
"--output-format=histograms",
"--browser=release",
"--xvfb"
],
"isolate_name": "telemetry_perf_tests",
"name": "memory.leak_detection",
"override_compile_targets": [
"telemetry_perf_tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"expiration": 36000,
"hard_timeout": 10800,
"ignore_task_failure": false,
"io_timeout": 3600
}
}
]
},
"Linux Builder": {
"additional_compile_targets": [
"all"
Expand Down
10 changes: 5 additions & 5 deletions testing/buildbot/waterfalls.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -1015,11 +1015,6 @@
'all',
],
},
'Leak Detection Linux': {
'test_suites': {
'isolated_scripts': 'leak_detection_isolated_scripts',
},
},
'Linux ARM': {
'test_suites': {
'gtest_tests': 'linux_arm_gtests',
Expand Down Expand Up @@ -1356,6 +1351,11 @@
'cast_test_lists',
],
},
'Leak Detection Linux': {
'test_suites': {
'isolated_scripts': 'leak_detection_isolated_scripts',
},
},
'Linux Builder': {
'additional_compile_targets': [
'all'
Expand Down
2 changes: 1 addition & 1 deletion tools/mb/mb_config.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@
'MD Top Chrome ChromeOS non-material': 'chromeos_with_codecs_debug_bot',
'MD Top Chrome Win material': 'debug_bot_minimal_symbols',
'MD Top Chrome Linux material': 'debug_bot',
'Leak Detection Linux': 'release_bot',
'Libfuzzer Upload Linux ASan': 'release_libfuzzer_asan',
'Libfuzzer Upload Linux ASan Debug': 'debug_libfuzzer_asan',
'Libfuzzer Upload Linux MSan': 'release_libfuzzer_msan',
Expand Down Expand Up @@ -328,6 +327,7 @@
'Cast Android (dbg)': 'android_cast_debug_static_bot',
'Cast Linux': 'cast_release_bot',
'Cast Audio Linux': 'cast_audio_release_bot',
'Leak Detection Linux': 'release_bot',
'Linux Builder (dbg)': 'debug_bot',
'Linux Builder (dbg)(32)': 'debug_bot_x86',
'Linux Builder': 'release_bot',
Expand Down

0 comments on commit ce99889

Please sign in to comment.