diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 80056df81..2e63463e7 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -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 @@ -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 diff --git a/docker-compose-distributed-test-with-kafka.yaml b/docker-compose-distributed-test-with-kafka.yaml index ac042d523..728c1b77a 100644 --- a/docker-compose-distributed-test-with-kafka.yaml +++ b/docker-compose-distributed-test-with-kafka.yaml @@ -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 diff --git a/docker-compose-distributed-test.yaml b/docker-compose-distributed-test.yaml index 6f3fe33d1..4d19856b2 100644 --- a/docker-compose-distributed-test.yaml +++ b/docker-compose-distributed-test.yaml @@ -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 diff --git a/docker-compose-test.yaml b/docker-compose-test.yaml index cb5e4de88..264a07761 100644 --- a/docker-compose-test.yaml +++ b/docker-compose-test.yaml @@ -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",