summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-11 07:35:15 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-11 07:35:15 +0300
commita14077ce17133d7a7e12a747c067c07deca1c1f7 (patch)
tree0f2139fcd7a8f72a20711567c03faabdb726ef13
parentc18018af4c50dd6355be7941a9c81c85832a4a8b (diff)
downloadplus-a14077ce17133d7a7e12a747c067c07deca1c1f7.tar.gz
plus-a14077ce17133d7a7e12a747c067c07deca1c1f7.tar.bz2
plus-a14077ce17133d7a7e12a747c067c07deca1c1f7.tar.xz
plus-a14077ce17133d7a7e12a747c067c07deca1c1f7.zip
Use correct images in gcc-6 tests with valgrind.s20180713
-rw-r--r--tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml b/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
index 009e1c069..d3ee6b015 100644
--- a/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
@@ -185,8 +185,8 @@ gcc-6_tests_valgrind:
- echo test valgrind
- valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- grep "invalid" logs/valg.log && exit 1 || true
- <<: *job-push
image: debian:stretch
+ <<: *job-push
variables:
PACKAGES: gcc-6 g++-6
make autoconf automake autopoint gettext
@@ -203,9 +203,8 @@ gcc-6_tests_valgrind_i386:
- echo test valgrind
- valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- grep "invalid" logs/valg.log && exit 1 || true
- image: vicamo/debian:sid-i386
+ image: i386/debian:stretch
<<: *job-push
- image: debian:stretch
variables:
PACKAGES: gcc-6 g++-6
make autoconf automake autopoint gettext