mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-25 15:41:06 +00:00
Temporary disable a bunch of builders, just to speed up test feedback loop.
This commit is contained in:
parent
4277eda29e
commit
bf2ecf5ff1
@ -6,39 +6,39 @@ workflows:
|
||||
ci:
|
||||
jobs:
|
||||
# Platforms
|
||||
- "debian-9"
|
||||
- "debian-8":
|
||||
requires:
|
||||
- "debian-9"
|
||||
# - "debian-9"
|
||||
# - "debian-8":
|
||||
# requires:
|
||||
# - "debian-9"
|
||||
|
||||
- "ubuntu-20.04"
|
||||
- "ubuntu-18.04":
|
||||
requires:
|
||||
- "ubuntu-20.04"
|
||||
- "ubuntu-16.04":
|
||||
requires:
|
||||
- "ubuntu-20.04"
|
||||
# - "ubuntu-20.04"
|
||||
# - "ubuntu-18.04":
|
||||
# requires:
|
||||
# - "ubuntu-20.04"
|
||||
# - "ubuntu-16.04":
|
||||
# requires:
|
||||
# - "ubuntu-20.04"
|
||||
|
||||
- "fedora-29"
|
||||
- "fedora-28":
|
||||
requires:
|
||||
- "fedora-29"
|
||||
# - "fedora-29"
|
||||
# - "fedora-28":
|
||||
# requires:
|
||||
# - "fedora-29"
|
||||
|
||||
- "centos-8"
|
||||
# - "centos-8"
|
||||
|
||||
- "nixos-19.09"
|
||||
# - "nixos-19.09"
|
||||
|
||||
# Test against PyPy 2.7
|
||||
- "pypy2.7-buster"
|
||||
|
||||
# Just one Python 3.6 configuration while the port is in-progress.
|
||||
- "python3.6"
|
||||
# - "python3.6"
|
||||
|
||||
# Other assorted tasks and configurations
|
||||
- "lint"
|
||||
- "pyinstaller"
|
||||
- "deprecations"
|
||||
- "c-locale"
|
||||
# - "lint"
|
||||
# - "pyinstaller"
|
||||
# - "deprecations"
|
||||
# - "c-locale"
|
||||
# Any locale other than C or UTF-8.
|
||||
- "another-locale"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user