-
Notifications
You must be signed in to change notification settings - Fork 6
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
New way of deploying GCFs breaks make deploy
#943
Labels
Comments
Consensus on Slack was that we use a newer method that's now available for deploying GCFs: a PUT to a signed URL. Then the dependence on the fixture bucket (which was the primary motivator for PR #924) can be eliminated without depending on the gcloud utility. |
xbrianh
pushed a commit
that referenced
this issue
Feb 9, 2018
xbrianh
pushed a commit
that referenced
this issue
Feb 12, 2018
xbrianh
pushed a commit
that referenced
this issue
Feb 13, 2018
xbrianh
pushed a commit
that referenced
this issue
Feb 13, 2018
xbrianh
pushed a commit
that referenced
this issue
Feb 13, 2018
xbrianh
pushed a commit
that referenced
this issue
Feb 14, 2018
xbrianh
pushed a commit
that referenced
this issue
Feb 16, 2018
ghost
added
code review
labels
Feb 16, 2018
xbrianh
pushed a commit
that referenced
this issue
Feb 16, 2018
xbrianh
pushed a commit
that referenced
this issue
Feb 20, 2018
xbrianh
pushed a commit
that referenced
this issue
Feb 20, 2018
xbrianh
added a commit
that referenced
this issue
Feb 21, 2018
* Bump requirements +certifi==2018.1.18 +cryptography==2.1.4 +google-apitools==0.5.21 * Use signed url to deploy GCF event relay (fixes #943) * GCF Deploy checked on 5s interval instead of 1s
ghost
removed
the
in progress
label
Feb 21, 2018
xbrianh
pushed a commit
that referenced
this issue
Feb 22, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This change
844cb5f#diff-b0fbe298c4db83b2781689861c9efc93R63
broke
make deploy
on Travis:https://travis-ci.org/HumanCellAtlas/data-store/builds/336192169#L3134
A related comment
#924 (comment)
I will be backing this change out for the time being.
The text was updated successfully, but these errors were encountered: