diff options
author | 2019-03-27 12:15:24 +0000 | |
---|---|---|
committer | 2019-03-27 12:15:24 +0000 | |
commit | eabf9b985c7e1400a5efb09062e674f2b13e34b1 (patch) | |
tree | 7a3572e7b530c108db42087b51f4c94d5416963f /jjb | |
parent | 06b371b23ca5f2ffec3babfe5b88a49325862950 (diff) | |
parent | cb0287af244ba35d087288632510659a60b1d0c9 (diff) |
Merge "Add a job to run new proposed_tests on Fuel"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/fuel/fuel-daily-jobs.yaml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/jjb/fuel/fuel-daily-jobs.yaml b/jjb/fuel/fuel-daily-jobs.yaml index 982b83e09..6717b7886 100644 --- a/jjb/fuel/fuel-daily-jobs.yaml +++ b/jjb/fuel/fuel-daily-jobs.yaml @@ -214,7 +214,8 @@ # 2.testsuite default here is for the test cases already added into OVP # 3.run default testsuite mandatory test cases against ha scenario # 4.run default testsuite optional test cases against ha scenario twice one week - # 5.not used for release criteria or compliance, only to debug the dovetail tool bugs + # 5.run proposed_tests testsuite optional test cases against ha scenario + # 6.not used for release criteria or compliance, only to debug the dovetail tool bugs - conditional-step: condition-kind: and condition-operands: @@ -234,6 +235,17 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' + - project: 'dovetail-fuel-{pod}-proposed_tests-optional-{stream}' + current-parameters: false + predefined-parameters: | + DEPLOY_SCENARIO={scenario} + INSTALLER_VERSION={stream} + block: true + same-node: true + block-thresholds: + build-step-failure-threshold: 'never' + failure-threshold: 'never' + unstable-threshold: 'FAILURE' - conditional-step: condition-kind: and condition-operands: |