Skip to content

Commit eeec32a

Browse files
authored
Merge pull request #463 from jhuttana/ubi8-openjdk-s2i-feature
[OPENJDK-2722] Split the tests inside openjdk_s2i.feature to couple them with appropriate modules
2 parents 3f8c03b + c6bf137 commit eeec32a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

tests/features/java/openjdk_s2i.feature renamed to modules/s2i/core/api/tests/features/java_s2i_quarkus.feature

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,7 @@
22
@ubi8/openjdk-11
33
@ubi8/openjdk-17
44
@ubi8/openjdk-21
5-
Feature: Openshift OpenJDK-only S2I tests
6-
7-
@ubi8/openjdk-8
8-
# temporarily marking 'ignore' so these tests are skipped on GHA
9-
# See: https://issues.redhat.com/browse/OPENJDK-2602
10-
@ignore
11-
Scenario: Check java perf dir owned by jboss (CLOUD-2070)
12-
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
13-
Then run jstat -gc 1 1000 1 in container and check its output for S0C
14-
And run stat --printf="%U %G" /tmp/hsperfdata_jboss/ in container and check its output for jboss root
5+
Feature: Openshift OpenJDK S2I tests (Quarkus-based)
156

167
Scenario: Ensure Quarkus CDS doesn't fail due to timestamp mismatch (OPENDJK-1673)
178
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from getting-started

0 commit comments

Comments
 (0)