diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-03-09 07:04:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-03-09 07:55:29 +0300 |
commit | 62f3b4abd178c6415277bc7e9b8f8df63d0ba63e (patch) | |
tree | e293d0e7207b37e4691e1801d865b276d1d979ab /tools/ci/branches/ci_gcc5 | |
parent | 6e50bd34ec3595bf403bd2e1c2f7284392ed0f71 (diff) | |
download | mv-62f3b4abd178c6415277bc7e9b8f8df63d0ba63e.tar.gz mv-62f3b4abd178c6415277bc7e9b8f8df63d0ba63e.tar.bz2 mv-62f3b4abd178c6415277bc7e9b8f8df63d0ba63e.tar.xz mv-62f3b4abd178c6415277bc7e9b8f8df63d0ba63e.zip |
exclude broken ci jobs.
Diffstat (limited to 'tools/ci/branches/ci_gcc5')
-rw-r--r-- | tools/ci/branches/ci_gcc5/.gitlab-ci.yml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/tools/ci/branches/ci_gcc5/.gitlab-ci.yml b/tools/ci/branches/ci_gcc5/.gitlab-ci.yml index 2882c47b4..33140a10a 100644 --- a/tools/ci/branches/ci_gcc5/.gitlab-ci.yml +++ b/tools/ci/branches/ci_gcc5/.gitlab-ci.yml @@ -28,6 +28,7 @@ variables: artifacts: paths: - logs + - manaplus/logs when: always expire_in: 3 week dependencies: [] @@ -36,6 +37,7 @@ variables: artifacts: paths: - logs + - manaplus/logs when: always expire_in: 3 week dependencies: [] @@ -86,7 +88,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 +120,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 +152,8 @@ gcc-5_sanitize: tags: - docker -gcc-5_sanitize_i386: +# configure test look like crashed +.gcc-5_sanitize_i386: stage: build script: - ./tools/ci/jobs/gcc5_sanitize.sh |