diff options
author | xudan <xudan16@huawei.com> | 2017-09-07 22:26:44 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2017-09-07 23:25:32 -0400 |
commit | 25d99dbc0c41217abd369a48fce1f69d636b7134 (patch) | |
tree | 6629dd306b9f28c3553222c466573ad5ae518fd8 | |
parent | eaa7dd53dbc7434b35a0f73cfcf7c1eeb63a2dfa (diff) |
Jobs on Compass often timeout
1. Jobs on Compass often timeout
2. Apex jobs on huawei-pod4 will trigger 2 jobs at the same time. They will be
conflict.
JIRA: DOVETAIL-491
Change-Id: I5297bfb01c45c15cce7ab1438d8eed3dd9c7ff07
Signed-off-by: xudan <xudan16@huawei.com>
-rw-r--r-- | jjb/dovetail/dovetail-ci-jobs.yml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/jjb/dovetail/dovetail-ci-jobs.yml b/jjb/dovetail/dovetail-ci-jobs.yml index c13c93859..32cfcfa19 100644 --- a/jjb/dovetail/dovetail-ci-jobs.yml +++ b/jjb/dovetail/dovetail-ci-jobs.yml @@ -165,7 +165,7 @@ - huawei-pod4: slave-label: huawei-pod4 SUT: apex - auto-trigger-name: 'apex-huawei-pod4-danube-trigger' + auto-trigger-name: 'apex-huawei-pod4-{testsuite}-danube-trigger' <<: *danube #-------------------------------- testsuite: @@ -196,7 +196,7 @@ - build-name: name: '$BUILD_NUMBER - Scenario: $DEPLOY_SCENARIO' - timeout: - timeout: 240 + timeout: 300 abort: true - fix-workspace-permissions @@ -268,6 +268,10 @@ # trigger macros #-------------------------- - trigger: - name: 'apex-huawei-pod4-danube-trigger' + name: 'apex-huawei-pod4-proposed_tests-danube-trigger' triggers: - - timed: '* 1 * * *' + - timed: '0 1 * * *' +- trigger: + name: 'apex-huawei-pod4-compliance_set-danube-trigger' + triggers: + - timed: '' |