summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-10-04 16:52:00 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-26 21:03:06 +0300
commitf9121d39eca923c41a28998602b38fb4f447d6ab (patch)
tree75a0c8997599967f51de80cf2789bc8bdd84a55a
parent076122864501825233b9f48515f21ce084308ee6 (diff)
downloadhercules-r20180925.tar.gz
hercules-r20180925.tar.bz2
hercules-r20180925.tar.xz
hercules-r20180925.zip
Remove useless parts from .gitlab-ci.ymlr20180925r20180726
-rw-r--r--.gitlab-ci.yml629
-rwxr-xr-xtools/ci/travis.sh1
2 files changed, 89 insertions, 541 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e98922276..25bf7deaa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
- secondary
- platforms
- clients
- - extras
+# - extras
variables: &base_vars
# Configure mysql service (https://hub.docker.com/_/mysql/)
@@ -12,7 +12,7 @@ variables: &base_vars
MYSQL_PASSWORD: 'ragnarok'
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
GIT_DEPTH: '3'
- DEBIAN_COMMON_PACKAGES: make zlib1g-dev libpcre3-dev git python
+ DEBIAN_COMMON_PACKAGES: make autoconf zlib1g-dev libpcre3-dev git python
.prerequisites: &prerequisites
before_script:
@@ -20,8 +20,10 @@ variables: &base_vars
- uname -a
- ./tools/ci/retry.sh apt-get update
- ./tools/ci/retry.sh apt-get install -y -qq $INSTALL_PACKAGES $DEBIAN_COMMON_PACKAGES
- - ./tools/ci/travis.sh importdb ragnarok ragnarok ragnarok $SQLHOST
- - ./tools/ci/travis.sh getplugins || true
+# - ./tools/ci/travis.sh importdb ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh getplugins || true
+ services:
+ - mysql:latest
.branch_exceptions: &branch_exceptions
only:
@@ -32,21 +34,6 @@ variables: &base_vars
# Compilers
-pre_re:clang-3.9:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: primary
- image: debian:stretch
- services:
- - mariadb:10.1
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: clang-3.9 mariadb-client libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build CC=clang-3.9 --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
re:clang-3.9:
<<: *branch_exceptions
<<: *prerequisites
@@ -60,7 +47,7 @@ re:clang-3.9:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=clang-3.9 --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
zero-2018:clang-3.9:
<<: *branch_exceptions
@@ -75,22 +62,7 @@ zero-2018:clang-3.9:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=clang-3.9 --enable-debug --enable-Werror --enable-buildbot --enable-packetver-zero --enable-packetver=20180511
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:clang-4.0:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: secondary
- image: debian:unstable
- services:
- - mariadb:10
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: clang-4.0 mariadb-client libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build CC=clang-4.0 --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:clang-4.0:
<<: *branch_exceptions
@@ -105,7 +77,7 @@ re:clang-4.0:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=clang-4.0 --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
zero-2018:clang-4.0:
<<: *branch_exceptions
@@ -120,22 +92,7 @@ zero-2018:clang-4.0:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=clang-4.0 --enable-debug --enable-Werror --enable-buildbot --enable-packetver-zero --enable-packetver=20180511
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:clang-5.0:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: secondary
- image: debian:unstable
- services:
- - mariadb:10
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: clang-5.0 mariadb-client libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build CC=clang-5.0 --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:clang-5.0:
<<: *branch_exceptions
@@ -150,7 +107,7 @@ re:clang-5.0:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=clang-5.0 --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
zero-2018:clang-5.0:
<<: *branch_exceptions
@@ -165,22 +122,7 @@ zero-2018:clang-5.0:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=clang-5.0 --enable-debug --enable-Werror --enable-buildbot --enable-packetver-zero --enable-packetver=20180511
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:clang-6.0:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: primary
- image: debian:unstable
- services:
- - mariadb:10
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: clang-6.0 mariadb-client libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build CC=clang-6.0 --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:clang-6.0:
<<: *branch_exceptions
@@ -195,7 +137,7 @@ re:clang-6.0:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=clang-6.0 --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
zero-2018:clang-6.0:
<<: *branch_exceptions
@@ -210,22 +152,7 @@ zero-2018:clang-6.0:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=clang-6.0 --enable-debug --enable-Werror --enable-buildbot --enable-packetver-zero --enable-packetver=20180511
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:clang-7:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: secondary
- image: debian:unstable
- services:
- - mariadb:10
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: clang-7 mariadb-client libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build CC=clang-7 --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:clang-7:
<<: *branch_exceptions
@@ -240,7 +167,7 @@ re:clang-7:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=clang-7 --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
zero-2018:clang-7:
<<: *branch_exceptions
@@ -255,22 +182,7 @@ zero-2018:clang-7:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=clang-7 --enable-debug --enable-Werror --enable-buildbot --enable-packetver-zero --enable-packetver=20180511
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:gcc-4.6:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: secondary
- image: debian:wheezy
- services:
- - mysql:5.5
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc-4.6 mysql-client libmysqlclient-dev
- SQLHOST: mysql
- script:
- - ./tools/ci/travis.sh build CC=gcc-4.6 --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:gcc-4.6:
<<: *branch_exceptions
@@ -285,7 +197,7 @@ re:gcc-4.6:
SQLHOST: mysql
script:
- ./tools/ci/travis.sh build CC=gcc-4.6 --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
zero-2018:gcc-4.6:
<<: *branch_exceptions
@@ -300,22 +212,7 @@ zero-2018:gcc-4.6:
SQLHOST: mysql
script:
- ./tools/ci/travis.sh build CC=gcc-4.6 --enable-debug --enable-Werror --enable-buildbot --enable-packetver-zero --enable-packetver=20180511
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:gcc-4.7:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: secondary
- image: debian:wheezy
- services:
- - mysql:5.5
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc-4.7 mysql-client libmysqlclient-dev
- SQLHOST: mysql
- script:
- - ./tools/ci/travis.sh build CC=gcc-4.7 --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:gcc-4.7:
<<: *branch_exceptions
@@ -330,7 +227,7 @@ re:gcc-4.7:
SQLHOST: mysql
script:
- ./tools/ci/travis.sh build CC=gcc-4.7 --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
zero-2018:gcc-4.7:
<<: *branch_exceptions
@@ -345,7 +242,7 @@ zero-2018:gcc-4.7:
SQLHOST: mysql
script:
- ./tools/ci/travis.sh build CC=gcc-4.7 --enable-debug --enable-Werror --enable-buildbot --enable-packetver-zero --enable-packetver=20180511
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
pre_re:gcc-4.8:
<<: *branch_exceptions
@@ -360,7 +257,7 @@ pre_re:gcc-4.8:
SQLHOST: mysql
script:
- ./tools/ci/travis.sh build CC=gcc-4.8 --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:gcc-4.8:
<<: *branch_exceptions
@@ -375,7 +272,7 @@ re:gcc-4.8:
SQLHOST: mysql
script:
- ./tools/ci/travis.sh build CC=gcc-4.8 --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
zero-2018:gcc-4.8:
<<: *branch_exceptions
@@ -390,22 +287,7 @@ zero-2018:gcc-4.8:
SQLHOST: mysql
script:
- ./tools/ci/travis.sh build CC=gcc-4.8 --enable-debug --enable-Werror --enable-buildbot --enable-packetver-zero --enable-packetver=20180511
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:gcc-4.9:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: primary
- image: debian:jessie
- services:
- - mysql:5.5
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc-4.9 mysql-client libmysqlclient-dev
- SQLHOST: mysql
- script:
- - ./tools/ci/travis.sh build CC=gcc-4.9 --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:gcc-4.9:
<<: *branch_exceptions
@@ -420,7 +302,7 @@ re:gcc-4.9:
SQLHOST: mysql
script:
- ./tools/ci/travis.sh build CC=gcc-4.9 --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
zero-2018:gcc-4.9:
<<: *branch_exceptions
@@ -435,22 +317,7 @@ zero-2018:gcc-4.9:
SQLHOST: mysql
script:
- ./tools/ci/travis.sh build CC=gcc-4.9 --enable-debug --enable-Werror --enable-buildbot --enable-packetver-zero --enable-packetver=20180511
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:gcc-5:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: secondary
- image: debian:unstable
- services:
- - mariadb:10
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc-5 mariadb-client libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build CC=gcc-5 --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:gcc-5:
<<: *branch_exceptions
@@ -465,7 +332,7 @@ re:gcc-5:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=gcc-5 --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
zero-2018:gcc-5:
<<: *branch_exceptions
@@ -480,22 +347,7 @@ zero-2018:gcc-5:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=gcc-5 --enable-debug --enable-Werror --enable-buildbot --enable-packetver-zero --enable-packetver=20180511
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:gcc-6:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: primary
- image: debian:stretch
- services:
- - mariadb:10.1
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc-6 mariadb-client libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build CC=gcc-6 --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:gcc-6:
<<: *branch_exceptions
@@ -510,7 +362,7 @@ re:gcc-6:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=gcc-6 --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
zero-2018:gcc-6:
<<: *branch_exceptions
@@ -525,22 +377,7 @@ zero-2018:gcc-6:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=gcc-6 --enable-debug --enable-Werror --enable-buildbot --enable-packetver-zero --enable-packetver=20180511
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:gcc-7:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: secondary
- image: debian:unstable
- services:
- - mariadb:10
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc-7 mariadb-client libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build CC=gcc-7 --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:gcc-7:
<<: *branch_exceptions
@@ -555,7 +392,7 @@ re:gcc-7:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=gcc-7 --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
zero-2018:gcc-7:
<<: *branch_exceptions
@@ -570,22 +407,7 @@ zero-2018:gcc-7:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=gcc-7 --enable-debug --enable-Werror --enable-buildbot --enable-packetver-zero --enable-packetver=20180511
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:gcc-8:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: secondary
- image: debian:unstable
- services:
- - mariadb:10
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc-8 mariadb-client libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build CC=gcc-8 --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:gcc-8:
<<: *branch_exceptions
@@ -600,7 +422,7 @@ re:gcc-8:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=gcc-8 --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
zero-2018:gcc-8:
<<: *branch_exceptions
@@ -615,22 +437,7 @@ zero-2018:gcc-8:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=gcc-8 --enable-debug --enable-Werror --enable-buildbot --enable-packetver-zero --enable-packetver=20180511
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:gcc-6_i386:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: primary
- image: i386/debian:stable
- services:
- - mariadb:10.1
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc-6 mariadb-client libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build CC=gcc-6 --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:gcc-6_i386:
<<: *branch_exceptions
@@ -645,7 +452,7 @@ re:gcc-6_i386:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=gcc-6 --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
zero-2018:gcc-6_i386:
<<: *branch_exceptions
@@ -660,22 +467,7 @@ zero-2018:gcc-6_i386:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=gcc-6 --enable-debug --enable-Werror --enable-buildbot --enable-packetver-zero --enable-packetver=20180511
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:gcc-6_sanitize:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: secondary
- image: debian:stretch
- services:
- - mariadb:10.1
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc-6 mariadb-client libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build CC=gcc-6 --enable-debug --enable-Werror --enable-buildbot --disable-renewal --disable-manager --enable-sanitize=full
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:gcc-6_sanitize:
<<: *branch_exceptions
@@ -690,7 +482,7 @@ re:gcc-6_sanitize:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=gcc-6 --enable-debug --enable-Werror --enable-buildbot --disable-manager --enable-sanitize=full
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
zero-2018:gcc-6_sanitize:
<<: *branch_exceptions
@@ -705,22 +497,7 @@ zero-2018:gcc-6_sanitize:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=gcc-6 --enable-debug --enable-Werror --enable-buildbot --disable-manager --enable-sanitize=full --enable-packetver-zero --enable-packetver=20180511
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:gcc-6_i386_sanitize:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: secondary
- image: i386/debian:stable
- services:
- - mariadb:10.1
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc-6 mariadb-client libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build CC=gcc-6 --enable-debug --enable-Werror --enable-buildbot --disable-renewal --disable-manager --enable-sanitize=full
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:gcc-6_i386_sanitize:
<<: *branch_exceptions
@@ -735,7 +512,7 @@ re:gcc-6_i386_sanitize:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=gcc-6 --enable-debug --enable-Werror --enable-buildbot --disable-manager --enable-sanitize=full
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
zero-2018:gcc-6_i386_sanitize:
<<: *branch_exceptions
@@ -750,29 +527,7 @@ zero-2018:gcc-6_i386_sanitize:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=gcc-6 --enable-debug --enable-Werror --enable-buildbot --disable-manager --enable-sanitize=full --enable-packetver-zero --enable-packetver=20180511
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:gcc-6_cov:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: secondary
- image: debian:stretch
- services:
- - mariadb:10.1
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc-6 gcovr mariadb-client libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build CC=gcc-6 --enable-debug --enable-Werror --enable-buildbot --disable-renewal CFLAGS="-coverage" LDFLAGS="-coverage"
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
- - gcovr -r . --gcov-executable=gcov-6 -o gcov_pre.txt
- - gcovr -r . --gcov-executable=gcov-6 --html -o gcov_pre.html
- - cat gcov_pre.txt
- artifacts:
- paths:
- - gcov_pre.*
- when: on_success
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:gcc-6_cov:
<<: *branch_exceptions
@@ -787,32 +542,17 @@ re:gcc-6_cov:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build CC=gcc-6 --enable-debug --enable-Werror --enable-buildbot CFLAGS="-coverage" LDFLAGS="-coverage"
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
- - gcovr -r . --gcov-executable=gcov-6 -o gcov_re.txt
- - gcovr -r . --gcov-executable=gcov-6 --html -o gcov_re.html
- - cat gcov_re.txt
- artifacts:
- paths:
- - gcov_re.*
- when: on_success
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - gcovr -r . --gcov-executable=gcov-6 -o gcov_re.txt
+# - gcovr -r . --gcov-executable=gcov-6 --html -o gcov_re.html
+# - cat gcov_re.txt
+# artifacts:
+# paths:
+# - gcov_re.*
+# when: on_success
# Distributions
-pre_re:debian-oldstable:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: platforms
- image: debian:oldstable
- services:
- - mysql:5.5
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc mysql-client libmysqlclient-dev
- SQLHOST: mysql
- script:
- - ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
re:debian-oldstable:
<<: *branch_exceptions
<<: *prerequisites
@@ -826,22 +566,7 @@ re:debian-oldstable:
SQLHOST: mysql
script:
- ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:debian-stable:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: platforms
- image: debian:stable
- services:
- - mariadb:10.1
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc mariadb-client libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:debian-stable:
<<: *branch_exceptions
@@ -856,22 +581,7 @@ re:debian-stable:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:debian-testing:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: platforms
- image: debian:testing
- services:
- - mariadb:10.1
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc mariadb-client libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:debian-testing:
<<: *branch_exceptions
@@ -886,29 +596,7 @@ re:debian-testing:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:centos-previous:
- <<: *branch_exceptions
- stage: platforms
- image: centos:6
- services:
- - mysql:5.5
- variables:
- <<: *base_vars
- SQLHOST: mysql
- before_script:
- - echo "Building $CI_BUILD_NAME"
- - uname -a
- - yum -y update
- - yum install -y make mysql-devel pcre-devel git zlib-devel mysql
- - yum install -y centos-release-scl
- - yum install -y yum install devtoolset-3-toolchain
- - ./tools/ci/travis.sh importdb ragnarok ragnarok ragnarok $SQLHOST
- - ./tools/ci/travis.sh getplugins || true
- script:
- - scl enable devtoolset-3 './tools/ci/travis.sh build CFLAGS="-Wno-cast-qual" --enable-debug --enable-Werror --enable-buildbot --disable-renewal'
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:centos-previous:
<<: *branch_exceptions
@@ -926,31 +614,11 @@ re:centos-previous:
- yum install -y make mysql-devel pcre-devel git zlib-devel mysql
- yum install -y centos-release-scl
- yum install -y yum install devtoolset-3-toolchain
- - ./tools/ci/travis.sh importdb ragnarok ragnarok ragnarok $SQLHOST
- - ./tools/ci/travis.sh getplugins || true
+# - ./tools/ci/travis.sh importdb ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh getplugins || true
script:
- scl enable devtoolset-3 './tools/ci/travis.sh build CFLAGS="-Wno-cast-qual" --enable-debug --enable-Werror --enable-buildbot'
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:centos-current:
- <<: *branch_exceptions
- stage: platforms
- image: centos:7
- services:
- - mariadb:5.5
- before_script:
- - echo "Building $CI_BUILD_NAME"
- - uname -a
- - yum -y update
- - yum install -y gcc make mariadb-devel pcre-devel git zlib-devel mariadb
- - ./tools/ci/travis.sh importdb ragnarok ragnarok ragnarok $SQLHOST
- - ./tools/ci/travis.sh getplugins || true
- variables:
- <<: *base_vars
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:centos-current:
<<: *branch_exceptions
@@ -963,29 +631,14 @@ re:centos-current:
- uname -a
- yum -y update
- yum install -y gcc make mariadb-devel pcre-devel git zlib-devel mariadb
- - ./tools/ci/travis.sh importdb ragnarok ragnarok ragnarok $SQLHOST
- - ./tools/ci/travis.sh getplugins || true
+# - ./tools/ci/travis.sh importdb ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh getplugins || true
variables:
<<: *base_vars
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:ubuntu-xenial:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: platforms
- image: ubuntu:16.04
- services:
- - mysql:5.7
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc mysql-client libmysqlclient-dev
- SQLHOST: mysql
- script:
- - ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:ubuntu-xenial:
<<: *branch_exceptions
@@ -1000,7 +653,7 @@ re:ubuntu-xenial:
SQLHOST: mysql
script:
- ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
pre_re:ubuntu-bionic:
<<: *branch_exceptions
@@ -1015,7 +668,7 @@ pre_re:ubuntu-bionic:
SQLHOST: mysql
script:
- ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:ubuntu-bionic:
<<: *branch_exceptions
@@ -1030,25 +683,10 @@ re:ubuntu-bionic:
SQLHOST: mysql
script:
- ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
# SQL servers
-pre_re:mysql-5.5:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: platforms
- image: debian:jessie
- services:
- - mysql:5.5
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc mysql-client-5.5 libmysqlclient-dev
- SQLHOST: mysql
- script:
- - ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
re:mysql-5.5:
<<: *branch_exceptions
<<: *prerequisites
@@ -1062,22 +700,7 @@ re:mysql-5.5:
SQLHOST: mysql
script:
- ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:mysql-5.6:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: platforms
- image: debian:unstable
- services:
- - mysql:5.6
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc mysql-client libmysqlclient-dev
- SQLHOST: mysql
- script:
- - ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:mysql-5.6:
<<: *branch_exceptions
@@ -1092,22 +715,7 @@ re:mysql-5.6:
SQLHOST: mysql
script:
- ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:mysql-5.7:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: platforms
- image: debian:unstable
- services:
- - mysql:5.7
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc mysql-client-5.7 libmysqlclient-dev
- SQLHOST: mysql
- script:
- - ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:mysql-5.7:
<<: *branch_exceptions
@@ -1122,22 +730,7 @@ re:mysql-5.7:
SQLHOST: mysql
script:
- ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:mariadb-10.0:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: platforms
- image: debian:jessie
- services:
- - mariadb:10.0
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc mariadb-client-10.0 libmysqlclient-dev
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:mariadb-10.0:
<<: *branch_exceptions
@@ -1152,22 +745,7 @@ re:mariadb-10.0:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:mariadb-10.1:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: platforms
- image: debian:stable
- services:
- - mariadb:10.1
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc mariadb-client-10.1 libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:mariadb-10.1:
<<: *branch_exceptions
@@ -1182,22 +760,7 @@ re:mariadb-10.1:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:mariadb-latest:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: platforms
- image: debian:unstable
- services:
- - mariadb:latest
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc mariadb-client libmariadbclient-dev-compat
- SQLHOST: mariadb
- script:
- - ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:mariadb-latest:
<<: *branch_exceptions
@@ -1212,22 +775,7 @@ re:mariadb-latest:
SQLHOST: mariadb
script:
- ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
-
-pre_re:percona:
- <<: *branch_exceptions
- <<: *prerequisites
- stage: platforms
- image: debian:stretch
- services:
- - percona:latest
- variables:
- <<: *base_vars
- INSTALL_PACKAGES: gcc mariadb-client libmariadbclient-dev-compat
- SQLHOST: percona
- script:
- - ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot --disable-renewal
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
re:percona:
<<: *branch_exceptions
@@ -1242,29 +790,28 @@ re:percona:
SQLHOST: percona
script:
- ./tools/ci/travis.sh build --enable-debug --enable-Werror --enable-buildbot
- - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
+# - ./tools/ci/travis.sh test ragnarok ragnarok ragnarok $SQLHOST
# Documentation
-pages:
- only:
- - master
- stage: extras
- image: debian:unstable
- before_script:
- - echo "Building $CI_BUILD_NAME"
- - uname -a
- - ./tools/ci/retry.sh apt-get update
- - ./tools/ci/retry.sh apt-get install -y -qq gcc $DEBIAN_COMMON_PACKAGES libmysqlclient-dev doxygen graphviz
- script:
- - ./configure
- - make docs
- - mkdir public
- - mv tools/doxygen/docs/html public/docs
- - mv gcov_*.* public/
- - cp tools/doxygen/pages_index.html public/index.html
- dependencies:
- - re:gcc-6_cov
- - pre_re:gcc-6_cov
- artifacts:
- paths:
- - public
+#pages:
+# only:
+# - master
+# stage: extras
+# image: debian:unstable
+# before_script:
+# - echo "Building $CI_BUILD_NAME"
+# - uname -a
+# - ./tools/ci/retry.sh apt-get update
+# - ./tools/ci/retry.sh apt-get install -y -qq gcc $DEBIAN_COMMON_PACKAGES libmysqlclient-dev doxygen graphviz
+# script:
+# - ./configure
+# - make docs
+# - mkdir public
+# - mv tools/doxygen/docs/html public/docs
+# - mv gcov_*.* public/
+# - cp tools/doxygen/pages_index.html public/index.html
+# dependencies:
+# - re:gcc-6_cov
+# artifacts:
+# paths:
+# - public
diff --git a/tools/ci/travis.sh b/tools/ci/travis.sh
index fa7d5be93..2847335c1 100755
--- a/tools/ci/travis.sh
+++ b/tools/ci/travis.sh
@@ -144,6 +144,7 @@ case "$MODE" in
;;
build)
(cd tools && ./validateinterfaces.py silent) || aborterror "Interface validation error."
+ autoreconf
./configure $@ || (cat config.log && aborterror "Configure error, aborting build.")
make -j3 || aborterror "Build failed."
make plugins -j3 || aborterror "Build failed."