Compare commits
No commits in common. "c9s" and "c9-beta" have entirely different histories.
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
||||
meera-Version*/
|
||||
/meera-Version7.0.1.tar.gz
|
||||
/meera-Version7.0.3.tar.gz
|
||||
SOURCES/meera-Version7.0.3.tar.gz
|
||||
|
||||
1
.smc-meera-fonts.metadata
Normal file
1
.smc-meera-fonts.metadata
Normal file
@ -0,0 +1 @@
|
||||
09891c50ac970d0c88c305b89c52e806d8094c16 SOURCES/meera-Version7.0.3.tar.gz
|
||||
@ -1,7 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
|
||||
1
sources
1
sources
@ -1 +0,0 @@
|
||||
SHA512 (meera-Version7.0.3.tar.gz) = 6a160ac505fd80f67343e770dc98182086459f548ad4687bbc0167e8aab3b6cdd39d17c201fce50b88f59c80391eff2186d8ca2c1838688e56bc41f46f2b617c
|
||||
@ -1,45 +0,0 @@
|
||||
- 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 +0,0 @@
|
||||
- import_playbook: fonttest_playbook.yml
|
||||
Loading…
Reference in New Issue
Block a user