Skip to content

Commit 45580fa

Browse files
committed
Remove load test from github action
Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>
1 parent 6b07a4a commit 45580fa

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/complete.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -127,21 +127,6 @@ jobs:
127127
- name: Run integration tests
128128
run: make test-java-integration
129129

130-
load-test:
131-
needs: build-push-docker-images
132-
runs-on: ubuntu-latest
133-
steps:
134-
- uses: actions/checkout@v2
135-
- uses: actions/setup-python@v2
136-
with:
137-
python-version: '3.7'
138-
- name: Run load test
139-
run: make test-load GIT_SHA=${GITHUB_SHA}
140-
- uses: actions/upload-artifact@v2
141-
with:
142-
name: load-test-results
143-
path: load-test-output/
144-
145130
tests-docker-compose:
146131
needs:
147132
- build-push-docker-images

0 commit comments

Comments
 (0)