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: ubuntu-latest
runs-on: self-hosted
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: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions docker-compose-distributed-test-with-kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ services:
quest:
platform: linux/amd64
image: ghcr.io/parseablehq/quest:main
pull_policy: always
command:
[
"load",
Expand Down
1 change: 1 addition & 0 deletions docker-compose-distributed-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ services:
quest:
platform: linux/amd64
image: ghcr.io/parseablehq/quest:main
pull_policy: always
command:
[
"load",
Expand Down
3 changes: 2 additions & 1 deletion docker-compose-test-with-kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ networks:

services:
minio:
image: minio/minio:RELEASE.2023-02-10T18-48-39Z
image: minio/minio:RELEASE.2025-02-03T21-03-04Z
entrypoint:
- sh
- -euc
Expand Down Expand Up @@ -67,6 +67,7 @@ services:
quest:
image: ghcr.io/parseablehq/quest:main
platform: linux/amd64
pull_policy: always
command: [
"load",
"http://parseable:8000",
Expand Down
3 changes: 2 additions & 1 deletion docker-compose-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ networks:

services:
minio:
image: minio/minio:RELEASE.2023-02-10T18-48-39Z
image: minio/minio:RELEASE.2025-02-03T21-03-04Z
entrypoint:
- sh
- -euc
Expand Down Expand Up @@ -60,6 +60,7 @@ services:

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