Skip to content

Commit 79c846a

Browse files
committed
Retag test for OPENJDK-2428 to exclude UBI8
This test is based on Quarkus which does not support JDK8. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 1c97dd8 commit 79c846a

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

tests/features/java/java_s2i.feature

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,3 @@ Feature: Openshift OpenJDK S2I tests
328328
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from OPENJDK-1549 with env
329329
| variable | value |
330330
| MAVEN_ARGS | validate |
331-
332-
Scenario: Ensure that run-env.sh placed in the JAVA_APP_DIR is sourced in the run script before launching java
333-
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i
334-
| variable | value |
335-
| S2I_SOURCE_DATA_DIR | ./ |
336-
| S2I_TARGET_DATA_DIR | /deployments |
337-
Then container log should contain INFO exec -a "someUniqueString" java
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@ubi8/openjdk-11
2+
@ubi8/openjdk-17
3+
@ubi8/openjdk-21
4+
Feature: Openshift OpenJDK S2I tests (Quarkus-based)
5+
Scenario: Ensure that run-env.sh placed in the JAVA_APP_DIR is sourced in the run script before launching java
6+
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i
7+
| variable | value |
8+
| S2I_SOURCE_DATA_DIR | ./ |
9+
| S2I_TARGET_DATA_DIR | /deployments |
10+
Then container log should contain INFO exec -a "someUniqueString" java

0 commit comments

Comments
 (0)