Skip to content
Snippets Groups Projects
Commit 497fb5b9 authored by Julien Leduc's avatar Julien Leduc
Browse files

Adding Valgrind to gitlab CI based on...

Adding Valgrind to gitlab CI based on https://gitlab.cern.ch/dss/dss-ci-docker/blob/master/cta/autotest/Dockerfile dockerfile used in jenkins
parent e83fd9bb
No related branches found
No related tags found
No related merge requests found
stages:
- build:srpm
- build:rpm
- test:valgrind
- build:dockerimage
- rename:dockerimage
......@@ -46,6 +47,18 @@ cta_rpm:
tags:
- docker
cta_valgrind:
stage: test:valgrind
image: gitlab-registry.cern.ch/linuxsupport/cc7-base
script:
- cp -f continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/* /etc/yum.repos.d/
- yum -y install yum-plugin-priorities sqlite-debuginfo
- yum -y --nogpgcheck localinstall build_rpm/RPM/RPMS/x86_64/cta-systemtests* build_rpm/RPM/RPMS/x86_64/cta-debuginfo*
- /usr/bin/cta-unitPlusSystemTests.sh
tags:
- docker
ctageneric_docker:
stage: build:dockerimage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment