-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When job is running, selected EE is not visible in the UI, it appears only after it finishes #14931
Comments
@benapetr Does this not satisfy your requirement? |
Ah, I missed your second post. You already knew that. My apologies 😞 |
hey @benapetr can you look at the API endpoints for these jobs and see if it shows up there? like kick off a job and go to the job endpoint and see if it shows up before the job ends. |
@thedoubl3j it's shown for both Running and Completed jobs: awx/awx/ui/src/screens/Job/JobDetail/JobDetail.js Lines 335 to 340 in d35d8b6
|
ok, good. not the best but the api is showing @benapetr thanks for reporting. @jbradberry if I recall you had a follow up for this or something? |
I know nothing about background but according to the commit message (2c5bcf2), EE is hidden by design until job completes. If we know if the concerns we had then still apply to the current implementation, we can determine if we can change the conditions under when EEs are displayed.
|
That, unfortunately, was a misunderstanding. The EE should be known when the job first starts running. It shouldn't need to wait until the job is complete. Though there was also some question about what to do about Workflows, since what matters is the EE chosen on each node's job and the EE field on the workflow itself is (mostly?) irrelevant. |
Please confirm the following
Feature type
New Feature
Feature Summary
Right now EE that was selected is invisible to user, see here
A specific version of EE was used for this template, but it's not visible anywhere in the job history (it was changed between runs) and therefore we can't verify if that specific version was really used or not and which version of EE the job was started with
Select the relevant components
Steps to reproduce
Create a template, pick a custom EE, start a job, then edit template, pick another EE, start a new job. You won't be able to tell which job was started with which EE.
Current results
See above
Sugested feature result
Make it so that chosen EE version is visible just like other fields, job template, project etc.
Additional information
No response
The text was updated successfully, but these errors were encountered: