diff options
author | 2017-10-04 20:30:31 +0000 | |
---|---|---|
committer | 2017-10-04 20:30:31 +0000 | |
commit | 8f2dfa0d6881e43aa8f2f52b51bdaf3c64d1efb6 (patch) | |
tree | 9f69782b18a4f55eba6889913b6519306e3f56df /jjb/armband | |
parent | 3f27c8b519e42295bd76ace5506903f265e48560 (diff) | |
parent | 50cd40d868f326cecd490a761c56e9a838668b45 (diff) |
Merge "fuel, armband: Add post mortem log collection"
Diffstat (limited to 'jjb/armband')
-rw-r--r-- | jjb/armband/armband-ci-jobs.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/jjb/armband/armband-ci-jobs.yml b/jjb/armband/armband-ci-jobs.yml index 0154c7a71..64c633a3a 100644 --- a/jjb/armband/armband-ci-jobs.yml +++ b/jjb/armband/armband-ci-jobs.yml @@ -158,6 +158,16 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' + # Armband uses Fuel's log collection project job, no need to duplicate + - trigger-builds: + - project: 'fuel-collect-logs-{pod}-daily-{stream}' + current-parameters: false + block: true + same-node: true + block-thresholds: + build-step-failure-threshold: 'never' + failure-threshold: 'never' + unstable-threshold: 'FAILURE' - job-template: name: '{installer}-deploy-{pod}-daily-{stream}' |