Skip to content

Commit a1a63ad

Browse files
committed
chore(ci): reduce tested combinations, only run client tests on baseapi
Signed-off-by: Chris Laprun <[email protected]>
1 parent e415f6c commit a1a63ad

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ jobs:
1313
java: [ 17, 21 ]
1414
kubernetes: [ 'v1.28.14', 'v1.29.9','1.30.5', '1.31.1' ]
1515
it-category: [ 'baseapi', 'dependent', 'workflow' ]
16+
uses: ./.github/workflows/integration-tests.yml
17+
with:
18+
java-version: ${{ matrix.java }}
19+
kube-version: ${{ matrix.kubernetes }}
20+
it-category: ${{ matrix.it-category }}
21+
22+
http_client_tests:
23+
strategy:
24+
matrix:
25+
java: [ 17, 21 ]
26+
kubernetes: [ 'v1.28.14', 'v1.29.9','1.30.5', '1.31.1' ]
27+
it-category: [ 'baseapi' ]
1628
httpclient: [ 'vertx', 'jdk', 'jetty' ]
1729
uses: ./.github/workflows/integration-tests.yml
1830
with:

0 commit comments

Comments
 (0)