Skip to content

Commit

Permalink
Revert back to old collector
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Aug 11, 2023
1 parent 443ae80 commit 98cf0b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.cc-base-centos7
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG LABEXTENTION_CLUSTER="Local Cluster"
ARG LABEXTENTION_FACTORY_CLASS="LocalCluster"
ARG LABEXTENTION_FACTORY_MODULE="dask.distributed"
# Condor settings
ARG CONDOR_HOST="red-condor2.unl.edu"
ARG CONDOR_HOST="red-condor1.unl.edu"
ARG COLLECTOR_NAME="Nebraska T2"
ARG UID_DOMAIN="unl.edu"
ARG SCHEDD_HOST="t3.unl.edu"
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cc-base-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG LABEXTENTION_FACTORY_MODULE="coffea_casa"
#ARG LABEXTENTION_FACTORY_CLASS="LocalCluster"
#ARG LABEXTENTION_FACTORY_MODULE="dask.distributed"
# Condor settings
ARG CONDOR_HOST="red-condor2.unl.edu"
ARG CONDOR_HOST="red-condor1.unl.edu"
ARG COLLECTOR_NAME="Nebraska T2"
ARG UID_DOMAIN="unl.edu"
ARG SCHEDD_HOST="t3.unl.edu"
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cc-centos7
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ARG LABEXTENTION_CLUSTER="UNL HTCondor Cluster"
ARG LABEXTENTION_FACTORY_CLASS="CoffeaCasaCluster"
ARG LABEXTENTION_FACTORY_MODULE="coffea_casa"
# Condor settings
ARG CONDOR_HOST="red-condor2.unl.edu"
ARG CONDOR_HOST="red-condor1.unl.edu"
ARG COLLECTOR_NAME="Nebraska T2"
ARG UID_DOMAIN="unl.edu"
ARG SCHEDD_HOST="t3.unl.edu"
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cc-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ARG LABEXTENTION_CLUSTER="UNL HTCondor Cluster"
ARG LABEXTENTION_FACTORY_CLASS="CoffeaCasaCluster"
ARG LABEXTENTION_FACTORY_MODULE="coffea_casa"
# Condor settings
ARG CONDOR_HOST="red-condor2.unl.edu"
ARG CONDOR_HOST="red-condor1.unl.edu"
ARG COLLECTOR_NAME="Nebraska T2"
ARG UID_DOMAIN="unl.edu"
ARG SCHEDD_HOST="t3.unl.edu"
Expand Down

0 comments on commit 98cf0b7

Please sign in to comment.