Don't retry console log downloads
With the switch to zuul launcher instead of jenkins we now get the zmq finished event after all logs are done copying (unlike with jenkins where the console log could show up later). As a result we don't need to continue trying to download console logs until some EOF file string shows up, instead we can download what is there and know it is complete. Change-Id: I789c073a2fab8863de833684bc64b3e5cb405cf8
This commit is contained in:
parent
18f451fec7
commit
1a75db0e80
@ -30,7 +30,6 @@ subunit-files:
|
||||
# List of files to source logs from.
|
||||
source-files:
|
||||
- name: console.html
|
||||
retry-get: True
|
||||
tags:
|
||||
- console
|
||||
- name: logs/devstack-gate-cleanup-host.txt
|
||||
|
Loading…
Reference in New Issue
Block a user