mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-13 00:10:03 +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:
|
ci:
|
||||||
jobs:
|
jobs:
|
||||||
# Platforms
|
# Platforms
|
||||||
- "debian-9"
|
# - "debian-9"
|
||||||
- "debian-8":
|
# - "debian-8":
|
||||||
requires:
|
# requires:
|
||||||
- "debian-9"
|
# - "debian-9"
|
||||||
|
|
||||||
- "ubuntu-20.04"
|
# - "ubuntu-20.04"
|
||||||
- "ubuntu-18.04":
|
# - "ubuntu-18.04":
|
||||||
requires:
|
# requires:
|
||||||
- "ubuntu-20.04"
|
# - "ubuntu-20.04"
|
||||||
- "ubuntu-16.04":
|
# - "ubuntu-16.04":
|
||||||
requires:
|
# requires:
|
||||||
- "ubuntu-20.04"
|
# - "ubuntu-20.04"
|
||||||
|
|
||||||
- "fedora-29"
|
# - "fedora-29"
|
||||||
- "fedora-28":
|
# - "fedora-28":
|
||||||
requires:
|
# requires:
|
||||||
- "fedora-29"
|
# - "fedora-29"
|
||||||
|
|
||||||
- "centos-8"
|
# - "centos-8"
|
||||||
|
|
||||||
- "nixos-19.09"
|
# - "nixos-19.09"
|
||||||
|
|
||||||
# Test against PyPy 2.7
|
# Test against PyPy 2.7
|
||||||
- "pypy2.7-buster"
|
- "pypy2.7-buster"
|
||||||
|
|
||||||
# Just one Python 3.6 configuration while the port is in-progress.
|
# Just one Python 3.6 configuration while the port is in-progress.
|
||||||
- "python3.6"
|
# - "python3.6"
|
||||||
|
|
||||||
# Other assorted tasks and configurations
|
# Other assorted tasks and configurations
|
||||||
- "lint"
|
# - "lint"
|
||||||
- "pyinstaller"
|
# - "pyinstaller"
|
||||||
- "deprecations"
|
# - "deprecations"
|
||||||
- "c-locale"
|
# - "c-locale"
|
||||||
# Any locale other than C or UTF-8.
|
# Any locale other than C or UTF-8.
|
||||||
- "another-locale"
|
- "another-locale"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user