Skip to content

Commit

Permalink
Create dummy module.yaml to move prometheus.feature to modules/promet…
Browse files Browse the repository at this point in the history
…heus/tests/features

Signed-off-by: Jayashree Huttanagoudar <[email protected]>
  • Loading branch information
jhuttana committed Mar 13, 2024
1 parent ce3472a commit 7ae565a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/prometheus/8.6.11/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ execute:
- script: configure.sh
- script: backwards_compatibility.sh

modules:
install:
- name: jboss.container.prometheustest

packages:
install:
- prometheus-jmx-exporter-openjdk11
4 changes: 4 additions & 0 deletions modules/prometheus/8.6.17/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ execute:
- script: configure.sh
- script: backwards_compatibility.sh

modules:
install:
- name: jboss.container.prometheustest

packages:
install:
- prometheus-jmx-exporter-openjdk17
4 changes: 4 additions & 0 deletions modules/prometheus/8.6.8/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ execute:
- script: configure.sh
- script: backwards_compatibility.sh

modules:
install:
- name: jboss.container.prometheustest

packages:
install:
- prometheus-jmx-exporter-openjdk8
5 changes: 5 additions & 0 deletions modules/prometheus/module.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
schema_version: 1

name: "jboss.container.prometheustest"
description: "A dummy descriptor to couple tests with prometheus module"
version: "0"
File renamed without changes.

0 comments on commit 7ae565a

Please sign in to comment.