summaryrefslogtreecommitdiff
path: root/auto
AgeCommit message (Collapse)Author
2024-12-08legacy: added workaround for new jenkins global library repositorydd
2024-11-24legacy: replaced github.com/vyos repositories with our own to allow building ↵dd
with backports and also to make building more predictable
2024-08-09fixed build iso argument escapingdd
2024-08-04updated 6-provision-project-jobs.sh to limit concurrent number of jobs to ↵dd
improved reliability
2024-08-04fixed uncron service and updated 4-uncron.sh to allow uncron updatesdd
2024-07-29added networkd dummy interface as workaround for Debian cloud imagedd
2024-07-12fixed automated job provision first rundd
2024-07-12fixed automated scripts --force flagdd
2024-07-12improved automated job provisioning to account for already expired runsdd
2024-07-12improved build-iso error handlingdd
2024-07-12updated automated scripts to use cache instead of tmp as memorydd
2024-07-06added automated script options rememberingdd
2024-07-03Move branch filter logicBjarke Istrup Pedersen
By moving it up here, we make sure only jobs that should be built is added to the JOBS array in the first place. This is a better way, since the skipped jobs won't occupy the build slots (since we take X number of jobs from the JOBS array for each batch, for a CONCURRENT_JOBS_COUNT of 10 - if 6 is skipped, only 4 jobs will be started). Now, they are not added to the JOBS array, so the rest works as intended.
2024-07-02fixed default BRANCH valuedd
2024-07-02added option to exclude branchdd
2024-07-02added option to skip stage check and improved red colordd
2024-07-02improved automated script headerdd
2024-06-30improved print headerdd
2024-06-30improved navigation by mentioning script current and next script namedd
2024-06-30updated scripts to use proper exit code and stderr for reporting errorsdd
2024-06-30moved automated scripts files into auto directorydd