diff options
author | xudan <xudan16@huawei.com> | 2017-08-31 04:34:32 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2017-08-31 04:34:32 -0400 |
commit | de26f973783240412f1b4635cc9719d85fe9222b (patch) | |
tree | 376c1161273dd10bc731bc9f43749be6bc685d60 /jjb/dovetail | |
parent | 6256ecdb5ffff289624d94630145c7af13c8378a (diff) |
Add a dovetail test job on huawei-pod4 to test Apex danube branch
1. Apex doesn't have danube jobs now.
2. Dovetail is based on opnfv danube branch, so it should be tested
against Apex danube deployment.
3. Huawei-pod4 deployed with Apex danube (os-nosdn-nofeature-ha) and
can be used to test.
JIRA: DOVETAIL-494
Change-Id: Ic3251585503c15fb416c6d9497e8acfc977ebe3e
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'jjb/dovetail')
-rw-r--r-- | jjb/dovetail/dovetail-ci-jobs.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/jjb/dovetail/dovetail-ci-jobs.yml b/jjb/dovetail/dovetail-ci-jobs.yml index f6dda5fa0..0ab80824d 100644 --- a/jjb/dovetail/dovetail-ci-jobs.yml +++ b/jjb/dovetail/dovetail-ci-jobs.yml @@ -177,6 +177,11 @@ SUT: fuel auto-trigger-name: 'daily-trigger-disabled' <<: *danube + - huawei-pod4: + slave-label: huawei-pod4 + SUT: apex + auto-trigger-name: 'apex-huawei-pod4-danube-trigger' + <<: *danube #-------------------------------- testsuite: - 'compliance_set' @@ -273,3 +278,11 @@ builders: - shell: !include-raw: ./dovetail-cleanup.sh + +#-------------------------- +# trigger macros +#-------------------------- +- trigger: + name: 'apex-huawei-pod4-danube-trigger' + triggers: + - timed: '* 1 * * *' |