diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-03-17 23:52:01 +0200 |
---|---|---|
committer | Vicențiu-Marian Ciorbaru <vicentiu@mariadb.org> | 2020-03-18 22:49:55 +0200 |
commit | 12b7d5dc46b3f866bf941e40ef41ece318ec024e (patch) | |
tree | 655d1b7a7c74563f815f284d344d5b5cd7372ee2 | |
parent | 41952c85f1644690249ce624de7609cbebb93638 (diff) | |
download | mariadb-git-12b7d5dc46b3f866bf941e40ef41ece318ec024e.tar.gz |
Travis-CI: Ignore clang/GCC 6 that permanently fails on 10.5 branchbb-10.5-pr1471
The purpose of a CI system is to validate if a change is acceptable or not.
Thus tests that always fail should be ignored, otherwise the result of the
CI (green/red) is not reliable and actionable.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4edcdcc748c..5f33541e72b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -260,6 +260,9 @@ matrix: addons: *clang7_addons_s390x # Until OSX becomes a bit more stable: MDEV-12435 MDEV-16213 allow_failures: + - os: linux + compiler: clang + env: CC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=main - os: osx compiler: clang env: CC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=rpl |