| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This PR exports the latest reproducer for every bug.
Reproducers are exported to the "bug_id/repro_id.c" files.
This approach allows to add some metadata files or export more reproducers/bug later.
All the files are then archived and uploaded to the preconfigured location.
|
| |
|
|
|
|
| |
Sometimes 6 hours are not enough to make the quarter long aggregation.
Typically 5 hours 30 minutes are enough.
And bonus - delete unused constant.
|
| |
|
|
| |
Month long merges are the default now.
|
| |
|
|
|
|
| |
Quarter long numbers calculation takes 2 hours.
Month long numbers calculation takes 15 minutes.
Let's update quarters data once per week.
|
| |
|
|
|
| |
This code was deleted accidentally.
Branch information is needed here to get the last target day commit.
|
| |
|
|
|
|
|
| |
The first versions of this code used branches for git checkout.
Later the git repos were merged and branch info usage was reduced.
The latest changes switched the code from branch checkout to commit checkout.
There is no need in branch info anymore and I don't see any use-cases for it.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
When running on Spot VMs, our batch jobs can get preempted and restarted.
For some reason, GCP sometimes starts multiple instances of the same job,
which results in duplicate results in the DB.
Prevent this by dropping MaxRetryCount. Even if a job fails for a specific day,
the data for that day will be processed on the following day, so it does not get lost.
If needed, we can manually trigger recalc using /cron/batch_coverage.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|