speed up testing

This commit is contained in:
Jean-Paul Calderone 2019-06-25 14:18:04 -04:00
parent da4a3fecb8
commit 1b29bc4105
1 changed files with 26 additions and 26 deletions

View File

@ -5,25 +5,25 @@ workflows:
version: 2
ci:
jobs:
# Platforms
- "debian-9"
- "debian-8":
requires:
- "debian-9"
# # Platforms
# - "debian-9"
# - "debian-8":
# requires:
# - "debian-9"
- "ubuntu-18.04"
- "ubuntu-16.04":
requires:
- "ubuntu-18.04"
# - "ubuntu-18.04"
# - "ubuntu-16.04":
# requires:
# - "ubuntu-18.04"
- "fedora-29"
- "fedora-28":
requires:
- "fedora-29"
# - "fedora-29"
# - "fedora-28":
# requires:
# - "fedora-29"
- "centos-7"
# - "centos-7"
- "slackware-14.2"
# - "slackware-14.2"
# Test against PyPy 2.7/7.1.1
- "build-image-pypy-2.7-7.1.1-jessie"
@ -32,18 +32,18 @@ workflows:
requires:
- "build-image-pypy-2.7-7.1.1-jessie"
# Other assorted tasks and configurations
- "lint"
- "deprecations"
- "c-locale"
# Any locale other than C or UTF-8.
- "another-locale"
# # Other assorted tasks and configurations
# - "lint"
# - "deprecations"
# - "c-locale"
# # Any locale other than C or UTF-8.
# - "another-locale"
- "integration":
requires:
# If the unit test suite doesn't pass, don't bother running the
# integration tests.
- "debian-9"
# - "integration":
# requires:
# # If the unit test suite doesn't pass, don't bother running the
# # integration tests.
# - "debian-9"
images:
# Build the Docker images used by the ci jobs. This makes the ci jobs