regular ci

This commit is contained in:
Jean-Paul Calderone 2022-12-13 09:09:02 -05:00
parent 8282fce4cd
commit 815c998c33

View File

@ -14,69 +14,69 @@ version: 2.1
workflows: workflows:
ci: ci:
jobs: jobs:
# # Start with jobs testing various platforms. # Start with jobs testing various platforms.
# - "debian-10": - "debian-10":
# {} {}
# - "debian-11": - "debian-11":
# {} {}
# - "ubuntu-20-04": - "ubuntu-20-04":
# {} {}
# - "ubuntu-18-04": - "ubuntu-18-04":
# requires: requires:
# - "ubuntu-20-04" - "ubuntu-20-04"
# # Equivalent to RHEL 8; CentOS 8 is dead. # Equivalent to RHEL 8; CentOS 8 is dead.
# - "oraclelinux-8": - "oraclelinux-8":
# {} {}
# - "nixos": - "nixos":
# name: "NixOS 21.05" name: "NixOS 21.05"
# nixpkgs: "21.05" nixpkgs: "21.05"
# - "nixos": - "nixos":
# name: "NixOS 21.11" name: "NixOS 21.11"
# nixpkgs: "21.11" nixpkgs: "21.11"
# # Eventually, test against PyPy 3.8 # Eventually, test against PyPy 3.8
# #- "pypy27-buster": #- "pypy27-buster":
# # {} # {}
# # Other assorted tasks and configurations # Other assorted tasks and configurations
# - "codechecks": - "codechecks":
# {} {}
# - "pyinstaller": - "pyinstaller":
# {} {}
# - "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-11" - "debian-11"
# - "typechecks": - "typechecks":
# {} {}
# - "docs": - "docs":
# {} {}
# 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
# # faster and takes various spurious failures out of the critical path. # faster and takes various spurious failures out of the critical path.
# triggers: triggers:
# # Build once a day # Build once a day
# - schedule: - schedule:
# cron: "0 0 * * *" cron: "0 0 * * *"
# filters: filters:
# branches: branches:
# only: only:
# - "master" - "master"
# jobs: jobs:
# Every job that pushes a Docker image from Docker Hub needs to provide # Every job that pushes a Docker image from Docker Hub needs to provide
# credentials. Use this first job to define a yaml anchor that can be # credentials. Use this first job to define a yaml anchor that can be
# used to supply a CircleCI job context which makes Docker Hub # used to supply a CircleCI job context which makes Docker Hub