Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove e2e Testing on circleci #445

Merged
merged 4 commits into from
Jan 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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