Skip to content

Commit

Permalink
Update xcache to new value
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Aug 27, 2024
1 parent 0342286 commit 4960e93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions coffea_casa/coffea_casa.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ def _modify_job_kwargs(cls,
{"should_transfer_files": "YES"},
{"Stream_Output": "False"},
{"Stream_Error": "False"},
{"+CoffeaCasaWorkerType": "dask"},
{"+CoffeaCasaWorkerType": '"dask"'},
{"+DaskSchedulerAddress": external_ip_string},
#{"+AccountingGroup": "cms.other.coffea.$ENV(HOSTNAME)"},
{"+AccountingGroup": '"cms.other.coffea.$ENV(HOSTNAME)"'},
job_kwargs.get(
"job_extra_directives", dask.config.get(f"jobqueue.{cls.config_name}.job_extra_directives")
),
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cc-analysis-alma8
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG GITHUB_ACTIONS="false"
#ARG BEARER_TOKEN_FILE="/tmp/.xcache/access_token"
ARG BEARER_TOKEN_FILE="/tmp/.xcache/access_token"
ARG SEC_TOKEN_SYSTEM_DIRECTORY="/tmp/.condor"
ARG XCACHE_HOST="xcache"
ARG XCACHE_HOST="xcache.cmsaf-dev.flatiron.hollandhpc.org"
#ARG XCACHE_HOST="red-xcache1.unl.edu"


Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cc-dask-alma8
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ARG UID_DOMAIN="unl.edu"
ARG SCHEDD_HOST="t3.unl.edu"
# XCACHE
#ARG XCACHE_HOST="red-xcache1.unl.edu"
ARG XCACHE_HOST="xcache"
ARG XCACHE_HOST="xcache.cmsaf-dev.flatiron.hollandhpc.org"
# FIX ME AFTER TEST:
ARG BEARER_TOKEN_FILE="/etc/cmsaf-secrets-chown/access_token"
# Tag
Expand Down

0 comments on commit 4960e93

Please sign in to comment.