ansible/awx

awx workflow_jobs monitor does not show approval nodes

Open

#7558 aperta il 6 lug 2020

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Python (3333 fork)batch import
component:clihelp wantedtype:bug

Metriche repository

Star
 (13.071 star)
Metriche merge PR
 (Merge medio 24g 6h) (30 PR mergiate in 30 g)

Descrizione

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.

Guida contributor