Skip to content

Commit

Permalink
run the failing xfs test to confirm the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaja Omer committed Sep 12, 2024
1 parent 3ef5acf commit fee252e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ jobs:
- name: Setup CAPL Management Kind Cluster and CAPL Child Cluster For Testing
run: devbox run mgmt-and-capl-cluster

- name: Run E2E Tests
run: devbox run e2e-test
# - name: Run E2E Tests
# run: devbox run e2e-test

- name: Run CSI-Sanity Tests
run: devbox run csi-sanity-test
# - name: Run CSI-Sanity Tests
# run: devbox run csi-sanity-test

- name: run upstream E2E Tests
if: github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/main'
run: devbox run upstream-e2e-tests

- name: Cleanup Resources
Expand Down
2 changes: 1 addition & 1 deletion tests/upstream-e2e/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tar xzvf ${OUT_TAR} -C ${OUT_DIR}
# Run k8s e2e tests for storage driver
./${OUT_DIR}/kubernetes/test/bin/e2e.test `# runs kubernetes e2e tests` \
--ginkgo.vv `# enables verbose output` \
--ginkgo.focus='External.Storage' `# only run external storage tests` \
--ginkgo.focus='External Storage \[Driver: linodebs\.csi\.linode\.com\] \[Testpattern: Dynamic PV \(xfs\)\] \[Slow\] multiVolume \[Slow\] should concurrently access the volume and its clone from pods on the same node \[LinuxOnly\] \[Feature:VolumeSourceXFS\]' `# only run external storage tests` \
--ginkgo.skip='\[Disruptive\]' `# skip disruptive tests as they need ssh access to nodes` \
--ginkgo.skip='volume-expand' `# skip volume-expand as its done manually for now` \
--ginkgo.skip='snapshottable' `# skip as we don't support snapshots` \
Expand Down

0 comments on commit fee252e

Please sign in to comment.