forked from XS-MLVP/UnityChipForXiangShan
29 lines
973 B
YAML
29 lines
973 B
YAML
#coding=utf8
|
|
#***************************************************************************************
|
|
# This project is licensed under Mulan PSL v2.
|
|
# You can use this software according to the terms and conditions of the Mulan PSL v2.
|
|
# You may obtain a copy of Mulan PSL v2 at:
|
|
# http://license.coscl.org.cn/MulanPSL2
|
|
#
|
|
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
|
|
# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
|
|
# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
|
|
#
|
|
# See the Mulan PSL v2 for more details.
|
|
#**************************************************************************************/
|
|
|
|
|
|
test:
|
|
# Skip tags, all test cases with these tags will be skipped
|
|
skip-tags: ["RARELY_USED"]
|
|
|
|
# Test report configuration
|
|
report:
|
|
information:
|
|
# Report title
|
|
title: "XiangShan KMH CI Test"
|
|
# Report user information
|
|
user:
|
|
name: "ci-bot"
|
|
email: "ci-bot@no-replay.com"
|