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

Spawn challenges with a random flag when possible #19

Open
Jacopo opened this issue Oct 22, 2020 · 0 comments
Open

Spawn challenges with a random flag when possible #19

Jacopo opened this issue Oct 22, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Jacopo
Copy link
Member

Jacopo commented Oct 22, 2020

Now that we support copy_flag_using_build_arg (#18), we could re-build the challenge every time with a random flag.

Note:

  • Right now we'd re-clone the challenge (so we should probably do it only if we have a deploy key or the full repo is public)
  • For some challenges it can take a long time to rebuild.
  • Right now we create a new checkout at every rebuild. If we do it continuously the private view (and the DB) would get kinda dirty with many auto-created checkouts. Perhaps we should refactor to have "Build" objects associated with each ChalCheckout.
@Jacopo Jacopo added the enhancement New feature or request label Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant