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

Use ephemeral fuzzing-tc-config checkout instead of permanent repository #843

Open
jschwartzentruber opened this issue Sep 13, 2022 · 0 comments

Comments

@jschwartzentruber
Copy link
Contributor

We currently keep a git clone of fuzzing-tc-config repo and update it using a MozillaPulse trigger. We only care about the repo HEAD, never history, and the data size on disk is very small. There's no value in maintaining the repo state on disk between triggers.

We should remove the clone and use a temporary copy instead on every trigger (eg. using Github tar download). This eliminates one of our uses of persistent instance storage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant