-
Notifications
You must be signed in to change notification settings - Fork 29
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
ci: add barebone e2e tests with basic awslogs scenario #66
Conversation
730654a
to
ee87d06
Compare
a031d57
to
2abb022
Compare
2abb022
to
d653eaa
Compare
335eb9a
to
bc057f7
Compare
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.
Super exciting PR. The local collector for AWS CW logs is really cool. Left some feedback but overall the direction is great.
bc057f7
to
449893a
Compare
Signed-off-by: Ziwen Ning <[email protected]>
449893a
to
2380241
Compare
.PHONY: test-e2e | ||
test-e2e: | ||
go test -timeout 30m ./e2e -test.v -ginkgo.v --binary "$(AWS_CONTAINERD_LOGGERS_BINARY)" | ||
|
||
.PHONY: test-e2e-for-awslogs | ||
test-e2e: | ||
go test -timeout 30m ./e2e -test.v -ginkgo.v --binary "$(AWS_CONTAINERD_LOGGERS_BINARY)" --log-driver "awslogs" |
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.
these rules are duplicate, did you mean for the second to bee test-e2e-awslogs
?
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 will fix in a separated PR.
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Signed-off-by: Ziwen Ning <[email protected]>
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.