summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcristinapauna <cristina.pauna@enea.com>2016-12-19 15:53:14 +0200
committercristinapauna <cristina.pauna@enea.com>2016-12-19 18:06:55 +0200
commitb6153f9641cd4a1b54118d1154fc009c940c9146 (patch)
tree24ae4b423b7cb51f3b546807eef98858b3b680ef
parent9c1fe32e69e3b174e6fb753a89c366e7165dc5c3 (diff)
Fix the names for arm dovetail jobs
The dovetail jobs were not triggered in armband project because the naming of the jobs did not match. Modified '_' to '-' for them to work. JIRA:ARMBAND-175 Change-Id: I93c4fa1c7f12746e91c8ca84ff1f17c588a070bd Signed-off-by: cristinapauna <cristina.pauna@enea.com>
-rw-r--r--jjb/dovetail/dovetail-ci-jobs.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/dovetail/dovetail-ci-jobs.yml b/jjb/dovetail/dovetail-ci-jobs.yml
index f41325020..2b6ab7621 100644
--- a/jjb/dovetail/dovetail-ci-jobs.yml
+++ b/jjb/dovetail/dovetail-ci-jobs.yml
@@ -103,22 +103,22 @@
auto-trigger-name: 'daily-trigger-disabled'
<<: *colorado
#armband CI PODs
- - armband_baremetal:
+ - armband-baremetal:
slave-label: armband-baremetal
SUT: fuel
auto-trigger-name: 'daily-trigger-disabled'
<<: *master
- - armband_virtual:
+ - armband-virtual:
slave-label: armband-virtual
SUT: fuel
auto-trigger-name: 'daily-trigger-disabled'
<<: *master
- - armband_baremetal:
+ - armband-baremetal:
slave-label: armband-baremetal
SUT: fuel
auto-trigger-name: 'daily-trigger-disabled'
<<: *colorado
- - armband_virtual:
+ - armband-virtual:
slave-label: armband-virtual
SUT: fuel
auto-trigger-name: 'daily-trigger-disabled'