Skip to content

Commit 67e2881

Browse files
committed
bump
1 parent 88397f1 commit 67e2881

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.circleci/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ jobs:
5252
pytest -n 4 -sv --durations=0 --timeout=300 --log-cli-level=DEBUG
5353
5454
e2e-slurm:
55-
machine:
56-
image: ubuntu-2204:current
55+
# machine:
56+
# image: ubuntu-2204:current
57+
docker:
58+
- image: pennlinc/slurm-docker-ci:0.4
5759
working_directory: /home/circleci/src/babs
5860
steps:
5961
- checkout:
@@ -65,8 +67,8 @@ jobs:
6567
name: pytest of BABS
6668
no_output_timeout: 1h
6769
command: |
68-
docker pull pennlinc/slurm-docker-ci:0.1
69-
# docker run -it -h slurmctl --cap-add sys_admin pennlinc/slurm-docker-ci:0.1
70+
#docker pull pennlinc/slurm-docker-ci:0.4
71+
pip install .[tests]
7072
7173
deployable: # checkpoint of deployable: requires all success
7274
<<: *dockersetup

0 commit comments

Comments
 (0)