From eb44d78d5724d825a95e7a94fdbd0f3aae6c422d Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 16 Feb 2016 15:54:13 -0500 Subject: [PATCH] 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 --- .../openstack_project/files/logstash/jenkins-log-client.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/openstack_project/files/logstash/jenkins-log-client.yaml b/modules/openstack_project/files/logstash/jenkins-log-client.yaml index 39f0153e52..e77738bb2c 100644 --- a/modules/openstack_project/files/logstash/jenkins-log-client.yaml +++ b/modules/openstack_project/files/logstash/jenkins-log-client.yaml @@ -13,18 +13,14 @@ zmq-publishers: subunit-files: - name: logs/testrepository.subunit - retry-get: True build-queue-filter: 'gate' - name: logs/old/testrepository.subunit build-queue-filter: 'gate' - name: testrepository.subunit - retry-get: True build-queue-filter: 'gate' - name: testrepository.subunit - retry-get: True build-queue-filter: 'periodic' - name: logs/testrepository.subunit - retry-get: True build-queue-filter: 'periodic' # List of files to source logs from.