From 4364e2450a5fb61540dec4b28852b32314fb2bb1 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 15 Nov 2021 09:31:28 +0100 Subject: [PATCH] Onboard package into Gating --- .objectweb-asm.metadata | 7 +++++++ gating.yaml | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 .objectweb-asm.metadata create mode 100644 gating.yaml diff --git a/.objectweb-asm.metadata b/.objectweb-asm.metadata new file mode 100644 index 0000000..908ee21 --- /dev/null +++ b/.objectweb-asm.metadata @@ -0,0 +1,7 @@ +d4c155b63b6482c19ddcd1b4f62f9af39a951213 objectweb-asm-9.1.tar.gz +927153d04a920d5f06a9a4aefd5f6be60726117d asm-9.1.pom +e30004dc53274dc96d0b9c6a3ac06bdcf6d23d86 asm-analysis-9.1.pom +5914a98fed0e76a0ce92a75704cacaf2454ae90a asm-commons-9.1.pom +cde5473611d49368fb05f915a2b5d2972cb4d313 asm-test-9.1.pom +aeef4f505fe557517394dc29e404fba6ba98c428 asm-tree-9.1.pom +b16ab6c7727a796b232f09124a895567dbf7d134 asm-util-9.1.pom diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..d6b7694 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,8 @@ +--- !Policy +product_versions: + - rhel-9 +decision_contexts: + - osci_compose_gate +rules: + # https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test + - !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap}