-
Notifications
You must be signed in to change notification settings - Fork 5
Add smoke tests #276
Add smoke tests #276
Conversation
env: | ||
URI: ${{needs.build.outputs.uri}} | ||
run: | | ||
echo "Sleeping 1 minute due to https://github.com/Azure/azure-dev/issues/2669" |
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 do wonder if we want to do this a fancier way. We could even write a Python script using tenacity to check for 200 status with backoff and 10 attempts, that sort of thing. Or we could do that in bash (barf).
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 think we can make it cooler later... this works for now (unless it doesn't)
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.
It does seem to work so far! We'll see what happens when we cruft update on all 17 repos.
Tested this update here: https://github.com/Azure-Samples/azure-flask-postgres-flexible-appservice/pull/13/files |
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! Happy to get smoke-tests added to our demos!
No description provided.