public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] autotool: Update CI mail.yml to ignore rawhide result
@ 2026-05-31 2:07 Takao Fujiwara
0 siblings, 0 replies; only message in thread
From: Takao Fujiwara @ 2026-05-31 2:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : cb699f2a5b7af1889330b810e26877ef6067be5c
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date : 2020-08-28T13:30:09+09:00
Stats : +5/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/cb699f2a5b7af1889330b810e26877ef6067be5c?branch=autotool
Log:
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 2:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 2:07 [rpms/ibus] autotool: Update CI mail.yml to ignore rawhide result Takao Fujiwara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox