Skip to content

Commit ec2867d

Browse files
authored
Merge pull request #459 from jhuttana/ubi8-move-prometheus-tests
[OPENJDK-2722] Create dummy module.yaml to move prometheus.feature to modules/prometheus/tests/features
2 parents ce3472a + 7ae565a commit ec2867d

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

modules/prometheus/8.6.11/module.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ execute:
2323
- script: configure.sh
2424
- script: backwards_compatibility.sh
2525

26+
modules:
27+
install:
28+
- name: jboss.container.prometheustest
29+
2630
packages:
2731
install:
2832
- prometheus-jmx-exporter-openjdk11

modules/prometheus/8.6.17/module.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ execute:
2323
- script: configure.sh
2424
- script: backwards_compatibility.sh
2525

26+
modules:
27+
install:
28+
- name: jboss.container.prometheustest
29+
2630
packages:
2731
install:
2832
- prometheus-jmx-exporter-openjdk17

modules/prometheus/8.6.8/module.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ execute:
2323
- script: configure.sh
2424
- script: backwards_compatibility.sh
2525

26+
modules:
27+
install:
28+
- name: jboss.container.prometheustest
29+
2630
packages:
2731
install:
2832
- prometheus-jmx-exporter-openjdk8

modules/prometheus/module.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
schema_version: 1
2+
3+
name: "jboss.container.prometheustest"
4+
description: "A dummy descriptor to couple tests with prometheus module"
5+
version: "0"

0 commit comments

Comments
 (0)