Skip to content

Commit a71ce87

Browse files
author
Devdutt Shenoi
authored
ci: remove kafka integration test (#1164)
Signed-off-by: Devdutt Shenoi <[email protected]>
1 parent 251e21f commit a71ce87

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

.github/workflows/integration-test.yaml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,4 @@ jobs:
3232
- name: Stop compose
3333
if: always()
3434
run: docker compose -f docker-compose-distributed-test.yaml down -v
35-
36-
docker-compose-test-with-kafka:
37-
name: Quest Smoke and Load Tests for Standalone deployments with Kafka
38-
runs-on: ubuntu-latest
39-
steps:
40-
- name: Checkout
41-
uses: actions/checkout@v4
42-
- name: Start compose
43-
run: docker compose -f docker-compose-test-with-kafka.yaml up --build --exit-code-from quest
44-
- name: Stop compose
45-
if: always()
46-
run: docker compose -f docker-compose-test-with-kafka.yaml down -v
47-
48-
docker-compose-distributed-test-with-kafka:
49-
name: Quest Smoke and Load Tests for Distributed deployments with Kafka
50-
runs-on: ubuntu-latest
51-
steps:
52-
- name: Checkout
53-
uses: actions/checkout@v4
54-
- name: Start compose
55-
run: docker compose -f docker-compose-distributed-test-with-kafka.yaml up --build --exit-code-from quest
56-
- name: Stop compose
57-
if: always()
58-
run: docker compose -f docker-compose-distributed-test-with-kafka.yaml down -v
35+

0 commit comments

Comments
 (0)