diff options
author | cristinapauna <cristina.pauna@enea.com> | 2016-10-18 14:04:44 +0300 |
---|---|---|
committer | cristinapauna <cristina.pauna@enea.com> | 2016-10-18 14:39:32 +0300 |
commit | 3925518c1f4db175008952b5fdc87baea5a96ddf (patch) | |
tree | 00c55efaf55ff4a758370292c2791e049ed525f1 /jjb/functest/functest-ci-jobs.yml | |
parent | 307a8f07e8c17800ed1214394a3aacf02045a03a (diff) |
Set arm-pod-3 as non-ci POD
arm-pod-3 will be removed as CI pod and this commit add triggers
to make it a non-ci pod
Change-Id: Ice16b8d32c553a059a2c9885fd801a736a59a14d
Signed-off-by: cristinapauna <cristina.pauna@enea.com>
Diffstat (limited to 'jjb/functest/functest-ci-jobs.yml')
-rw-r--r-- | jjb/functest/functest-ci-jobs.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index 348779308..afeb1f92e 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -140,6 +140,10 @@ slave-label: '{pod}' installer: fuel <<: *master + - arm-pod3: + slave-label: '{pod}' + installer: fuel + <<: *master - zte-pod1: slave-label: '{pod}' installer: fuel @@ -164,6 +168,10 @@ slave-label: '{pod}' installer: fuel <<: *colorado + - arm-pod3: + slave-label: '{pod}' + installer: fuel + <<: *colorado # PODs for verify jobs triggered by each patch upload - ool-virtual1: slave-label: '{pod}' |