Merge lp://staging/~deeptik/lava-dashboard/kernel-ci-data-veiw-report into lp://staging/lava-dashboard
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~deeptik/lava-dashboard/kernel-ci-data-veiw-report |
Merge into: | lp://staging/lava-dashboard |
Diff against target: |
1506 lines (+1370/-0) 27 files modified
reports/android-runs.html (+9/-0) reports/android-runs.xml (+4/-0) reports/benchmark.html (+112/-0) reports/benchmark.xml (+4/-0) reports/board-activity.html (+11/-0) reports/board-activity.xml (+4/-0) reports/boot-status-overview.html (+101/-0) reports/boot-status-overview.xml (+4/-0) reports/boot-status.html (+15/-0) reports/boot-status.xml (+4/-0) reports/kernel-ci-data.html (+54/-0) reports/kernel-ci-data.xml (+4/-0) update.sh (+8/-0) views/android-runs.xml (+33/-0) views/board-activity.xml (+122/-0) views/boot-status.xml (+115/-0) views/hostnames.xml (+37/-0) views/hwpack-type.xml (+45/-0) views/kernel-ci-data.xml (+138/-0) views/latest-job-complete-for-hwpack-and-rootfs.xml (+74/-0) views/latest-test-runs.xml (+31/-0) views/measurements.xml (+73/-0) views/recent-test-runs-for-board-and-hwpack-and-rootfs-1.xml (+93/-0) views/recent-test-runs-for-board-and-hwpack-and-rootfs-2.xml (+77/-0) views/recent-test-runs-for-board-and-hwpack-and-rootfs-3.xml (+76/-0) views/recent-test-runs-for-board-and-hwpack-and-rootfs-4.xml (+77/-0) views/rootfs-type.xml (+45/-0) |
To merge this branch: | bzr merge lp://staging/~deeptik/lava-dashboard/kernel-ci-data-veiw-report |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Zygmunt Krynicki (community) | Needs Resubmitting | ||
Review via email: mp+74493@code.staging.launchpad.net |
Description of the change
Adding the xml and html files to get a consolidated view of the kernel test run and
kernel build.
Please note that there are some repetitive feilds and needs some improvisation.
Feedback will help me to improve it further and its welcome.
Thanks and Regards,
Deepti.
Unmerged revisions
- 29. By Deepti B. Kalakeri
-
Adding the xml and html files to get a consolidated view of the kernel test run and
kernel build.Please note that there are some repetitive feilds and needs some improvisation.
Feedback will help me to improve it further and its welcome.wq
- 28. By Zygmunt Krynicki
-
Add if-else guard around accesses to result.rows
- 27. By Zygmunt Krynicki
-
Fix lin to test run in boot-status-
overview - 26. By Zygmunt Krynicki
-
Use dashboard_app prefix for accessing STATIC_URL files
- 25. By Zygmunt Krynicki
-
Use STATIC_URL to refer to images
- 24. By Zygmunt Krynicki
-
Add sqlite version of measurements
- 23. By Zygmunt Krynicki
-
Update caption, handle missing data better, show the date, comment out the console.log() calls that might fail without developer tools
- 22. By Zygmunt Krynicki
-
Use single quotes, damn you sqlite
- 21. By Zygmunt Krynicki
-
Actually look at job_complete from lava, not some arbitrary random test result
- 20. By Zygmunt Krynicki
-
Add new boot status report
Please target this merge request at lp:~linaro-validation/lava-dashboard/data-views-and-reports. We keep it separate from dashbaord code base for easier review process.