Skip to content

Commit

Permalink
Remove secrets encryption E2E from Drone
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed Feb 11, 2025
1 parent 8b2b3c7 commit 2e76437
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -617,11 +617,6 @@ steps:
vagrant destroy -f
go test -v -timeout=45m ./validatecluster_test.go -ci -local
cp ./coverage.out /tmp/artifacts/validate-coverage.out
- |
cd ../secretsencryption
vagrant destroy -f
go test -v -timeout=30m ./secretsencryption_test.go -ci -local
cp ./coverage.out /tmp/artifacts/se-coverage.out
- |
cd ../splitserver
vagrant destroy -f
Expand Down Expand Up @@ -661,7 +656,6 @@ steps:
from_secret: codecov_token
files:
- /tmp/artifacts/validate-coverage.out
- /tmp/artifacts/se-coverage.out
- /tmp/artifacts/split-coverage.out
- /tmp/artifacts/upgrade-coverage.out
flags:
Expand Down

0 comments on commit 2e76437

Please sign in to comment.