From 65520786cac9415af6ccfb71fa3e858a751b806e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 7 Aug 2020 23:26:15 -0400 Subject: [PATCH] [drop] faster ci --- .circleci/config.yml | 64 ++++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f5b33b106..1ae4c1326 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,50 +6,50 @@ workflows: ci: jobs: # Platforms - - "debian-9" - - "debian-8": - requires: - - "debian-9" + # - "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-8" + # - "centos-8" - - "slackware-14.2" + # - "slackware-14.2" - - "nixos-19.09" + # - "nixos-19.09" - # Test against PyPy 2.7 - - "pypy2.7-buster" + # # Test against PyPy 2.7 + # - "pypy2.7-buster" # Just one Python 3.6 configuration while the port is in-progress. - "python3.6" - # Other assorted tasks and configurations - - "lint" - - "pyinstaller" - - "deprecations" - - "c-locale" - # Any locale other than C or UTF-8. - - "another-locale" + # # Other assorted tasks and configurations + # - "lint" + # - "pyinstaller" + # - "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" - # Generate the underlying data for a visualization to aid with Python 3 - # porting. - - "build-porting-depgraph" + # # Generate the underlying data for a visualization to aid with Python 3 + # # porting. + # - "build-porting-depgraph" images: # Build the Docker images used by the ci jobs. This makes the ci jobs