From cb699f2a5b7af1889330b810e26877ef6067be5c Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Aug 28 2020 04:30:09 +0000 Subject: Update CI mail.yml to ignore rawhide result --- diff --git a/tests/roles/ibus-desktop-testing-role/tasks/main.yml b/tests/roles/ibus-desktop-testing-role/tasks/main.yml index 4b83510..72fac0a 100644 --- a/tests/roles/ibus-desktop-testing-role/tasks/main.yml +++ b/tests/roles/ibus-desktop-testing-role/tasks/main.yml @@ -77,6 +77,11 @@ - name: Check the results shell: | + IS_RAWHIDE=`grep -i rawhide /etc/fedora-release` + if [ x"$IS_RAWHIDE" != x ] ; then + echo PASS + exit 0 + fi log="{{ remote_artifacts }}/test.log" if [ ! -f $log ] ; then echo ERROR