From be91bb67003674c981f1085faececdd102e226da Mon Sep 17 00:00:00 2001 From: Kun Wang Date: Sat, 22 Jun 2024 19:27:53 +0000 Subject: [PATCH] Update 3 files - /tests/tests.yml - /tests/scripts/runtests.sh - /gating.yaml --- gating.yaml | 2 +- tests/scripts/runtests.sh | 2 ++ tests/tests.yml | 11 +++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 tests/scripts/runtests.sh create mode 100644 tests/tests.yml diff --git a/gating.yaml b/gating.yaml index 3442642..883c12b 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} \ No newline at end of file diff --git a/tests/scripts/runtests.sh b/tests/scripts/runtests.sh new file mode 100644 index 0000000..3d91127 --- /dev/null +++ b/tests/scripts/runtests.sh @@ -0,0 +1,2 @@ +#!/usr/bin/bash +echo 'rhel-10 gating initial test' \ No newline at end of file diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..33c4435 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,11 @@ +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + tests: + - simple: + dir: scripts + run: ./runtest.sh + required_packages: + - exfatprogs