Skip to content

Commit

Permalink
Test updated CI image
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Jan 24, 2024
1 parent 23ea3a2 commit cbf7fb9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ setup_arm64_machine: &setup_arm64_machine

docker_default: &docker_default
docker:
- image: pikaorg/pika-ci-base:21
- image: pikaorg/pika-ci-base-test-image:1

defaults: &defaults
<<: *working_dir_default
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_asan_ubsan_lsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
build:
name: github/linux/sanitizers/address-undefined-leak
runs-on: ubuntu-latest
container: pikaorg/pika-ci-base:21
container: pikaorg/pika-ci-base-test-image:1

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_leaksanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
name: github/linux/sanitizers/leak
runs-on: ubuntu-latest
container: pikaorg/pika-ci-base:21
container: pikaorg/pika-ci-base-test-image:1

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: github/linux/sanitizers/fast
if: ${{ github.event_name == 'merge_group' }}
runs-on: ubuntu-latest
container: pikaorg/pika-ci-base:21
container: pikaorg/pika-ci-base-test-image:1

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_tsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
build:
name: github/linux/sanitizers/thread
runs-on: ubuntu-latest
container: pikaorg/pika-ci-base:21
container: pikaorg/pika-ci-base-test-image:1

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cbf7fb9

Please sign in to comment.