summaryrefslogtreecommitdiffstats
path: root/.github/workflows/s3-primary.yml
Commit message (Collapse)AuthorAgeFilesLines
* Save some CI timeJoas Schilling2023-03-151-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(CI): Opt-out of PHPUnit 10 for nowJoas Schilling2023-02-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(CI): Improve rate limit situation when installing phpunitJoas Schilling2023-01-031-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(actions): update php min supported to 8.0John Molakvoæ2022-12-291-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* ci: update minio image for s3 primary storage testsDaniel Kesselberg2022-12-071-2/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* downgrade ubuntu in order to fix CISimon L2022-12-031-1/+1
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Run s3 primary tests sequentialDaniel Kesselberg2022-11-251-2/+1
| | | | | | | | To avoid casual test failures. Concurrent jobs may try to use the same port forwarding for the minio container. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Increase retry delay on 'Wait for S3' CI jobGit'Fellow2022-05-091-3/+2
| | | 1 second means 10 seconds before failure (1x10). Increasing to 10x10 before failure.
* try to improve s3 primary storage test reliabilityRobin Appelman2022-03-151-0/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* run ci with primary s3 setupRobin Appelman2022-02-251-0/+70
Signed-off-by: Robin Appelman <robin@icewind.nl>