google-auth-library-python icon indicating copy to clipboard operation
google-auth-library-python copied to clipboard

Clean up App Engine versions in system tests

Open busunkim96 opened this issue 4 years ago • 0 comments

App Engine cannot have more than 210 versions. The system tests should cleanup versions it creates.

ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Your app may not have more than 210 versions. Please delete one of the existing versions before trying to create a new version.
nox > Command gcloud app deploy -q app.yaml failed with exit code 1
nox > Session app_engine-2.7 failed.

busunkim96 avatar Apr 14 '21 14:04 busunkim96