Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
drivebyer committed Sep 14, 2024
1 parent 86adf56 commit b8c66af
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,24 +202,25 @@ jobs:
GOSEC_OUTPUT: "junit-xml:/github/workspace/gosec-results.xml"

e2e_test:
needs: [validate_yaml]
name: ${{ matrix.testpath }}
#needs: [validate_yaml]
# name: ${{ matrix.testpath }}
name: e2e
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/
# 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 @@ -265,4 +266,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 --test-dir ./tests/e2e-chainsaw --config tests/_config/chainsaw-configuration.yaml

0 comments on commit b8c66af

Please sign in to comment.