| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
If the previous processing terminated in a non-graceful way, the lock
file remains in place and prevents further polls.
|
| |
|
|
|
|
| |
Since remote branches are already mapped to "tree/name" local branches,
there's no need for the special "tree-HEAD" tag anymore. Simplify the
code.
|
| |
|
|
|
| |
It will help better understand lags between the kernel revision used by
syz-cluster and the latest tree commit.
|
| |
|
|
|
|
|
|
| |
Remap remote branches to local ones both when polling remote
repositories and when cloning the distributed repository.
This will ensure that the branches are still accessible via
TreeName/BranchName (it got broken during the latest changes).
|
| |
|
|
| |
Set TTL for the workflow and the pods it creates.
|
| |
|
|
|
| |
When updating the reference kernel repo, first remove the link and then
add it again.
|
|
|
Refactor the cron job that pulls the base kernels once in a while to
enable its manual triggering without installing the Argo CLI utility.
|