From 5a5b75b44716a7576f1af1b431cd1bbe133eaeec Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 26 Jun 2019 07:59:53 -0400 Subject: [PATCH] back to this --- .circleci/config.yml | 60 +++++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 28 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cefdf8369..4df0f4df3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,41 +5,45 @@ 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 - - "pypy2.7-7.1" - - # Other assorted tasks and configurations - - "lint" - - "deprecations" - - "c-locale" - # Any locale other than C or UTF-8. - - "another-locale" - - - "integration": + - "build-image-pypy-2.7-7.1.1-jessie" + - "pypy2.7-7.1": + # Just until I'm satisfied the image is being built right requires: - # If the unit test suite doesn't pass, don't bother running the - # integration tests. - - "debian-9" + - "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" + + # - "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