Status Update
Comments
je...@pluralpolicy.com <je...@pluralpolicy.com> #2
gcloud config set app/use_gsutil true
al...@risevision.com <al...@risevision.com> #3
ge...@google.com <ge...@google.com> #4
Another workaround is to downgrade to version 296.0.1 of gcloud. (Substitute 296.0.1 for VERSION below.)
-
If you installed the SDK directly (outside of a package manager), you should use gcloud components to update:
gcloud components update --version VERSION
This includes all installation mechanisms on this page (including the interactive installer, static versions, Windows installer, and Homebrew) but excludes the two following bullets. -
If you installed via our rapture repo for Debian/Ubuntu:
sudo apt-get update && sudo apt-get install google-cloud-sdk=VERSION-0
-
If you installed via our rapture repo for RedHat/CentOS:
sudo yum downgrade google-cloud-sdk-VERSION
If for any reason any of the above do not work, use the
ge...@google.com <ge...@google.com> #5
Please note that Cloud SDK 297.0.1 has just been released to address this issue. The release notes can be found at
Description
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
Deployments to App Engine fail for new versions. Related to the timezone entries in the cron.xml file. Tried changing timezones in the cron file, without success.
Error in CI logs:
[INFO] GCLOUD: ERROR: (gcloud.app.deploy) An error occurred while parsing file: [/home/circleci/server/target/appengine-staging/WEB-INF/appengine-generated/cron.yaml]
[INFO] GCLOUD: Unable to assign value 'America/New_York' to attribute 'timezone':
[INFO] GCLOUD: timezone 'America/New_York' is unknown
[INFO] GCLOUD: in "/home/circleci/server/target/appengine-staging/WEB-INF/appengine-generated/cron.yaml", line 5, column 13
Last successful build: 9:42am EST
First failed build: 10:38am EST
App Engine version: 1.9.64 Java
What you expected to happen:
Deployments should occur successfully
Steps to reproduce:
Trigger a CI build and expect a successful deployment
Other information (workarounds you have tried, documentation consulted, etc):
Retried build numerous times
Tried different timezones