-
Notifications
You must be signed in to change notification settings - Fork 129
Add infra-artifcats bucket, upload job-runner to artifacts #333
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
graphite-app
merged 1 commit into
main
from
01-07-Add_infra-artifcats_bucket_upload_job-runner_to_artifacts
Jan 9, 2024
Merged
Add infra-artifcats bucket, upload job-runner to artifacts #333
graphite-app
merged 1 commit into
main
from
01-07-Add_infra-artifcats_bucket_upload_job-runner_to_artifacts
Jan 9, 2024
Conversation
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
Your org requires the Graphite merge queue for merging into mainYou must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. You can enable merging using labels in your Graphite merge queue settings. |
This was referenced Jan 8, 2024
Merged
Merged
76f01e3 to
fc44a7c
Compare
edf26e9 to
608590f
Compare
fc44a7c to
33bab12
Compare
608590f to
fde7f0d
Compare
33bab12 to
78b6620
Compare
fde7f0d to
de3a748
Compare
78b6620 to
5ebf932
Compare
4d0c48d to
655f6eb
Compare
5ebf932 to
f52bf16
Compare
This was referenced Jan 12, 2024
Merged
Merged
Merged
This was referenced Jan 17, 2024
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Summary
Allows for creating and storing artifacts required in our infrastructure outside of Kubernetes.
Motivation
We have a lot of complex logic running outside of the comfort of Kubernetes. We've been hacking this logic together with shell scripts and it's reached a breaking point. This allows us to write these components in Rust and ship them to S3 where they can be distributed to our infrastructure reliably.