kernelci / kernelci-build-staging

(DEPRECATED: check kernelci-core-staging) KernelCI build scripts for the staging jenkins instance
GNU Lesser General Public License v2.1
1 stars 5 forks source link

need elapsed time stamps #45

Open khilman opened 6 years ago

khilman commented 6 years ago

@gctucker The timestamps for elapsed time were quite useful when debugging where slowdowns are in the pipeline. With pipeline jobs, can we use something like Timestamper: https://wiki.jenkins.io/display/JENKINS/Timestamper

gctucker commented 6 years ago

Sure, shall we just give it a go on staging? @mattface

khilman commented 6 years ago

ping.

mattface commented 6 years ago

Timestamper is installed on staging, but to get them in pipeline, you have to wrap the entire script in 'timestamp'. See docs https://wiki.jenkins.io/display/JENKINS/Timestamper

gctucker commented 6 years ago

That's a bit invasive. Is the standard "pipeline steps" view not good enough to see how much time is spent in each part of the job? https://staging-ci.kernelci.org/job/kernel-build/7080/flowGraphTable/