Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build-alpine:
working_directory: ~/please
docker:
- image: ghcr.io/thought-machine/please_alpine:20250318
- image: ghcr.io/thought-machine/please_alpine:20260318
resource_class: large
environment:
PLZ_ARGS: "--profile ci --profile alpine --exclude no-musl"
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
build-linux:
working_directory: ~/please
docker:
- image: ghcr.io/thought-machine/please_ubuntu:20250318
- image: ghcr.io/thought-machine/please_ubuntu:20260318
resource_class: large
environment:
PLZ_ARGS: "--profile ci"
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
build-linux-alt:
working_directory: ~/please
docker:
- image: ghcr.io/thought-machine/please_ubuntu_alt:20250318
- image: ghcr.io/thought-machine/please_ubuntu_alt:20260318
resource_class: large
environment:
PLZ_ARGS: "-c cover --profile ci-alt"
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
build-freebsd:
working_directory: ~/please
docker:
- image: ghcr.io/thought-machine/please_freebsd_builder:20250318
- image: ghcr.io/thought-machine/please_freebsd_builder:20260318
resource_class: large
steps:
- checkout
Expand All @@ -180,7 +180,7 @@ jobs:
build-linux-arm64:
working_directory: ~/please
docker:
- image: ghcr.io/thought-machine/please_ubuntu:20250318
- image: ghcr.io/thought-machine/please_ubuntu:20260318
resource_class: large
steps:
- checkout
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
test-rex:
working_directory: ~/please
docker:
- image: ghcr.io/thought-machine/please_ubuntu:20250318
- image: ghcr.io/thought-machine/please_ubuntu:20260318
resource_class: xlarge
steps:
- checkout
Expand All @@ -267,7 +267,7 @@ jobs:
test-http-cache:
working_directory: ~/please
docker:
- image: ghcr.io/thought-machine/please_ubuntu:20250318
- image: ghcr.io/thought-machine/please_ubuntu:20260318
resource_class: large
steps:
- checkout
Expand All @@ -283,7 +283,7 @@ jobs:
# Releases to github and homebrew
release:
docker:
- image: ghcr.io/thought-machine/please_ubuntu:20250318
- image: ghcr.io/thought-machine/please_ubuntu:20260318
environment:
GOOGLE_APPLICATION_CREDENTIALS=/tmp/service_account.json
steps:
Expand All @@ -298,7 +298,7 @@ jobs:
# Releases the docs and the binaries to gs for please.build and get.please.build
release-gs:
docker:
- image: ghcr.io/thought-machine/please_ubuntu:20250318
- image: ghcr.io/thought-machine/please_ubuntu:20260318
environment:
GOOGLE_APPLICATION_CREDENTIALS=/tmp/service_account.json
steps:
Expand All @@ -310,7 +310,7 @@ jobs:
# Runs a benchmarking test and records some performance results.
perf-test:
docker:
- image: ghcr.io/thought-machine/please_ubuntu:20250318
- image: ghcr.io/thought-machine/please_ubuntu:20260318
environment:
GOOGLE_APPLICATION_CREDENTIALS=/tmp/service_account.json
resource_class: xlarge # Want to run these tests with a significant amount of parallelism
Expand Down
Loading