ansible/awx

awx workflow_jobs monitor does not show approval nodes

Open

#7.558 geöffnet am 6. Juli 2020

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (3.333 Forks)batch import
component:clihelp wantedtype:bug

Repository-Metriken

Stars
 (13.071 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 24T 6h) (30 gemergte PRs in 30 T)

Beschreibung

ISSUE TYPE
  • Bug Report
SUMMARY

while testing out https://github.com/ansible/awx/pull/6790 I noticed that a workflow that has a approval node does not show this in the monitor output.

 awx workflow_jobs monitor 33
------Starting Standard Out Stream------
Launching foo...
 ↳ 34 - ansible-examples.git (git) successful
 ↳ 36 - JobTemplate - AgentBuyer鈑 successful
 ↳ 35 - inventory-aws - inventory-aws successful
------End of Standard Out Stream--------

hangs out until the approval nodes does exit either by approving, denying or timing out (probably because workflow itself shows itself as not done) but does not show that it is waiting on an approval node.

Contributor Guide