Compare commits

...

No commits in common. "stream-jmc-rhel8-rhel-8.9.0" and "c8-stream-rhel8" have entirely different histories.

5 changed files with 9 additions and 29 deletions

0
.gitignore vendored Normal file
View File

0
.jmc.metadata Normal file
View File

View File

@ -37,55 +37,55 @@ data:
rpms:
directory-maven-plugin:
buildorder: 0
ref: stream-jmc-rhel8-rhel-8.9.0
ref: stream-rhel8-rhel-8.5.0
rationale: >
Dependency of jmc and jaf.
arches: [x86_64]
ee4j-parent:
buildorder: 0
ref: stream-jmc-rhel8-rhel-8.9.0
ref: stream-rhel8-rhel-8.5.0
arches: [x86_64]
rationale: >
Dependency of jaf.
mvel:
buildorder: 0
ref: stream-jmc-rhel8-rhel-8.9.0
ref: stream-rhel8-rhel-8.5.0
arches: [x86_64]
rationale: >
Dependency of lz4-java.
owasp-java-encoder:
buildorder: 0
ref: stream-jmc-rhel8-rhel-8.9.0
ref: stream-rhel8-rhel-8.5.0
arches: [x86_64]
rationale: >
Dependency of jmc-core.
jaf:
buildorder: 1
ref: stream-jmc-rhel8-rhel-8.9.0
ref: stream-rhel8-rhel-8.5.0
arches: [x86_64]
rationale: >
Dependency of jmc.
lz4-java:
buildorder: 1
ref: stream-jmc-rhel8-rhel-8.9.0
ref: stream-rhel8-rhel-8.5.0
arches: [x86_64]
rationale: >
Dependency of jmc-core
HdrHistogram:
buildorder: 2
ref: stream-jmc-rhel8-rhel-8.9.0
ref: stream-rhel8-rhel-8.5.0
arches: [x86_64]
rationale: >
Dependency of jmc.
jmc-core:
buildorder: 2
ref: stream-jmc-rhel8-rhel-8.9.0
ref: stream-rhel8-rhel-8.5.0
arches: [x86_64]
rationale: >
Core API. Dependency of jmc.
jmc:
buildorder: 3
ref: stream-jmc-rhel8-rhel-8.9.0
ref: stream-rhel8-rhel-8.5.0
arches: [x86_64]
rationale: >
Standalone application.

View File

@ -1,8 +0,0 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate_modules
subject_type: redhat-module
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier0.functional}

View File

@ -1,12 +0,0 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- jmcVersion:
dir: ~
run: set -ex; useradd myuser; su myuser -c 'mkdir -p /home/myuser/'; su myuser -c '(echo "props;" && echo -e "exit;y\n") | jmc -noexit -console -nosplash | grep eclipse.product'
required_packages:
- jmc