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 worker hardware info to job history in the WebUI #7781

Open
StefanBruens opened this issue Jun 17, 2019 · 2 comments
Open

Add worker hardware info to job history in the WebUI #7781

StefanBruens opened this issue Jun 17, 2019 · 2 comments
Labels
Feature Frontend Things related to the OBS RoR app

Comments

@StefanBruens
Copy link

The job history features the build time and the used worker, but this is not sufficient to determine
why one build took significantly longer than a previous one.

This would also help to find failed builds due to unsufficient constraints (e.g. unsufficent memory).

The setup can be retrieved for the last job by reading the build log, i.e. the qemu parameters, but there is no history.

Adding the following information would be appreciated:

  • CPU count ("-smp N")
  • Physical memory ("-m XXXX")
  • Swap size
  • Disk size
@adrianschroeter
Copy link
Member

adrianschroeter commented Jun 17, 2019 via email

@StefanBruens
Copy link
Author

I think having these visible in the WebUI would be quite useful:

  • no need for the command line
  • no need to query info for each worker individually

@StefanBruens StefanBruens changed the title Add worker hardware info to job history Add worker hardware info to job history in the WebUI Jun 17, 2019
@adrianschroeter adrianschroeter added Feature Frontend Things related to the OBS RoR app labels Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Frontend Things related to the OBS RoR app
Projects
None yet
Development

No branches or pull requests

2 participants