Skip to content

Commit

Permalink
Merge pull request rucio#464 from ericvaandering/1.30_kronos
Browse files Browse the repository at this point in the history
Try to increase heartbeats
  • Loading branch information
ericvaandering committed Apr 13, 2023
2 parents cf058ca + d9a0d05 commit ddbad58
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docker/rucio-daemons/Dockerfile
Expand Up @@ -40,7 +40,9 @@ RUN mkdir -p /patch
# My patch for FNAL URL problem
ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/6097.patch /patch/6097.patch
# Rahul patch for account name problem
ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/6102.patch /patch/6102.patch
#ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/6102.patch /patch/6102.patch
# Patch for kronos
ADD https://patch-diff.githubusercontent.com/raw/ericvaandering/rucio/pull/7.patch /patch/7.patch

# Eric patch for cache-consumer (revisit if ever comes up again)

Expand Down
5 changes: 4 additions & 1 deletion docker/rucio-server/Dockerfile
Expand Up @@ -61,7 +61,10 @@ RUN mkdir -p /patch
# My patch for FNAL URL problem
ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/6097.patch /patch/6097.patch
# Rahul patch for account name problem
ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/6102.patch /patch/6102.patch
#ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/6102.patch /patch/6102.patch
# Patch for kronos
ADD https://patch-diff.githubusercontent.com/raw/ericvaandering/rucio/pull/7.patch /patch/7.patch


# Patch for Rahul. New schema file also to legacy location
ADD https://raw.githubusercontent.com/dmwm/CMSRucio/master/src/policy/schema.py /usr/local/lib/python3.6/site-packages/rucio/common/schema/cms.py
Expand Down
4 changes: 2 additions & 2 deletions docker/rucio-server/build-rucio-images.sh
Expand Up @@ -2,8 +2,8 @@

set -e

export CMS_VERSION=1.30.4.cms4
export RUCIO_VERSION=1.30.4
export CMS_VERSION=1.30.8.cms2
export RUCIO_VERSION=1.30.8
export CMS_TAG=cms_1_29_4

export HARBOR=registry.cern.ch/cmsrucio
Expand Down

0 comments on commit ddbad58

Please sign in to comment.