From 45692bb99b79bbd5c45c6b57f6b32aa3522f7e8d Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Sun, 1 Sep 2024 09:39:05 +0900 Subject: [PATCH] Delete CI with STI CI with STI is archived in: https://src.fedoraproject.org/rpms/cldr-emoji-annotation/tree/ci-sti --- tests/runtest.sh | 13 ------------- tests/tests.yml | 16 ---------------- 2 files changed, 29 deletions(-) delete mode 100755 tests/runtest.sh delete mode 100644 tests/tests.yml diff --git a/tests/runtest.sh b/tests/runtest.sh deleted file mode 100755 index 65ac483..0000000 --- a/tests/runtest.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -for dir in annotations annotationsDerived; do - for xml in /usr/share/unicode/cldr/common/$dir/*.xml; do - echo xmllint --noout --valid --postvalid $xml - xmllint --noout --valid --postvalid $xml - if [ $? -ne 0 ] ; then - echo "ERROR" - exit 1 - fi - done -done - diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 3b0cccf..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,16 +0,0 @@ -- hosts: localhost - vars: - - artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}" - tags: - - classic - remote_user: root - roles: - - role: standard-test-basic - required_packages: - - cldr-emoji-annotation - - libxml2 - tests: - - runtest: - dir: . - run: ./runtest.sh -