Skip to content

Commit 9324a2b

Browse files
GitLab CI: allow to run JDK and Windows jobs in parallel
1 parent 3e6ecd0 commit 9324a2b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ test:
121121
- ./gradlew $GITLAB_REPO_ARGS $VERSION_ARGS clean :tests:objectbox-java-test:test
122122

123123
# Test oldest supported and a recent JDK.
124-
# Note: can not run these in parallel using a matrix configuration as Gradle would step over itself.
125124
test-jdk-8:
126125
extends: .test_jdks
127126
needs: ["test"]
@@ -131,7 +130,7 @@ test-jdk-8:
131130
# JDK 21 is the default of the current build image, so test the latest LTS JDK 25
132131
test-jdk-25:
133132
extends: .test_jdks
134-
needs: ["test-jdk-8"]
133+
needs: ["test"]
135134
variables:
136135
TEST_JDK: 25
137136

@@ -149,7 +148,6 @@ test-windows:
149148

150149
test-windows-jdk-x86:
151150
extends: .test_base
152-
needs: ["test-windows"]
153151
tags:
154152
- windows-jdk-x86
155153
variables:

0 commit comments

Comments
 (0)