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

Unified Diff: scripts/slave/recipe_modules/v8/builders.py

Issue 1573093002: V8 Buildbot: Remove swarming staging builders/testers. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Review Created 4 years, 11 months 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
« no previous file with comments | « scripts/slave/gatekeeper.json ('k') | scripts/slave/recipes/v8.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/builders.py
diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
index 596941cec5401017f3da07ba7cf251bcbe322f5f..94d7481d876ce1ddfa5c66c4073fbcdf6ffecf93 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -75,24 +75,6 @@ BUILDERS = {
'V8 Linux - presubmit',
],
},
- 'V8 Linux - swarming staging builder': {
- 'chromium_apply_config': [
- 'clang', 'v8_ninja', 'goma', 'embed_script_mjsunit'],
- 'v8_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- 'TARGET_BITS': 64,
- },
- 'bot_type': 'builder',
- 'build_gs_archive': 'linux_swarming_staging_archive',
- 'enable_swarming': True,
- 'testing': {
- 'platform': 'linux',
- },
- 'triggers': [
- 'V8 Linux - swarming staging 1',
- 'V8 Linux - swarming staging 2',
- ],
- },
'V8 Linux - debug builder': {
'chromium_apply_config': ['clang', 'v8_ninja', 'goma'],
'v8_config_kwargs': {
@@ -180,41 +162,7 @@ BUILDERS = {
'os': 'Ubuntu-12.04',
},
},
- 'V8 Linux - swarming staging 1': {
- 'v8_apply_config': ['no_harness'],
- 'v8_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- 'TARGET_BITS': 64,
- },
- 'bot_type': 'tester',
- 'parent_buildername': 'V8 Linux - swarming staging builder',
- 'build_gs_archive': 'linux_swarming_staging_archive',
- 'tests': [Mjsunit, V8Initializers],
- 'testing': {'platform': 'linux'},
- 'enable_swarming': True,
- 'slim_swarming_tester': True,
- 'swarming_dimensions': {
- 'os': 'Ubuntu',
- },
- },
- 'V8 Linux - swarming staging 2': {
- 'v8_apply_config': ['gc_stress', 'no_harness'],
- 'v8_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- 'TARGET_BITS': 64,
- },
- 'bot_type': 'tester',
- 'parent_buildername': 'V8 Linux - swarming staging builder',
- 'build_gs_archive': 'linux_swarming_staging_archive',
- 'tests': [Mjsunit],
- 'testing': {'platform': 'linux'},
- 'enable_swarming': True,
- 'slim_swarming_tester': True,
- 'swarming_dimensions': {
- 'os': 'Ubuntu',
- },
- },
- 'V8 Linux - swarming staging 3': {
+ 'V8 Linux - swarming staging': {
'chromium_apply_config': [
'v8_ninja', 'clang', 'asan', 'goma'],
'v8_config_kwargs': {
« no previous file with comments | « scripts/slave/gatekeeper.json ('k') | scripts/slave/recipes/v8.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698