Revert "[drop] faster ci"

This reverts commit 65520786ca.
This commit is contained in:
Jean-Paul Calderone 2020-08-10 09:16:19 -04:00
parent f4e1062aa4
commit 462e212a19
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

View File

@ -6,50 +6,50 @@ workflows:
ci: ci:
jobs: jobs:
# Platforms # Platforms
# - "debian-9" - "debian-9"
# - "debian-8": - "debian-8":
# requires: requires:
# - "debian-9" - "debian-9"
# - "ubuntu-18.04" - "ubuntu-18.04"
# - "ubuntu-16.04": - "ubuntu-16.04":
# requires: requires:
# - "ubuntu-18.04" - "ubuntu-18.04"
# - "fedora-29" - "fedora-29"
# - "fedora-28": - "fedora-28":
# requires: requires:
# - "fedora-29" - "fedora-29"
# - "centos-8" - "centos-8"
# - "slackware-14.2" - "slackware-14.2"
# - "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"
# - "integration": - "integration":
# requires: requires:
# # If the unit test suite doesn't pass, don't bother running the # If the unit test suite doesn't pass, don't bother running the
# # integration tests. # integration tests.
# - "debian-9" - "debian-9"
# # Generate the underlying data for a visualization to aid with Python 3 # Generate the underlying data for a visualization to aid with Python 3
# # porting. # porting.
# - "build-porting-depgraph" - "build-porting-depgraph"
images: images:
# Build the Docker images used by the ci jobs. This makes the ci jobs # Build the Docker images used by the ci jobs. This makes the ci jobs