We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88397f1 commit 67e2881Copy full SHA for 67e2881
.circleci/config.yml
@@ -52,8 +52,10 @@ jobs:
52
pytest -n 4 -sv --durations=0 --timeout=300 --log-cli-level=DEBUG
53
54
e2e-slurm:
55
- machine:
56
- image: ubuntu-2204:current
+ # machine:
+ # image: ubuntu-2204:current
57
+ docker:
58
+ - image: pennlinc/slurm-docker-ci:0.4
59
working_directory: /home/circleci/src/babs
60
steps:
61
- checkout:
@@ -65,8 +67,8 @@ jobs:
65
67
name: pytest of BABS
66
68
no_output_timeout: 1h
69
command: |
- docker pull pennlinc/slurm-docker-ci:0.1
- # 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]
72
73
deployable: # checkpoint of deployable: requires all success
74
<<: *dockersetup
0 commit comments