Skip to content

Commit 5c9da17

Browse files
committed
Cancel in progress
1 parent df70b89 commit 5c9da17

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/e2e-base.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Basic e2e tests
22

33
on: pull_request
44

5+
concurrency:
6+
group: e2e-tests
7+
cancel-in-progress: true
8+
59
jobs:
610
e2e_quick:
711
runs-on: 'ghrunner-loadtest-4.0'
@@ -60,7 +64,7 @@ jobs:
6064
HOPSWORKS_DOMAIN: hopsworks.glassfish.service.consul
6165
HOPSWORKS_PORT: 8182
6266
PYTEST_TIMEOUT: 1200
63-
PARALLEL_TESTS: 3
67+
PARALLEL_TESTS: 6
6468
run: |
6569
cd ${{github.workspace}}/loadtest/tests
6670
./run_e2e_on_runner.sh $MARKER

0 commit comments

Comments
 (0)