Skip to content
Snippets Groups Projects
Commit 09172c8c authored by lukas leufen's avatar lukas leufen
Browse files

fix for gitlab runner

parent 3eb210c2
No related branches found
No related tags found
3 merge requests!17update to v0.4.0,!15new feat split subsets,!13fix bug make tests running
Pipeline #26136 passed
...@@ -149,6 +149,8 @@ def prepare_host(create_new=True): ...@@ -149,6 +149,8 @@ def prepare_host(create_new=True):
path = f'/p/project/cjjsc42/{user}/DATA/toar_daily/' path = f'/p/project/cjjsc42/{user}/DATA/toar_daily/'
elif (len(hostname) > 2) and (hostname[:2] == 'jw'): elif (len(hostname) > 2) and (hostname[:2] == 'jw'):
path = f'/p/home/jusers/{user}/juwels/intelliaq/DATA/toar_daily/' path = f'/p/home/jusers/{user}/juwels/intelliaq/DATA/toar_daily/'
elif "runner-6HmDp9Qd-project-2411-concurrent" in hostname:
path = f'/home/{user}/machinelearningtools/data/toar_daily/'
else: else:
logging.error(f"unknown host '{hostname}'") logging.error(f"unknown host '{hostname}'")
raise OSError(f"unknown host '{hostname}'") raise OSError(f"unknown host '{hostname}'")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment