From 6fbccb30feb00b0e3f53941e8ab867ed2c45a587 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Sat, 8 Feb 2025 14:23:06 +0530 Subject: [PATCH] fix ci --- .github/workflows/integration-test.yaml | 4 ++-- docker-compose-distributed-test-with-kafka.yaml | 1 + docker-compose-distributed-test.yaml | 1 + docker-compose-test-with-kafka.yaml | 3 ++- docker-compose-test.yaml | 3 ++- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 2e63463e7..80056df81 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: ubuntu-latest + runs-on: self-hosted 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: ubuntu-latest + runs-on: self-hosted 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 d9f35581b..ac042d523 100644 --- a/docker-compose-distributed-test-with-kafka.yaml +++ b/docker-compose-distributed-test-with-kafka.yaml @@ -189,6 +189,7 @@ services: quest: platform: linux/amd64 image: ghcr.io/parseablehq/quest:main + pull_policy: always command: [ "load", diff --git a/docker-compose-distributed-test.yaml b/docker-compose-distributed-test.yaml index ca79941f3..6f3fe33d1 100644 --- a/docker-compose-distributed-test.yaml +++ b/docker-compose-distributed-test.yaml @@ -100,6 +100,7 @@ services: quest: platform: linux/amd64 image: ghcr.io/parseablehq/quest:main + pull_policy: always command: [ "load", diff --git a/docker-compose-test-with-kafka.yaml b/docker-compose-test-with-kafka.yaml index 5923f6565..39f3ebc74 100644 --- a/docker-compose-test-with-kafka.yaml +++ b/docker-compose-test-with-kafka.yaml @@ -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 @@ -67,6 +67,7 @@ services: quest: image: ghcr.io/parseablehq/quest:main platform: linux/amd64 + pull_policy: always command: [ "load", "http://parseable:8000", diff --git a/docker-compose-test.yaml b/docker-compose-test.yaml index 0a81d3c8c..cb5e4de88 100644 --- a/docker-compose-test.yaml +++ b/docker-compose-test.yaml @@ -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 @@ -60,6 +60,7 @@ services: quest: image: ghcr.io/parseablehq/quest:main + pull_policy: always platform: linux/amd64 command: [ "load",