From ab13b431d44add08b68d96d99bbb0d0b3f2ce86d Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Thu, 29 Aug 2024 15:56:09 +0100 Subject: Delete monthly ramp flags. They create too much overhead. Test: Codesearch for `m202._.._ramp` and `m202...ramp` to check flag usage. Bug: 348355775 Change-Id: I3f23dbdbf3c6e357b85a281e60355ef24a309d25 --- build/flags/art-flags.aconfig | 75 +++---------------------------------------- 1 file changed, 4 insertions(+), 71 deletions(-) (limited to 'build') diff --git a/build/flags/art-flags.aconfig b/build/flags/art-flags.aconfig index 765a811396..e38f62a0ae 100644 --- a/build/flags/art-flags.aconfig +++ b/build/flags/art-flags.aconfig @@ -15,16 +15,6 @@ package: "com.android.art.flags" container: "com.android.art" -# TODO(b/352723620): Ramp this fully, then add tests with it. -flag { - name: "test" - namespace: "art_mainline" - description: "Permanent test flag." - bug: "352723620" - is_fixed_read_only: true - is_exported: false -} - # Flag for the experimental feature of on-demand method tracing flag { name: "always_enable_profile_code" @@ -35,69 +25,12 @@ flag { is_exported: true } -# Generic flags that ramp for upcoming Mainline trains -# -# These may be used for any feature where the ramp schedule fits - see -# go/art-monthly-flags for details and go/art-monthly-flag-schedule for exact -# dates. The feature may target the respective train or any later one. These -# flags should never be exported. - -# Trunkfood ramp early June 2024 -flag { - name: "m2024_09_ramp" - namespace: "art_mainline" - description: "Flag ramped to target M-2024-09." - bug: "349082752" - is_fixed_read_only: true - is_exported: false -} - -# Trunkfood ramp early July 2024 -flag { - name: "m2024_10_ramp" - namespace: "art_mainline" - description: "Flag ramped to target M-2024-10." - bug: "349082752" - is_fixed_read_only: true - is_exported: false -} - -# Trunkfood ramp early August 2024 -flag { - name: "m2024_11_ramp" - namespace: "art_mainline" - description: "Flag ramped to target M-2024-11." - bug: "349082752" - is_fixed_read_only: true - is_exported: false -} - -# Trunkfood ramp early September 2024 -flag { - name: "m2024_12_ramp" - namespace: "art_mainline" - description: "Flag ramped to target M-2024-12." - bug: "349082752" - is_fixed_read_only: true - is_exported: false -} - -# Trunkfood ramp early October 2024 -flag { - name: "m2025_01_ramp" - namespace: "art_mainline" - description: "Flag ramped to target M-2025-01." - bug: "349082752" - is_fixed_read_only: true - is_exported: false -} - -# Trunkfood ramp early November 2024 +# TODO(b/352723620): Ramp this fully, then add tests with it. flag { - name: "m2025_02_ramp" + name: "test" namespace: "art_mainline" - description: "Flag ramped to target M-2025-02." - bug: "349082752" + description: "Permanent test flag." + bug: "352723620" is_fixed_read_only: true is_exported: false } -- cgit v1.2.3-59-g8ed1b