Skip to content

Commit

Permalink
[CI] Change the test runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Feb 13, 2021
1 parent 964b1fa commit 39cd23b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,8 @@ xrootd_dockerimage:

xrootd_docker_test:
stage: test
tags:
- shell-with-kubernetes
script:
- docker pull gitlab-registry.cern.ch/dss/xrootd
- cd xrootd-docker
Expand Down Expand Up @@ -641,6 +643,8 @@ pyxrootd_dockerimage:

pyxrootd_docker_test:
stage: test
tags:
- shell-with-kubernetes
script:
- docker pull gitlab-registry.cern.ch/dss/xrootd:pylatest
- sudo docker run -dit --privileged -e "container=docker" --name pyxrootd-container -h pyxrootd-container gitlab-registry.cern.ch/dss/xrootd:pylatest /sbin/init
Expand Down

0 comments on commit 39cd23b

Please sign in to comment.