diff options
author | 2017-03-16 15:14:33 +0200 | |
---|---|---|
committer | 2017-03-16 15:41:00 +0200 | |
commit | 803c14db8e20a61cf90a5b2e15bc5c42d20f15c7 (patch) | |
tree | aea157d55d06acbd4a2638f253797408dabc0a41 /jjb/functest/functest-daily-jobs.yml | |
parent | f69288cbd365dca89ee74b2f8279c35875b28e18 (diff) |
Add jobs to use the aarch64 jenkins slave
arm-pod3-2 is an aarch64 jenkins slave for the same POD as the existing
x86 jenkins slave arm-pod3. This commit adds jobs so we can deploy the
POD and run functest from the aarch64 jenkins slave.
These jobs are non-ci
JIRA: ARMBAND-241
Change-Id: Ie3b808a641e44649c02f3b75c83d79119217fdfe
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Diffstat (limited to 'jjb/functest/functest-daily-jobs.yml')
-rw-r--r-- | jjb/functest/functest-daily-jobs.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/functest/functest-daily-jobs.yml b/jjb/functest/functest-daily-jobs.yml index 972c4fd2f..a3268d3e5 100644 --- a/jjb/functest/functest-daily-jobs.yml +++ b/jjb/functest/functest-daily-jobs.yml @@ -158,6 +158,10 @@ slave-label: '{pod}' installer: fuel <<: *master + - arm-pod3-2: + slave-label: '{pod}' + installer: fuel + <<: *master - zte-pod1: slave-label: '{pod}' installer: fuel @@ -186,6 +190,10 @@ slave-label: '{pod}' installer: fuel <<: *danube + - arm-pod3-2: + slave-label: '{pod}' + installer: fuel + <<: *danube # PODs for verify jobs triggered by each patch upload - ool-virtual1: slave-label: '{pod}' |