-
Notifications
You must be signed in to change notification settings - Fork 35
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
PoC: Add hosted integration testing #714
base: main
Are you sure you want to change the base?
Conversation
ea8919a
to
8f45b25
Compare
3ed4b1c
to
0f2f1d9
Compare
468218d
to
96cb7ff
Compare
ab717c0
to
96ef6df
Compare
96ef6df
to
5ce88b4
Compare
@@ -0,0 +1,30 @@ | |||
//go:build integration |
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.
Let's avoid using random values. I think we can run all test cases in eco-goinfra-intergation-tests namespace.
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.
I actually like the random namespaces when running in parallel. Keeps everything separated nicely and doesn't allow for any cross contamination (if any, potentially) of any of the tests. We can discuss at next meeting if needed.
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.
Please check few comments.
b513539
to
3ce876b
Compare
b2842b1
to
57f3250
Compare
0af1bd3
to
aa1648b
Compare
f883968
to
613c004
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.
/lgtm
9f84e47
to
7f4c3bc
Compare
e306ee2
to
d1cef74
Compare
d1cef74
to
759b6fa
Compare
Automatically runs integration testing against both
arm64
andx86
free tier Github Actions runners.