Skip to content

Commit

Permalink
Use the timescaledev/toolkit-builder-test container
Browse files Browse the repository at this point in the history
This container is built in CI with the current release, so use that one
when testing.
  • Loading branch information
graveland committed Oct 23, 2024
1 parent 734dd00 commit 80476af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Test Postgres
runs-on: ubuntu-20.04
container:
image: ${{ inputs.container-image || 'timescaledev/toolkit-builder' }}:${{ matrix.container.image }}
image: ${{ inputs.container-image || 'timescaledev/toolkit-builder-test' }}:${{ matrix.container.image }}
strategy:
fail-fast: false
max-parallel: 12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy_rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-20.04
container:
# Duplicated from ci.yml
image: ${{ inputs.container-image || 'timescaledev/toolkit-builder:debian-11-amd64' }}
image: ${{ inputs.container-image || 'timescaledev/toolkit-builder-test:debian-11-amd64' }}
env:
# TODO: See TODOs on duplicate block in ci.yml
CARGO_INCREMENTAL: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Release
runs-on: ubuntu-20.04
container:
image: timescaledev/toolkit-builder:debian-11-amd64
image: timescaledev/toolkit-builder-test:debian-11-amd64

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 80476af

Please sign in to comment.