From 659ed4f61d5041f22e5dcf6cc45ac6f2f6762797 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Fri, 23 Oct 2015 09:59:41 +0100 Subject: Rename cluster used for ciat testing --- deploy_logic.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'deploy_logic.py') diff --git a/deploy_logic.py b/deploy_logic.py index ffa02a7..7a01459 100644 --- a/deploy_logic.py +++ b/deploy_logic.py @@ -7,7 +7,7 @@ DEFINITIONS_DIR='definitions' REF = "cu010-trove/br6/firehose-test-1" whitelist = [ - 'clusters/tlsa.morph', + 'clusters/ciat-test-cluster.morph', 'systems/base-system-x86_64-generic.morph', 'strata/build-essential.morph', 'strata/core.morph', @@ -62,6 +62,7 @@ if __name__ == '__main__': buildslave_scripts_sha = sys.argv[4] definitions_sha = sys.argv[5] pipeline = sys.argv[6] - deploy_exit_val = deploy('clusters/tlsa.morph') + # TODO the cluster should not be hardcoded + deploy_exit_val = deploy('clusters/ciat-test-cluster.morph') if deploy_exit_val: _exit(deploy_exit_val) _exit(trigger_testing(artefact,pipeline)) -- cgit v1.2.1