Skip to content

Commit 50b3f4b

Browse files
authored
Merge pull request #1206 from amacaskill/xfs-tests
Add xfs storageclass to enable xfs volumeexpansion tests
2 parents a0bb753 + fd7adc8 commit 50b3f4b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: storage.k8s.io/v1
2+
kind: StorageClass
3+
metadata:
4+
name: csi-gcepd-xfs
5+
provisioner: pd.csi.storage.gke.io
6+
parameters:
7+
type: pd-balanced
8+
csi.storage.k8s.io/fstype: xfs
9+
volumeBindingMode: WaitForFirstConsumer

test/run-k8s-integration-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ readonly test_disk_image_snapshot=${TEST_DISK_IMAGE_SNAPSHOT:-true}
3333

3434
readonly GCE_PD_TEST_FOCUS="PersistentVolumes\sGCEPD|[V|v]olume\sexpand|\[sig-storage\]\sIn-tree\sVolumes\s\[Driver:\sgcepd\]|allowedTopologies|Pod\sDisks|PersistentVolumes\sDefault"
3535

36-
storage_classes=sc-balanced.yaml,sc-ssd.yaml
36+
storage_classes=sc-balanced.yaml,sc-ssd.yaml,sc-xfs.yaml
3737

3838
if [[ $test_pd_labels = true ]] ; then
3939
storage_classes=${storage_classes},sc-standard.yaml

0 commit comments

Comments
 (0)