From 0783c39ef774862aa195becacdf722a2c5c3d8ae Mon Sep 17 00:00:00 2001 From: Derek Weitzel Date: Tue, 25 Apr 2017 13:14:00 -0500 Subject: [PATCH] Adding the uchicago cache --- .travis.yml | 2 ++ bin/caches.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8a0f457..6d4277a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,13 @@ env: - OS_TYPE=centos OS_VERSION=6 XRD_CACHE="root://hcc-stash.unl.edu" - OS_TYPE=centos OS_VERSION=6 XRD_CACHE="root://osgxroot.usatlas.bnl.gov" - OS_TYPE=centos OS_VERSION=6 XRD_CACHE="root://its-condor-xrootd1.syr.edu" + - OS_TYPE=centos OS_VERSION=6 XRD_CACHE="root://stashcache.grid.uchicago.edu" - OS_TYPE=centos OS_VERSION=7 XRD_CACHE="root://xrd-cache-1.t2.ucsd.edu" - OS_TYPE=centos OS_VERSION=7 XRD_CACHE="root://mwt2-stashcache.campuscluster.illinois.edu" - OS_TYPE=centos OS_VERSION=7 XRD_CACHE="root://hcc-stash.unl.edu" - OS_TYPE=centos OS_VERSION=7 XRD_CACHE="root://osgxroot.usatlas.bnl.gov" - OS_TYPE=centos OS_VERSION=7 XRD_CACHE="root://its-condor-xrootd1.syr.edu" + - OS_TYPE=centos OS_VERSION=7 XRD_CACHE="root://stashcache.grid.uchicago.edu" services: diff --git a/bin/caches.json b/bin/caches.json index 4af05e2..291b2c5 100755 --- a/bin/caches.json +++ b/bin/caches.json @@ -3,5 +3,6 @@ {"name":"root://mwt2-stashcache.campuscluster.illinois.edu", "status":1, "longitude":-88.23, "latitude":40.107487}, {"name":"root://hcc-stash.unl.edu", "status":1, "longitude":-96.702991, "latitude":40.812957}, {"name":"root://osgxroot.usatlas.bnl.gov", "status":1, "longitude":-72.9333, "latitude":40.8167}, - {"name":"root://its-condor-xrootd1.syr.edu", "status":1, "longitude":-72.9333, "latitude":40.8167} + {"name":"root://its-condor-xrootd1.syr.edu", "status":1, "longitude":-72.9333, "latitude":40.8167}, + {"name":"root://stashcache.grid.uchicago.edu", "status":1, "longitude":-72.9333, "latitude":40.8167} ]