aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2015-12-21 15:58:31 +0000
committerBernard Ogden <bernie.ogden@linaro.org>2016-01-06 15:28:15 +0000
commit09cf43abcb73fabc76584fca1f43e743f8c437ff (patch)
tree1f761867ca2b8816f73a0dcd1642f2f57f255d7a
parentd8d7f4b84ffdef62e9e24775cae182f32f88c6df (diff)
Disable tag limits for this run only
Change-Id: Ic5d1e220bb0b1be440a2d0728853b7df8ca2b88a
-rw-r--r--config/bench/jobdefs/template.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/config/bench/jobdefs/template.yaml b/config/bench/jobdefs/template.yaml
index fa84578b..d909c228 100644
--- a/config/bench/jobdefs/template.yaml
+++ b/config/bench/jobdefs/template.yaml
@@ -51,19 +51,6 @@ device_group:
- count: 1
device_type: kvm
role: host
- #TODO Remove these tags (or turn into a substitution) once this template
- # gets used for the uinstance.
- tags:
- - tcwg #IMPORTANT - ciadmin can submit anywhere, so main instance jobs really need this tag
- #Otherwise they can land on machine that we cannot forward sockets to.
- count: 1
device_type: '${TARGET_DEVICE_TYPE}'
role: target
- #TODO Remove these tags (or turn into a substitution) once this template
- # gets used for the uinstance.
- tags:
- - armv8 #IMPORTANT - ciadmin can submit anywhere, so main instance jobs really need this tag
- #Otherwise they can land on machine that we cannot forward sockets to.
- #Here we have picked a tag that just happens not to used on any restricted machines.
- #We cannot reuse tcwg, as there is only one tcwg kvm.
- #This also means that this template cannot work with non-kvm targets.