From 3a95917ff175fade482f1d9da0fd1e448c4ffcfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ko=C5=BEusznik?= <jan@kozusznik.cz> Date: Fri, 8 Jun 2018 23:53:22 +0200 Subject: [PATCH] fix: project id --- .../java/cz/it4i/fiji/haas_spim_benchmark/core/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/core/Constants.java b/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/core/Constants.java index 34f233d0..57dc02e8 100644 --- a/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/core/Constants.java +++ b/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/core/Constants.java @@ -10,7 +10,7 @@ public interface Constants { String HAAS_JOB_NAME = "HaaSSPIMBenchmark"; int HAAS_CLUSTER_NODE_TYPE = 6; int HAAS_TEMPLATE_ID = 4; - String HAAS_PROJECT_ID = "DD-17-31"; + String HAAS_PROJECT_ID = "OPEN-12-20"; int HAAS_TIMEOUT = 9600; //Walltime in seconds final String NEW_LINE_SEPARATOR = "\n"; -- GitLab