diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-03-09 07:08:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-03-09 07:37:41 +0300 |
commit | 4e917d72498e14a5fe034f363cadd005c1d83072 (patch) | |
tree | 5f9456494c5163d625378c624ebce2fd6ede1425 | |
parent | 2dc22e5d314f1975d1c307ac52369dccaf96a151 (diff) | |
download | mv-4e917d72498e14a5fe034f363cadd005c1d83072.tar.gz mv-4e917d72498e14a5fe034f363cadd005c1d83072.tar.bz2 mv-4e917d72498e14a5fe034f363cadd005c1d83072.tar.xz mv-4e917d72498e14a5fe034f363cadd005c1d83072.zip |
Disable broken ci jobs [ci skip].
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2882c47b4..f7b6aaae0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,7 +86,8 @@ gcc-5_sanitize_tests: tags: - docker -gcc-5_sanitize_tests_i386: +# configure test look like crashed +.gcc-5_sanitize_tests_i386: stage: build script: - ./tools/ci/jobs/gcc5_sanitize_tests.sh --without-dyecmd --without-manaplusgame @@ -117,7 +118,8 @@ gcc-5_sanitize_no_opengl_tests: tags: - docker -gcc-5_sanitize_no_opengltests_i386: +# configure test look like crashed +.gcc-5_sanitize_no_opengltests_i386: stage: build script: - ./tools/ci/jobs/gcc5_sanitize_tests.sh --without-opengl --without-dyecmd --without-manaplusgame @@ -148,7 +150,8 @@ gcc-5_sanitize: tags: - docker -gcc-5_sanitize_i386: +# look like configure test crashing +.gcc-5_sanitize_i386: stage: build script: - ./tools/ci/jobs/gcc5_sanitize.sh |