Skip to content

Commit a8ba7de

Browse files
committed
Test osg-xrootd-standalone in CI
1 parent 6994166 commit a8ba7de

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

.travis.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,10 @@ git:
55
quiet: true
66

77
env:
8-
- OSG_RELEASE=3.4 OS_VERSION=6 PKG_SET=htcondor-ce
9-
- OSG_RELEASE=3.4 OS_VERSION=6 PKG_SET=gridftp
10-
- OSG_RELEASE=3.4 OS_VERSION=7 PKG_SET=htcondor-ce
11-
- OSG_RELEASE=3.4 OS_VERSION=7 PKG_SET=gridftp
12-
- OSG_RELEASE=3.4 OS_VERSION=7 PKG_SET=singularity
13-
- OSG_RELEASE=3.4 OS_VERSION=7 PKG_SET=stashcache
8+
- OSG_RELEASE=3.4 OS_VERSION=6 PKG_SET=osg-xrootd-standalone
9+
- OSG_RELEASE=3.4 OS_VERSION=7 PKG_SET=osg-xrootd-standalone
10+
- OSG_RELEASE=3.5 OS_VERSION=7 PKG_SET=osg-xrootd-standalone
1411
- OSG_RELEASE=3.4 OS_VERSION=7 PKG_SET=xrootd
15-
- OSG_RELEASE=3.5 OS_VERSION=7 PKG_SET=htcondor-ce
16-
- OSG_RELEASE=3.5 OS_VERSION=7 PKG_SET=gridftp
17-
- OSG_RELEASE=3.5 OS_VERSION=7 PKG_SET=singularity
18-
- OSG_RELEASE=3.5 OS_VERSION=7 PKG_SET=stashcache
1912
- OSG_RELEASE=3.5 OS_VERSION=7 PKG_SET=xrootd
2013

2114
services:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
osg-xrootd-standalone
2+
xrootd-client
3+
globus-proxy-utils

travis-ci/test_inside_docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/sh -xe
22

3+
extra_repos='--extra-repo=osg-minefield'
4+
35
if [[ "$OSG_RELEASE" == "3.5" ]]; then
46
devops_repo='--enablerepo=devops-itb'
5-
extra_repos='--extra-repo=osg-development'
67
else
78
devops_repo=''
8-
extra_repos=''
99
fi
1010

1111
ls -l /home

0 commit comments

Comments
 (0)