Skip to content

Commit

Permalink
implement conformance test with e2e framework
Browse files Browse the repository at this point in the history
  • Loading branch information
sbueringer committed Mar 24, 2021
1 parent c7e06c6 commit bade7b9
Show file tree
Hide file tree
Showing 54 changed files with 7,063 additions and 994 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,6 @@ zz_generated.openapi.go

#Tilt files.
.tiltbuild

# sshuttle
sshuttle.pid
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ issues:
- "G108: Profiling endpoint is automatically exposed on /debug/pprof"
run:
timeout: 6m
build-tags:
- e2e

skip-files:
- "zz_generated.*\\.go$"
- ".*_mock\\.go"
Loading

0 comments on commit bade7b9

Please sign in to comment.