Changeset 3c89e7d in trunk


Ignore:
Timestamp:
2020-09-14T11:32:04Z (4 years ago)
Author:
Chad Whitacre <chad@…>
Branches:
master
Children:
d5f9fd37
Parents:
ed8ce8b
git-author:
Chad Whitacre <chad@…> (2020-09-14 11:30:10)
git-committer:
Chad Whitacre <chad@…> (2020-09-14 11:32:04)
Message:

Conform job names to v2.1 requirements (no dots)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified .circleci/config.yml

    red8ce8b r3c89e7d  
    1111            - "debian-9"
    1212
    13       - "ubuntu-20.04"
    14       - "ubuntu-18.04":
     13      - "ubuntu-20-04"
     14      - "ubuntu-18-04":
    1515          requires:
    16             - "ubuntu-20.04"
    17       - "ubuntu-16.04":
     16            - "ubuntu-20-04"
     17      - "ubuntu-16-04":
    1818          requires:
    19             - "ubuntu-20.04"
     19            - "ubuntu-20-04"
    2020
    2121      - "fedora-29"
     
    2626      - "centos-8"
    2727
    28       - "nixos-19.09"
     28      - "nixos-19-09"
    2929
    3030      # Test against PyPy 2.7
    31       - "pypy2.7-buster"
     31      - "pypy27-buster"
    3232
    3333      # Just one Python 3.6 configuration while the port is in-progress.
    34       - "python3.6"
     34      - "python36"
    3535
    3636      # Other assorted tasks and configurations
     
    6767      - "build-image-debian-8"
    6868      - "build-image-debian-9"
    69       - "build-image-ubuntu-16.04"
    70       - "build-image-ubuntu-18.04"
    71       - "build-image-ubuntu-20.04"
     69      - "build-image-ubuntu-16-04"
     70      - "build-image-ubuntu-18-04"
     71      - "build-image-ubuntu-20-04"
    7272      - "build-image-fedora-28"
    7373      - "build-image-fedora-29"
    7474      - "build-image-centos-8"
    75       - "build-image-pypy-2.7-buster"
     75      - "build-image-pypy27-buster"
    7676      - "build-image-python36-ubuntu"
    7777
     
    203203
    204204
    205   pypy2.7-buster:
     205  pypy27-buster:
    206206    <<: *DEBIAN
    207207    docker:
     
    260260
    261261
    262   ubuntu-16.04:
     262  ubuntu-16-04:
    263263    <<: *DEBIAN
    264264    docker:
     
    267267
    268268
    269   ubuntu-18.04: &UBUNTU_18_04
     269  ubuntu-18-04: &UBUNTU_18_04
    270270    <<: *DEBIAN
    271271    docker:
     
    274274
    275275
    276   python3.6:
     276  python36:
    277277    <<: *UBUNTU_18_04
    278278    docker:
     
    289289
    290290
    291   ubuntu-20.04:
     291  ubuntu-20-04:
    292292    <<: *DEBIAN
    293293    docker:
     
    331331
    332332
    333   nixos-19.09:
     333  nixos-19-09:
    334334    docker:
    335335      # Run in a highly Nix-capable environment.
     
    476476
    477477
    478   build-image-ubuntu-16.04:
     478  build-image-ubuntu-16-04:
    479479    <<: *BUILD_IMAGE
    480480
     
    485485
    486486
    487   build-image-ubuntu-18.04:
     487  build-image-ubuntu-18-04:
    488488    <<: *BUILD_IMAGE
    489489
     
    503503
    504504
    505   build-image-ubuntu-20.04:
     505  build-image-ubuntu-20-04:
    506506    <<: *BUILD_IMAGE
    507507
     
    539539
    540540
    541   build-image-pypy-2.7-buster:
     541  build-image-pypy27-buster:
    542542    <<: *BUILD_IMAGE
    543543
Note: See TracChangeset for help on using the changeset viewer.