Remove retry-get param from subunit file collection
This commit removes the retry-get parameters from the subunit file collection in the logstash gearman client. These were cargo-culted from elsewhere in the yaml file and doesn't add anything useful in this case. The param is only there to workaround jenkins limitations with the console log uploading. Change-Id: Ic751d5e295e605b20386ad9cde6500bae44f34d8
This commit is contained in:
parent
30ad231a19
commit
eb44d78d57
@ -13,18 +13,14 @@ zmq-publishers:
|
|||||||
|
|
||||||
subunit-files:
|
subunit-files:
|
||||||
- name: logs/testrepository.subunit
|
- name: logs/testrepository.subunit
|
||||||
retry-get: True
|
|
||||||
build-queue-filter: 'gate'
|
build-queue-filter: 'gate'
|
||||||
- name: logs/old/testrepository.subunit
|
- name: logs/old/testrepository.subunit
|
||||||
build-queue-filter: 'gate'
|
build-queue-filter: 'gate'
|
||||||
- name: testrepository.subunit
|
- name: testrepository.subunit
|
||||||
retry-get: True
|
|
||||||
build-queue-filter: 'gate'
|
build-queue-filter: 'gate'
|
||||||
- name: testrepository.subunit
|
- name: testrepository.subunit
|
||||||
retry-get: True
|
|
||||||
build-queue-filter: 'periodic'
|
build-queue-filter: 'periodic'
|
||||||
- name: logs/testrepository.subunit
|
- name: logs/testrepository.subunit
|
||||||
retry-get: True
|
|
||||||
build-queue-filter: 'periodic'
|
build-queue-filter: 'periodic'
|
||||||
|
|
||||||
# List of files to source logs from.
|
# List of files to source logs from.
|
||||||
|
Loading…
Reference in New Issue
Block a user