summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-10-01 11:03:01 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-10-01 11:03:01 +0100
commit5bc7900861a856f0121196b898b7f9e4bb07fd54 (patch)
treec1f25b16e8aa942ebc8468604e09408b7956c3e9
parentd27691da69c029c3e25149169abe1b61700d60f2 (diff)
downloadorchestration-5bc7900861a856f0121196b898b7f9e4bb07fd54.tar.gz
Fix arm workaround
-rw-r--r--source/bottlerock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/bottlerock.py b/source/bottlerock.py
index 43642b4..f263c5c 100644
--- a/source/bottlerock.py
+++ b/source/bottlerock.py
@@ -92,7 +92,7 @@ def repo_update():
# if a candidate ref changes then trigger that pipeline
pipeline = configure.pipeline_from_candidate_ref(ref)
# TODO parse system from cluster properly
- if 'base-system-armv8l64-cluster.morph' in pipeline.clusters:
+ if 'base-system-armv8l64.morph' in pipeline.clusters:
system = 'base-system-armv8l64.morph'
else:
system = 'genivi-demo-platform-x86_64-generic.morph'