mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-21 03:15:16 +00:00
Only run the older if the newer succeeds
Spreads the initial builds across different platforms more effectively and avoids potential redundant failing builds on different versions of a single platform.
This commit is contained in:
parent
b9278cd25a
commit
dd9acf25c8
@ -5,16 +5,28 @@ workflows:
|
||||
version: 2
|
||||
ci:
|
||||
jobs:
|
||||
- "lint"
|
||||
- "debian-8"
|
||||
# Platforms
|
||||
- "debian-9"
|
||||
- "ubuntu-16.04"
|
||||
- "debian-8":
|
||||
requires:
|
||||
- "debian-9"
|
||||
|
||||
- "ubuntu-18.04"
|
||||
- "centos-7"
|
||||
- "fedora-27"
|
||||
- "ubuntu-16.04":
|
||||
requires:
|
||||
- "ubuntu-18.04"
|
||||
|
||||
- "fedora-28"
|
||||
- "fedora-27":
|
||||
requires:
|
||||
- "fedora-28"
|
||||
|
||||
- "centos-7"
|
||||
|
||||
- "slackware-14.2"
|
||||
|
||||
# Other assorted tasks and configurations
|
||||
- "lint"
|
||||
- "deprecations"
|
||||
- "c-locale"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user