-
Notifications
You must be signed in to change notification settings - Fork 198
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
Cross cloud providers tests #1583
Cross cloud providers tests #1583
Conversation
2ca1763
to
bfe2000
Compare
6b5c629
to
c2213b7
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.
Looks great, maybe we should setup some TTL or something on the ECR registry so images are deleted after some time?
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.
🥇
# Wait for the pods to be ready | ||
kubectl wait --for=condition=ready pod -l app=frontend --timeout=50s | ||
kubectl wait --for=condition=ready pod -l app=coupon --timeout=50s | ||
kubectl wait --for=condition=ready pod -l app=inventory --timeout=50s | ||
kubectl wait --for=condition=ready pod -l app=membership --timeout=50s |
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.
isn't it taken care of by assert-apps-installed.yaml
?
d3b1006
to
c0b29af
Compare
8253ccf
to
beb6826
Compare
ff662b9
to
f723b20
Compare
No description provided.