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

[JENKINS-64955] - Fix execution times in Blue Ocean #41

Merged
merged 1 commit into from
Mar 2, 2021
Merged

Conversation

asimell
Copy link
Contributor

@asimell asimell commented Mar 2, 2021

Use seconds instead of milliseconds in Blue Ocean view.

@asimell asimell added the bug label Mar 2, 2021
@asimell asimell changed the title [JENKINS-64955] - Use seconds instead of milliseconds in blue ocean [JENKINS-64955] - Fix execution times in Blue Ocean Mar 2, 2021
@Tattoo
Copy link
Member

Tattoo commented Mar 2, 2021

LGTM

@Tattoo Tattoo merged commit 8fc0df6 into master Mar 2, 2021
@asimell asimell deleted the blue-ocean branch March 2, 2021 10:19
@HonzaMac
Copy link

HonzaMac commented Mar 5, 2021

Would it make sense to cover this by test?

@Tattoo
Copy link
Member

Tattoo commented Mar 5, 2021

@HonzaMac ,

The format is dependent on implementation details of BlueOcean, meaning test would not guard us against it not breaking in the future. If BlueOcean never changes this (which I assume will be the case), the test is wasted effort. If BlueOcean changes this, the test would still always pass because it would not know that the format should be something else.

I guess we could build automated acceptance test to check this, but that is a lot of effort considering that this is minor cosmetic issue that is easy to fix.

So we decided that this is enough

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants