Skip to content

Commit

Permalink
Run only DSE read_only_fs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Sep 18, 2024
1 parent 3dfee48 commit 559a80c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/kindIntegTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
name: k8s-logs-smoke_test-${{ matrix.version }}
path: ./build/kubectl_dump

kind_int_tests:
# kind_int_tests:
needs: build_docker_images
strategy:
matrix:
Expand Down Expand Up @@ -231,14 +231,9 @@ jobs:
strategy:
matrix:
version:
- "3.11.17"
- "4.0.13"
- "4.1.6"
- "6.8.50"
- "6.9.2"
- "1.0.0"
integration_test:
- test_all_the_things
- smoke_test_read_only_fs
include:
- version: 6.8.50
Expand Down Expand Up @@ -274,12 +269,11 @@ jobs:
with:
integration_test: ${{ matrix.integration_test }}
- name: Archive k8s logs
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: k8s-logs-smoke_test-${{ matrix.version }}
path: ./build/kubectl_dump
kind_topolvm_tests:
# kind_topolvm_tests:
name: TopoLVM kind installation with volumeExpansion
needs: build_docker_images
strategy:
Expand Down

0 comments on commit 559a80c

Please sign in to comment.