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

Change builder package fetch query #102

Open
Vel1khan opened this issue Aug 24, 2023 · 0 comments
Open

Change builder package fetch query #102

Vel1khan opened this issue Aug 24, 2023 · 0 comments
Labels
bug Something isn't working nice to have

Comments

@Vel1khan
Copy link
Collaborator

Vel1khan commented Aug 24, 2023

Currently, if any build for a specific package is already present in the builds db, it is not fetched anymore. Since we are now building each package multiple times, if the experiment is stopped halfway or crashes, any builds left for the package are not resumed.

How to fix:

  1. Fetch ALL packages from tags table matching our requirements
  2. Let all build parameters be determined, but right before building check whether a build with those exact parameters already exists. If yes, skip this build.
@Vel1khan Vel1khan added bug Something isn't working nice to have labels Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working nice to have
Projects
None yet
Development

No branches or pull requests

1 participant