Skip to content

Commit 3ec5247

Browse files
committed
Move load test into main workflow
1 parent 9853839 commit 3ec5247

2 files changed

Lines changed: 13 additions & 17 deletions

File tree

.github/workflows/complete.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,16 @@ jobs:
102102
java-package: jdk
103103
architecture: x64
104104
- name: Run integration tests
105-
run: make test-java-integration
105+
run: make test-java-integration
106+
107+
load-test:
108+
runs-on: [self-hosted, load]
109+
needs: build-push-docker-images
110+
steps:
111+
- uses: actions/checkout@v2
112+
- name: Run load test
113+
run: make test-load
114+
- uses: actions/upload-artifact@v2
115+
with:
116+
name: load-test-results
117+
path: load-test-output/

.github/workflows/load_test.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)