Temporary disable a bunch of builders, just to speed up test feedback loop.

This commit is contained in:
Itamar Turner-Trauring 2020-09-03 11:02:08 -04:00
parent 4277eda29e
commit bf2ecf5ff1

View File

@ -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"