Skip to content
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

Add queue time information #777

Open
smlambert opened this issue Feb 24, 2023 · 4 comments · Fixed by #784
Open

Add queue time information #777

smlambert opened this issue Feb 24, 2023 · 4 comments · Fixed by #784
Assignees
Labels
enhancement New feature or request

Comments

@smlambert
Copy link
Contributor

We currently pull and parse information from Jenkins pipelines, but do not include the queue time (how long a job waits for a particular machine resource). It will be useful to include this information in what we gather, and then make it available via the TRSS API (just like we do for test execution times) so that we might better forecast resource needs.

Screen Shot 2023-02-24 at 8 05 41 AM

@smlambert smlambert added the enhancement New feature or request label Feb 24, 2023
@llxia
Copy link
Contributor

llxia commented Feb 24, 2023

yes, I agree. I think we should use Jenkins API to get all the stage duration time that we have and display them in a logical way. (i.e., in descending order per stage, group by pipeline/platform, with machine name, etc)

@llxia llxia self-assigned this Feb 24, 2023
@smlambert
Copy link
Contributor Author

Related: GSoC 2023 proposal to pull some of this information and consider how to best optimize machine usage

llxia added a commit to llxia/openjdk-test-tools that referenced this issue Mar 24, 2023
related: adoptium#777

Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
llxia added a commit to llxia/openjdk-test-tools that referenced this issue Mar 24, 2023
related: adoptium#777

Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
karianna pushed a commit that referenced this issue Mar 24, 2023
related: #777

Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
@llxia
Copy link
Contributor

llxia commented Mar 31, 2023

#784 is the initial step.

@llxia llxia reopened this Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants