summaryrefslogtreecommitdiffstats
path: root/ci/genBundle.py
diff options
context:
space:
mode:
Diffstat (limited to 'ci/genBundle.py')
-rw-r--r--ci/genBundle.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/genBundle.py b/ci/genBundle.py
index 2bd62db8..de0f879e 100644
--- a/ci/genBundle.py
+++ b/ci/genBundle.py
@@ -202,6 +202,8 @@ if 'hugepages' in extra:
config['os']['beta']['cpu_pin'] = True
if 'ocata' in extra:
config['os']['release'] = 'ocata'
+if 'pike' in extra:
+ config['os']['release'] = 'pike'
if 'trusty' in extra:
config['ubuntu']['release'] = 'trusty'
if 'ocata' in extra: