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

Out-of-repo snapshot storage #18

Open
t0yv0 opened this issue Oct 12, 2023 · 0 comments
Open

Out-of-repo snapshot storage #18

t0yv0 opened this issue Oct 12, 2023 · 0 comments
Labels
kind/enhancement Improvements or new features

Comments

@t0yv0
Copy link
Member

t0yv0 commented Oct 12, 2023

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

Currently capturing snapshots in the form of Pulumi state files or GRPC logs creates data that informs the tests, and it's expected to be checked into the repository. This may be an unfortunate choice since it takes up space and creates spurious diffs, where ideally it is managed more automatically as opaque data.

We might want to consider out-of-repo storage options:

  • some place on GitHub Actions platform like artifacts
  • sidecar S3 buckets
  • https://www.pachyderm.com there is tooling out there in the space of checking in data descriptors but managing immutable data out-of-repo - I just name the one I remember

Whatever we design should be ideally compatible with:

  • external contributors having read access to the data if it informs tests they want to run
  • fully automated refresh jobs that keep the data fresh for Pulumi maintainers internally
  • fully automated baseline version upgrades
  • perhaps the above done in a way that's easy to replicate for external provider maintainers

For something lighter weight, we can just configure GitHub to ignore it when showing diffs.

Affected area/feature

@t0yv0 t0yv0 added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Oct 12, 2023
@t0yv0 t0yv0 removed the needs-triage Needs attention from the triage team label Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

1 participant