Compare commits

..

No commits in common. "c9-beta" and "c9s" have entirely different histories.
c9-beta ... c9s

10 changed files with 60 additions and 2 deletions

4
.gitignore vendored
View File

@ -1 +1,3 @@
SOURCES/meera-Version7.0.3.tar.gz
meera-Version*/
/meera-Version7.0.1.tar.gz
/meera-Version7.0.3.tar.gz

View File

@ -1 +0,0 @@
09891c50ac970d0c88c305b89c52e806d8094c16 SOURCES/meera-Version7.0.3.tar.gz

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# smc-meera-fonts
The smc-meera-fonts package

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (meera-Version7.0.3.tar.gz) = 6a160ac505fd80f67343e770dc98182086459f548ad4687bbc0167e8aab3b6cdd39d17c201fce50b88f59c80391eff2186d8ca2c1838688e56bc41f46f2b617c

View File

@ -0,0 +1,45 @@
- hosts: localhost
vars:
config:
fontname: smc-meera
lang: ["ml"]
testgiturl: https://pagure.io/font_ci_testing.git
testgitclonepath: fonttest
testfilename: fonttest.py
testfilepath: /usr/local/bin
logfilepath: /tmp/test.log
artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
tags:
- classic
remote_user: root
tasks:
- name: Install required package
dnf:
name:
- git
- "{{ config.fontname }}-fonts"
- python3
- fontconfig
- name: git clone the tests
git:
repo: "{{ config.testgiturl }}"
dest: "{{ config.testgitclonepath }}"
force: yes
- name: Test Execution
block:
- name: Execute the tests
command: python3 {{ config.testgitclonepath }}/tests/{{ config.testfilename }} "{{ config }}"
always:
- name: Pull out the artifacts
fetch:
dest: "{{ config.artifacts }}/"
src: "{{ item }}"
flat: yes
with_items:
- "{{ config.logfilepath }}"

1
tests/tests.yml Normal file
View File

@ -0,0 +1 @@
- import_playbook: fonttest_playbook.yml