-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split the tests inside openjdk_s2i.feature to couple them with approp…
…riate modules Signed-off-by: Jayashree Huttanagoudar <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# builder only | ||
@ubi8/openjdk-11 | ||
@ubi8/openjdk-17 | ||
@ubi8/openjdk-21 | ||
Feature: JVM Performance tests | ||
|
||
@ubi8/openjdk-8 | ||
# temporarily marking 'ignore' so these tests are skipped on GHA | ||
# See: https://issues.redhat.com/browse/OPENJDK-2602 | ||
@ignore | ||
Scenario: Check java perf dir owned by jboss (CLOUD-2070) | ||
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet | ||
Then run jstat -gc 1 1000 1 in container and check its output for S0C | ||
And run stat --printf="%U %G" /tmp/hsperfdata_jboss/ in container and check its output for jboss root |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters