Changeset 654ec9d in trunk


Ignore:
Timestamp:
2024-12-13T07:21:09Z (4 months ago)
Author:
meejah <meejah@…>
Children:
ea94d23
Parents:
5105d1ae
Message:

no debian 11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified .circleci/config.yml

    r5105d1ae r654ec9d  
    4141.images: &IMAGES
    4242  jobs:
    43     - "build-image-debian-11":
    44         <<: *DOCKERHUB_CONTEXT
    4543    - "build-image-debian-12":
    4644        <<: *DOCKERHUB_CONTEXT
     
    8684    jobs:
    8785      # Start with jobs testing various platforms.
    88       - "debian-11":
     86      - "debian-12":
    8987          {}
    9088
     
    143141            # If the unit test suite doesn't pass, don't bother running the
    144142            # integration tests.
    145             - "debian-11"
     143            - "debian-12"
    146144
    147145      - "typechecks":
     
    377375            dist/Tahoe-LAFS/tahoe --version
    378376
    379   debian-11: &DEBIAN
     377  debian-12: &DEBIAN
    380378    environment: &UTF_8_ENVIRONMENT
    381379      # In general, the test suite is not allowed to fail while the job
     
    459457    docker:
    460458      - <<: *DOCKERHUB_AUTH
    461         image: "tahoelafsci/debian:11-py3.9"
     459        image: "tahoelafsci/debian:12-py3.11"
    462460        user: "nobody"
    463461
     
    505503    docker:
    506504      - <<: *DOCKERHUB_AUTH
    507         image: "tahoelafsci/debian:11-py3.9"
     505        image: "tahoelafsci/debian:12-py3.11"
    508506        user: "nobody"
    509507
     
    640638            docker push tahoelafsci/${DISTRO}:${TAG}-py${PYTHON_VERSION}
    641639
    642 
    643   build-image-debian-11:
    644     <<: *BUILD_IMAGE
    645 
    646     environment:
    647       DISTRO: "debian"
    648       TAG: "11"
    649       PYTHON_VERSION: "3.9"
    650640
    651641  build-image-debian-12:
Note: See TracChangeset for help on using the changeset viewer.