Changeset 654ec9d in trunk
- Timestamp:
- 2024-12-13T07:21:09Z (4 months ago)
- Children:
- ea94d23
- Parents:
- 5105d1ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified .circleci/config.yml ¶
r5105d1ae r654ec9d 41 41 .images: &IMAGES 42 42 jobs: 43 - "build-image-debian-11":44 <<: *DOCKERHUB_CONTEXT45 43 - "build-image-debian-12": 46 44 <<: *DOCKERHUB_CONTEXT … … 86 84 jobs: 87 85 # Start with jobs testing various platforms. 88 - "debian-1 1":86 - "debian-12": 89 87 {} 90 88 … … 143 141 # If the unit test suite doesn't pass, don't bother running the 144 142 # integration tests. 145 - "debian-1 1"143 - "debian-12" 146 144 147 145 - "typechecks": … … 377 375 dist/Tahoe-LAFS/tahoe --version 378 376 379 debian-1 1: &DEBIAN377 debian-12: &DEBIAN 380 378 environment: &UTF_8_ENVIRONMENT 381 379 # In general, the test suite is not allowed to fail while the job … … 459 457 docker: 460 458 - <<: *DOCKERHUB_AUTH 461 image: "tahoelafsci/debian:1 1-py3.9"459 image: "tahoelafsci/debian:12-py3.11" 462 460 user: "nobody" 463 461 … … 505 503 docker: 506 504 - <<: *DOCKERHUB_AUTH 507 image: "tahoelafsci/debian:1 1-py3.9"505 image: "tahoelafsci/debian:12-py3.11" 508 506 user: "nobody" 509 507 … … 640 638 docker push tahoelafsci/${DISTRO}:${TAG}-py${PYTHON_VERSION} 641 639 642 643 build-image-debian-11:644 <<: *BUILD_IMAGE645 646 environment:647 DISTRO: "debian"648 TAG: "11"649 PYTHON_VERSION: "3.9"650 640 651 641 build-image-debian-12:
Note: See TracChangeset
for help on using the changeset viewer.