Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

docker-compose-test:
name: Quest Smoke and Load Tests for Standalone deployments
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -23,7 +23,7 @@ jobs:

docker-compose-distributed-test:
name: Quest Smoke and Load Tests for Distributed deployments
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-distributed-test-with-kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:

# minio
minio:
image: minio/minio:RELEASE.2023-02-10T18-48-39Z
image: minio/minio:RELEASE.2025-02-03T21-03-04Z
entrypoint:
- sh
- -euc
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-distributed-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ networks:
services:
# minio
minio:
image: minio/minio:RELEASE.2023-02-10T18-48-39Z
image: minio/minio:RELEASE.2025-02-03T21-03-04Z
entrypoint:
- sh
- -euc
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ services:

quest:
image: ghcr.io/parseablehq/quest:main
pull_policy: always
platform: linux/amd64
pull_policy: always
command: [
"load",
"http://parseable:8000",
Expand Down
Loading