!354 屏蔽不稳定用例 rt/tst-cpuclock2

Merge pull request !354 from Yangyanchao/openEuler-22.03-LTS
This commit is contained in:
openeuler-ci-bot 2022-02-08 10:55:46 +00:00 committed by Gitee
commit 089a28fab1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 1 deletions

View File

@ -66,7 +66,7 @@
##############################################################################
Name: glibc
Version: 2.34
Release: 53
Release: 54
Summary: The GNU libc libraries
License: %{all_license}
URL: http://www.gnu.org/software/glibc/
@ -1292,6 +1292,9 @@ fi
%endif
%changelog
* Tue Feb 8 2022 Yang Yanchao <yangyanchao6@huawei.com> - 2.34-54
- disable rt/tst-cpuclock2 which often fails in CI.
* Tue Feb 8 2022 Qingqing Li <liqingqing3@huawei.com> - 2.34-53
- elf: fix glibc 2.34 ABI omission
- x86: black list more intel cpus for TSX [BZ #27398]

View File

@ -109,3 +109,7 @@ nss/tst-nss-files-hosts-long
# The test case fails due to OBS machine restrictions which can be passed locally.
elf/tst-debug1
# This test case often fails in CI which is the high-pressure environment.
# No better solution is available. This test case is shielded.
rt/tst-cpuclock2

View File

@ -110,3 +110,7 @@ elf/check-cet
# Add the tst-nss-files-hosts-long.root/etc/hosts of glibc to
# the /etc/hosts directory of the system, and then run sucess
nss/tst-nss-files-hosts-long
# This test case often fails in CI which is the high-pressure environment.
# No better solution is available. This test case is shielded.
rt/tst-cpuclock2