Skip to content

Commit 24cd0ff

Browse files
committed
stuff
1 parent d277070 commit 24cd0ff

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

ci/htcondor/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ENV PATH="/home/docker/.local/opt/julia/bin:${PATH}"
1515

1616
COPY --chown=docker . SlurmClusterManager
1717

18+
SHELL ["conda", "run", "-n", "dask-jobqueue", "/bin/bash", "-c"]
19+
1820
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1921

2022
# We intentionally use full-length digests (NOT tags) for reproducibility.

ci/htcondor/docker-compose.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ services:
2121

2222
submit:
2323
image: ghcr.io/juliaparallel/dask-jobqueue-ci-images@sha256:5ada6445b5d8b53b6693ab86be364dd1ce385ada8e53763731ba50d145f0350d
24-
build:
25-
context: ../..
26-
dockerfile: ci/htcondor/Dockerfile.submit.derived
27-
target: submit
24+
# build:
25+
# context: ../..
26+
# dockerfile: ci/htcondor/Dockerfile
27+
# target: submit
2828
hostname: submit.htcondor
2929
environment:
3030
- CONDOR_HOST=cm
@@ -40,10 +40,10 @@ services:
4040

4141
execute1:
4242
image: ghcr.io/juliaparallel/dask-jobqueue-ci-images@sha256:5723d0380f627779bc54a31ebac9a77f0937189453f597845411257dea6ac0db
43-
build:
44-
context: ../..
45-
dockerfile: ci/htcondor/Dockerfile.submit.derived
46-
target: execute
43+
# build:
44+
# context: ../..
45+
# dockerfile: ci/htcondor/Dockerfile
46+
# target: execute
4747
hostname: execute1.htcondor
4848
environment:
4949
- CONDOR_HOST=cm
@@ -57,10 +57,10 @@ services:
5757

5858
execute2:
5959
image: ghcr.io/juliaparallel/dask-jobqueue-ci-images@sha256:5723d0380f627779bc54a31ebac9a77f0937189453f597845411257dea6ac0db
60-
build:
61-
context: ../..
62-
dockerfile: ci/htcondor/Dockerfile.submit.derived
63-
target: execute
60+
# build:
61+
# context: ../..
62+
# dockerfile: ci/htcondor/Dockerfile
63+
# target: execute
6464
hostname: execute2.htcondor
6565
environment:
6666
- CONDOR_HOST=cm

0 commit comments

Comments
 (0)