-
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.
Merge pull request #532 from vieiro/feature/jdk-11-els-rhel9-2025-01-cpu
[OPENJDK-3587] Rebase ELS container images (RHEL9)
- Loading branch information
Showing
23 changed files
with
81 additions
and
42 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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
run: docker pull registry.access.redhat.com/ubi9/ubi-minimal:latest | ||
|
||
- name: Install CEKit | ||
uses: cekit/[email protected].5 | ||
uses: cekit/[email protected].7 | ||
|
||
- name: Build | ||
run: | | ||
|
@@ -42,4 +42,4 @@ jobs: | |
- name: Behave Tests | ||
run: | | ||
echo /home/runner/work/_temp/openshift-bin >> $GITHUB_PATH | ||
cekit -v --descriptor ${{ inputs.image }}.yaml test behave --steps-url https://github.com/jmtd/behave-test-steps | ||
cekit -v --descriptor ${{ inputs.image }}.yaml test behave |
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
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
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
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
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 |
---|---|---|
@@ -1,14 +1,17 @@ | ||
@openjdk-els/openjdk-11-rhel9 | ||
@ubi9/openjdk-17 | ||
@ubi9/openjdk-21 | ||
Feature: Openshift OpenJDK Runtime tests (OPENJDK-474) | ||
Feature: Openshift OpenJDK Runtime tests (OPENJDK-474, OPENJDK-2805) | ||
|
||
Scenario: Ensure JAVA_ARGS is passed through, diagnostic options work correctly, JVM_ARGS not present in run script, OPENJDK-474 JAVA_ARGS not repeated | ||
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet | ||
Given s2i build https://github.com/rh-openjdk/openjdk-container-test-applications.git from undertow-servlet | ||
| variable | value | | ||
| JAVA_ARGS | unique | | ||
| JAVA_DIAGNOSTICS | true | | ||
Then container log should contain /deployments/undertow-servlet.jar unique | ||
And container log should contain -XX:NativeMemoryTracking=summary | ||
And file /usr/local/s2i/run should exist | ||
And file /usr/local/s2i/run should not contain JVM_ARGS | ||
And file /usr/libexec/s2i/run should exist | ||
And file /usr/libexec/s2i/run should not contain JVM_ARGS | ||
And container log should not contain unique unique |
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
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
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
Oops, something went wrong.