Skip to content

Commit 23993f4

Browse files
author
Devdutt Shenoi
authored
ci: run on github runners (#1184)
1 parent 1cd0da6 commit 23993f4

4 files changed

+5
-5
lines changed

.github/workflows/integration-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
docker-compose-test:
1313
name: Quest Smoke and Load Tests for Standalone deployments
14-
runs-on: self-hosted
14+
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
@@ -23,7 +23,7 @@ jobs:
2323

2424
docker-compose-distributed-test:
2525
name: Quest Smoke and Load Tests for Distributed deployments
26-
runs-on: self-hosted
26+
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4

docker-compose-distributed-test-with-kafka.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828

2929
# minio
3030
minio:
31-
image: minio/minio:RELEASE.2023-02-10T18-48-39Z
31+
image: minio/minio:RELEASE.2025-02-03T21-03-04Z
3232
entrypoint:
3333
- sh
3434
- -euc

docker-compose-distributed-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ networks:
44
services:
55
# minio
66
minio:
7-
image: minio/minio:RELEASE.2023-02-10T18-48-39Z
7+
image: minio/minio:RELEASE.2025-02-03T21-03-04Z
88
entrypoint:
99
- sh
1010
- -euc

docker-compose-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ services:
6060

6161
quest:
6262
image: ghcr.io/parseablehq/quest:main
63-
pull_policy: always
6463
platform: linux/amd64
64+
pull_policy: always
6565
command: [
6666
"load",
6767
"http://parseable:8000",

0 commit comments

Comments
 (0)