mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 02:40:07 +00:00
Build the images on a schedule
This commit is contained in:
parent
5a833ad152
commit
83d91587c8
@ -38,6 +38,24 @@ workflows:
|
|||||||
# integration tests.
|
# integration tests.
|
||||||
- "debian-9"
|
- "debian-9"
|
||||||
|
|
||||||
|
images:
|
||||||
|
# Build the Docker images used by the ci jobs. This makes the ci jobs
|
||||||
|
# faster and takes various spurious failures out of the critical path.
|
||||||
|
triggers:
|
||||||
|
# Build once a day
|
||||||
|
- schedule:
|
||||||
|
cron: "0 0 * * *"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- "build-image-debian-8"
|
||||||
|
- "build-image-debian-9"
|
||||||
|
- "build-image-ubuntu-16.04"
|
||||||
|
- "build-image-ubuntu-18.04"
|
||||||
|
- "build-image-fedora-28"
|
||||||
|
- "build-image-fedora-29"
|
||||||
|
- "build-image-centos-7"
|
||||||
|
- "build-image-slackware-14.2"
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
Loading…
Reference in New Issue
Block a user