Compare commits

...

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

10 changed files with 61 additions and 2 deletions

4
.gitignore vendored
View File

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

View File

@ -1 +1 @@
46f88887a7599928adb428d3a46653ad2ea918f1 SOURCES/rachana-Version7.0.3.tar.gz
46f88887a7599928adb428d3a46653ad2ea918f1 rachana-Version7.0.3.tar.gz

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# smc-rachana-fonts
The smc-rachana-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 (rachana-Version7.0.3.tar.gz) = fa9e2898975c35e1f0f8144870b9aada4d9a66e761b1a7ee80863075e46aa5dd22c4a413641aa5025b9bb75a829adfa1ae7031db2504872a7a9fadd2977f1fc6

View File

@ -0,0 +1,45 @@
- hosts: localhost
vars:
config:
fontname: smc-rachana
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