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: