Skip to content

Commit

Permalink
Merge pull request #457 from jhuttana/ubi8-re-org-tests
Browse files Browse the repository at this point in the history
[OPENJDK-2722] Create a dummy module.yaml to move openjdk.feature behave test to module/jdk/tests/features
  • Loading branch information
jmtd authored Mar 13, 2024
2 parents d167919 + 8f8db49 commit ce3472a
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/jdk/11/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ packages:
modules:
install:
- name: jboss.container.user
- name: jboss.container.openjdk

execute:
- script: configure.sh
1 change: 1 addition & 0 deletions modules/jdk/17/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ packages:
modules:
install:
- name: jboss.container.user
- name: jboss.container.openjdk

execute:
- script: configure.sh
1 change: 1 addition & 0 deletions modules/jdk/21/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ packages:
modules:
install:
- name: jboss.container.user
- name: jboss.container.openjdk

execute:
- script: configure.sh
1 change: 1 addition & 0 deletions modules/jdk/8/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ packages:
modules:
install:
- name: jboss.container.user
- name: jboss.container.openjdk

execute:
- script: configure.sh
5 changes: 5 additions & 0 deletions modules/jdk/module.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
schema_version: 1

name: "jboss.container.openjdk"
description: "A dummy descriptor to couple tests with jdk modules"
version: "0"
File renamed without changes.
1 change: 1 addition & 0 deletions modules/jre/11/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ packages:
modules:
install:
- name: jboss.container.user
- name: jboss.container.openjdk

execute:
- script: configure.sh
1 change: 1 addition & 0 deletions modules/jre/17/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ packages:
modules:
install:
- name: jboss.container.user
- name: jboss.container.openjdk

execute:
- script: configure.sh
1 change: 1 addition & 0 deletions modules/jre/21/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ packages:
modules:
install:
- name: jboss.container.user
- name: jboss.container.openjdk

execute:
- script: configure.sh
1 change: 1 addition & 0 deletions modules/jre/8/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ packages:
modules:
install:
- name: jboss.container.user
- name: jboss.container.openjdk

execute:
- script: configure.sh

0 comments on commit ce3472a

Please sign in to comment.