Skip to content

Commit

Permalink
Remove e2e Testing on circleci (#445)
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Sipe <kensipe@gmail.com>
  • Loading branch information
kensipe committed Jan 3, 2023
1 parent 03e77af commit 4f2212e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 50 deletions.
21 changes: 0 additions & 21 deletions .circleci/config.yml

This file was deleted.

28 changes: 0 additions & 28 deletions hack/run-e2e-tests.sh

This file was deleted.

3 changes: 3 additions & 0 deletions pkg/test/kind_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

package test

// This test file is the only test that requires docker on the platform. It may be worth creating a new build tag for that
// but adds complexity for 1 case.

import (
"bufio"
"bytes"
Expand Down
1 change: 0 additions & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ RUN make download
COPY pkg/ pkg/
COPY cmd/ cmd/
COPY hack/run-integration-tests.sh hack/run-integration-tests.sh
COPY hack/run-e2e-tests.sh hack/run-e2e-tests.sh
COPY test/ test/
COPY kuttl-test.yaml kuttl-test.yaml

0 comments on commit 4f2212e

Please sign in to comment.