Update 3 files
- /tests/tests.yml - /tests/scripts/runtests.sh - /gating.yaml
This commit is contained in:
parent
ab762d9f46
commit
be91bb6700
@ -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}
|
2
tests/scripts/runtests.sh
Normal file
2
tests/scripts/runtests.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/bash
|
||||
echo 'rhel-10 gating initial test'
|
11
tests/tests.yml
Normal file
11
tests/tests.yml
Normal file
@ -0,0 +1,11 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- simple:
|
||||
dir: scripts
|
||||
run: ./runtest.sh
|
||||
required_packages:
|
||||
- exfatprogs
|
Loading…
Reference in New Issue
Block a user