-
Notifications
You must be signed in to change notification settings - Fork 23
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 bash integration tests #168
Conversation
@@ -9,51 +9,6 @@ on: | |||
- "*" | |||
|
|||
jobs: | |||
teleporter-integration-test: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rename this file to be a little more specific now that it only contains one type of test?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we combine e2e.yml
into here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that makes more sense!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put everything in test.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just comment about combining e2e.yml into test.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
1b9dead
Why this should be merged
Removes the bash integration test setup, now that all of those integration tests have been implemented in the Ginkgo framework.
Fixes #27
How this works
Removes integration test scripts, test runner docker compose files, and the integration test CI job.
How this was tested
CI, verified that
run.sh
still works as expectedHow is this documented
Removed all references to
test.sh
from the docs, and removed some related documentation bloat.