Skip to content
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

Closed
hannes-ucsc opened this issue Feb 1, 2018 · 2 comments · Fixed by #988
Closed

New way of deploying GCFs breaks make deploy #943

hannes-ucsc opened this issue Feb 1, 2018 · 2 comments · Fixed by #988
Assignees
Labels

Comments

@hannes-ucsc
Copy link
Contributor

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.

@hannes-ucsc
Copy link
Contributor Author

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.

@hannes-ucsc
Copy link
Contributor Author

@ghost ghost added code review labels Feb 16, 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 ghost removed the in progress label Feb 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants