Skip to content

Commit

Permalink
ci: remove strategy from test
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Mar 31, 2024
1 parent 80a26a9 commit 7d020ba
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/e2e-chainsaw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,8 @@ jobs:
run: yamllint --strict ./tests/

test:
name: ${{ matrix.testpath }}
name: "E2E chainsaw tests"
runs-on: ubuntu-latest
strategy:
matrix:
testpath:
- ./tests/e2e-chainsaw/v1beta2/teardown/
- ./tests/e2e-chainsaw/v1beta2/setup/
- ./tests/e2e-chainsaw/v1beta2/hostnetwork/
- ./tests/e2e-chainsaw/v1beta2/password/
- ./tests/e2e-chainsaw/v1beta2/ha-setup/
- ./tests/e2e-chainsaw/v1beta2/ha-failover/
- ./tests/e2e-chainsaw/v1beta2/nodeport/
- ./tests/e2e-chainsaw/v1beta2/pvc-name/
- ./tests/e2e-chainsaw/v1beta2/keep-pvc/
- ./tests/e2e-chainsaw/v1beta2/acl-user/
- ./tests/e2e-chainsaw/v1beta2/scaling/
- ./tests/e2e-chainsaw/v1beta2/ignore-annots/

steps:
- name: Checkout code
Expand Down Expand Up @@ -84,4 +69,4 @@ jobs:
kubectl wait --for=condition=available --timeout=300s deployment/redis-operator-redis-operator -n redis-operator-system
- name: Run chainsaw test
run: chainsaw test --test-dir ${{ matrix.testpath }} --config tests/_config/chainsaw-configuration.yaml
run: chainsaw test --config tests/_config/chainsaw-configuration.yaml tests/e2e-chainsaw

0 comments on commit 7d020ba

Please sign in to comment.