From d8352254755888a0547746fc64bf90f950dc9b5b Mon Sep 17 00:00:00 2001 From: elijahomolo Date: Tue, 26 Nov 2024 16:31:18 -0500 Subject: [PATCH] drop 1.28 test driver (#627) * drop 1.28 test driver * drop 1.28 from test run --------- Co-authored-by: Elijah Omolo --- .github/workflows/test.yaml | 2 +- test/e2e/testdrivers/1.28.yaml | 44 ---------------------------------- 2 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 test/e2e/testdrivers/1.28.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 934a9af3..d95aa5e0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -93,7 +93,7 @@ jobs: strategy: fail-fast: false matrix: - kube-release: ['1.31', '1.30', '1.29', '1.28'] + kube-release: ['1.31', '1.30', '1.29'] steps: - name: checkout diff --git a/test/e2e/testdrivers/1.28.yaml b/test/e2e/testdrivers/1.28.yaml deleted file mode 100644 index f121f8e6..00000000 --- a/test/e2e/testdrivers/1.28.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2023 DigitalOcean -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -StorageClass: - FromName: true -SnapshotClass: - FromName: true -DriverInfo: - Name: dobs.csi.digitalocean.com-dev - SupportedSizeRange: - Max: 100Gi - Min: 1Gi - Capabilities: - persistence: true - block: true - fsGroup: true - volumeMountGroup: false - exec: true - snapshotDataSource: true - pvcDataSource: false - multipods: true - RWX: false - controllerExpansion: true - nodeExpansion: true - onlineExpansion: true - volumeLimits: true - singleNodeVolume: true - topology: true - capacity: false - SupportedFsType: - ext3: - ext4: - xfs: