-
Notifications
You must be signed in to change notification settings - Fork 100
Implement GCP container deployments #275
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
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
dbe3f5f
Import PyPy/GCP files from features/pypy-runtime
toooadi 4b1f84d
Small fixes
toooadi c70c2ed
[system] Remove pypy references
mcopik f62437a
[dev] Linting
mcopik 8a2c2f0
[gcp] Adapt to new container interface
mcopik 524c825
Add GCP Pypy container benchmark files
toooadi ed50eb2
[gcp] Adjust interface between functions and containers
mcopik 10f360b
[gcp] Adjust containers to the new deployment model
mcopik 5318a05
[gcp] Add enum for the deployment type
mcopik d9a376e
[gcp] Refactorization of different implementations
mcopik deffe3e
[gcp] Correct update of function code
mcopik 35308cf
[gcp] Add dedicated deployment config
mcopik de477c1
[gcp] Make library trigger working again
mcopik ecaa9ad
[gcp] Support loading config from measuremnets
mcopik 487ace0
[gcp] Update wrapper to return request ID from both container and fun…
mcopik f2eb1c5
[gcp] Resolve image degists to ensure updates on GCP containers
mcopik 14d75b9
[gcp] Store image URI with the function - current version
mcopik 32a401e
[gcp] Add metric download for both functions and containers
mcopik 54c8e5c
[gcp] GCP also does not support arm64 on containers
mcopik 9c12466
[gcp] Simplify GCP conditional checks on container
mcopik 9044990
[gcp] Disable extra checks
mcopik 6364077
[gcp] Add additional configuration parameters for worker threading
mcopik f3b590c
[gcp] Add gunicorn as default Python driver and make it configurable
mcopik 4e9987b
[gcp] Revemo debug logging
mcopik 4950ff4
[gcp] Shorten names to fit into limit
mcopik 4b1edee
[gcp] Fix default parameters ofr Python
mcopik f050e94
[gcp] Remove all name-based checks
mcopik eb7e1d5
[gcp] Test deletion of containers
mcopik 992ce4e
[gcp] Update Python images
mcopik 1a69439
[gcp] In gen1 functions, update metric download from execution id to …
mcopik 7626a9c
[gcp] Update node.js deployments
mcopik 5bae394
[gcp] Bump Java base image
mcopik 369b937
[gcp] Add base image for Java containers
mcopik 5b82d96
[gcp] Move handling of new request ids from cloud to local
mcopik 3d7c82e
[gcp] Remove duplicated default values
mcopik 637fc53
[gcp] Update configs
mcopik 294b21b
[gcp] Avoid infinite wait
mcopik bf675c6
[gcp] Few minor fixes
mcopik de5028c
[dev] Update readme
mcopik d8f53af
[gcp] Move normalization of request ID to GCP
mcopik 861d476
[gcp] HTTP fixes and single wait for update_config
mcopik 48b4816
[gcp] Update docstrings
mcopik e2702aa
[gcp] Update docstrings
mcopik 4247f12
[gcp] Add container metrics
mcopik 63e8507
[gcp] Add docs
mcopik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| from distutils.core import setup | ||
| from glob import glob | ||
|
|
||
| setup( | ||
| name='function', | ||
| packages=['function'], | ||
| package_dir={'function': '.'}, | ||
| package_data={'function': glob('**', recursive=True)}, | ||
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.