-
Notifications
You must be signed in to change notification settings - Fork 1k
feat: add deployment tests, remove unused scripts + GAE storage samples #1336
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
Conversation
| TESTCMD="$TESTCMD --group deploy" | ||
| else | ||
| TESTCMD="$TESTCMD --exclude-group deploy" | ||
| fi |
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.
New logic added so when RUN_DEPLOYMENT_TESTS is true, only the deploy group is run
|
@bshaffer taking another go at this. (Feel free to add fixes on top of this one!) |
|
This PR should fix [most of] the |
dccff91 to
36aae36
Compare
|
Some of the functions tests took quite awhile. (10 mins +) @bshaffer I probably don't have time to continue working on this until next week, so would you mind reducing the retry limit on those? (If they haven't passed within ~5 minutes, they probably should fail outright.) |
|
@bshaffer looks like deployment tests are passing! 🎉 Would you mind fixing the unit tests though? |
|
@ace-n the same tests have failed the last two nights in our nightly builds so I won't block this PR on them. Nice work!! |
No description provided.