Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Reduce test flakiness
Browse files Browse the repository at this point in the history
- Change broker and driver fly make task to run on an external worker
- external worker is optimized with fast disk i/o

Authored-by: Dennis Leon <[email protected]>
  • Loading branch information
DennisDenuto committed Mar 26, 2020
1 parent 1118820 commit da82bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ e2e:
ginkgo -r -focus "CSI Volumes|CSIDriver"

fly:
fly -t persi execute -p -c ~/workspace/smb-volume-k8s-release/smb-csi-driver/ci/unit-tests.yml -i smb-volume-k8s-release=$$HOME/workspace/smb-volume-k8s-release
fly -t persi execute --tag=kind -p -c ~/workspace/smb-volume-k8s-release/smb-csi-driver/ci/unit-tests.yml -i smb-volume-k8s-release=$$HOME/workspace/smb-volume-k8s-release

fly-e2e:
fly -t persi execute -p -c ~/workspace/smb-volume-k8s-release/smb-csi-driver/ci/e2e-tests.yml -i smb-volume-k8s-release=$$HOME/workspace/smb-volume-k8s-release
fly -t persi execute --tag=kind -p -c ~/workspace/smb-volume-k8s-release/smb-csi-driver/ci/e2e-tests.yml -i smb-volume-k8s-release=$$HOME/workspace/smb-volume-k8s-release

kapp: SHELL=/bin/bash
kapp:
Expand Down

0 comments on commit da82bcf

Please sign in to comment.