aboutsummaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Limit retries in case of install_deps_failurePascal Terjan2023-12-111-1/+48
| | | | | | | | | | | A new config option (backoff_delays) was added to ulri. It contains a list of delays (in seconds) between retries and default to [5*60, 30*60, 60*60, 120*60] (5m, 30m, 1h, 2h). When reaching the end of the list, we fail permanently. To never retry, set it to []. To retry forever, set it to undef.
* Commit some forgotten testPascal Terjan2022-04-261-0/+60
|
* Allow overriding true config values with falsePascal Terjan2017-10-041-0/+40
|
* Add one more test for emiPascal Terjan2017-08-281-0/+49
|
* Fix test for deletion of src.rpmPascal Terjan2016-11-241-10/+10
|
* perl_checker cleanupsThierry Vignaud2016-10-113-12/+12
|
* Describe some testsPascal Terjan2016-10-111-3/+3
|
* Fix reuse of {arch} part of the treePascal Terjan2016-10-113-10/+10
| | | | | | | | It is used by ulri for both builds in progress and already done, while emi expects it to be only for done ones. This causes to upload only part of mandatory arches and later reject the other.
* Remove unused stuffPascal Terjan2016-10-051-16/+0
|
* Add the test for previous fixPascal Terjan2016-10-051-0/+96
|
* Add another test for emiPascal Terjan2016-01-241-0/+240
|
* Add a first test!Pascal Terjan2016-01-241-0/+94