File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change
1
+ # builder only
2
+ @ubi9/openjdk-11
3
+ @ubi9/openjdk-17
4
+ @ubi9/openjdk-21
5
+ Feature : JVM Performance tests
6
+
7
+ @ignore
8
+ Scenario : Check java perf dir owned by default (CLOUD-2070, OPENJDK-91)
9
+ Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
10
+ Then run jstat -gc 1 1000 1 in container and check its output for S0C
11
+ And run stat --printf="%U %G" /tmp/hsperfdata_default/ in container and check its output for default root
Original file line number Diff line number Diff line change 2
2
@ubi9/openjdk-11
3
3
@ubi9/openjdk-17
4
4
@ubi9/openjdk-21
5
- Feature : Openshift OpenJDK-only S2I tests
6
-
7
- @ignore
8
- Scenario : Check java perf dir owned by default (CLOUD-2070, OPENJDK-91)
9
- Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
10
- Then run jstat -gc 1 1000 1 in container and check its output for S0C
11
- And run stat --printf="%U %G" /tmp/hsperfdata_default/ in container and check its output for default root
5
+ Feature : Openshift OpenJDK S2I tests (Quarkus-based )
12
6
13
7
Scenario : Ensure Quarkus CDS doesn't fail due to timestamp mismatch (OPENDJK-1673)
14
8
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from getting-started
You can’t perform that action at this time.
0 commit comments