Skip to content
Snippets Groups Projects
Commit b14c6bba authored by Karim Ahmed's avatar Karim Ahmed
Browse files

Update tests/test_reference_runs/test_pre_deployment.py

parent 330b6cb0
Branches test/automated_notebooks_tests_pre_deployments
No related tags found
1 merge request!610Add a pytest to run a dict of CALLAB test runs before releases
......@@ -470,7 +470,7 @@ def test_xfel_calibrate(
if not use_slurm: # e.g. for Gitlab CI.
cmd += ["--no-cluster-job"]
cmd += ["--slurm-name", test_key, "--cal-db-interface", "tcp://max-exfl016:8015#8045"]
cmd += ["--slurm-name", test_key, "--cal-db-interface", "tcp://max-exfl-cal001:8015#8045"]
f = io.StringIO()
LOGGER.info(f"Submitting CL: {cmd}")
with redirect_stdout(f):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment