summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-17Add dunfell.2 report PDFsRalph Siemsen
These were generated using chromium rather than firefox, because firefox insists on outputting mostly blank pages for substantial portions of the test plan. It happens in both landscape and portrait orientation. Using chromium worked better, but unfortunately it does not allow the header/footer to be customised, so we dropped these. Signed-off-by: Ralph Siemsen <ralphs@netwinder.org>
2021-05-17Drop LTP resultsRalph Siemsen
Previous reports did not include them. Update the total pass/fail/skip counts using helper script. Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
2021-05-17rfs-do-sums: recompute pass/fail/skip countsRalph Siemsen
Small helper script to recompute the pass/fail/skip totals. Useful after having hand-modified the test results, such as for dropping the LTP tests. Note this does not modify the HTML, it only prints out the revised counts to stdout. They need to be reinserted manually. Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
2021-05-17Manually edits to reportRalph Siemsen
- drop unintersting data in overview - fixup ordering of entries in overview - change download URL to releases.linaro.org
2021-05-14Add dunfell.2 reportsRalph Siemsen
2021-05-14Update template to dunfell.2Ralph Siemsen
2021-01-29PDF reports addedlinaro-2020.09-dunfell.1Ryan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2021-01-29dunfell-5.4-333.html updated with dip-image-dev resultsRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2021-01-29dunfell.1 reports manually hackedRyan Harkin
- reordered data at the top - removed job_id - moved the job_url to the end of the table - changed build_location to point to releases.linaro.org Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2021-01-29update dunfell.1 reports with new templateRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2021-01-29build_report_template.html: add Linaro logo and title for 5.4Ryan Harkin
We'll have to hack the title for 4.19. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2021-01-29dunfell.1 reports addedRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2021-01-26sync 140 with 130Ryan Harkin
2021-01-26remove linux-log-parser lines from soca9Ryan Harkin
2021-01-26remove linux-log-parser lines from lces2Ryan Harkin
2021-01-26report-140.html: manual hacksRyan Harkin
2021-01-26regenerate report-140.htmlRyan Harkin
2021-01-26dunfell reportsRyan Harkin
2021-01-22New release: 0.12Charles Oliveira
2021-01-22tests: test_shortcuts: remove test against project_settingsCharles Oliveira
The field is no long available
2021-01-22Merge pull request #110 from chaws/fix-tuxbuild-submissionJustin Cook
commands: submit_tuxbuild: fix key in case of builds with dotted version
2021-01-22commands: submit_tuxbuild: fix key in case of builds with dotted versionCharles Oliveira
Signed-off-by: Charles Oliveira <charles.oliveira@linaro.org>
2021-01-20Merge pull request #109 from jscook2345/add-repr-for-some-modelsCharles Oliveira
Add some printable representations for a few classes
2021-01-20Add some printable representations for a few classesJustin Cook
2020-12-18New release: 0.11Charles Oliveira
2020-12-18MANIFEST: add .flake8Charles Oliveira
2020-12-18core: add "unit" to Metric attributesCharles Oliveira
2020-12-18Merge pull request #94 from jscook2345/add-submit-tuxbuild-cmdCharles Oliveira
Add a new command for submitting tuxbuild data to squad
2020-12-18squad_service: define squad storage folder in /tmpCharles Oliveira
2020-12-18Merge pull request #102 from amrohassaan/improve_loadtime_for_build_reportCharles Oliveira
examples, build_report: improve load time
2020-12-18examples, build_report: improve load timeAmro Hassaan
improve load time and shrink report file size
2020-12-17shortcuts: improve 'retrieve_build_results' response timeCharles Oliveira
2020-12-17utils: add getid utilityCharles Oliveira
2020-12-17core: models: avoid loading testrun environmentCharles Oliveira
2020-12-16Merge pull request #101 from amrohassaan/fix_obj_keysCharles Oliveira
examples, build report: fix objects keys
2020-12-16examples, build report: fix objects keysAmro Hassaan
Since Squad api changed displaying full url rather than id for related objects for a SQUAD object eg. ('suite' shows url when viewing a test) this has broken referencing items in the return dicts in the report. This fixes that
2020-12-10New release: 0.10.1Charles Oliveira
2020-12-10core: models: add environment and build to TestCharles Oliveira
2020-12-10New release: 0.10Charles Oliveira
2020-12-09Merge pull request #98 from chaws/add-build-testsAmro Hassaan
core: models: add tests endpoint to build
2020-12-09core: models: add tests endpoint to buildCharles Oliveira
This will alow fetching tests directly from the build endpoint, making a way around testrun
2020-12-04Validate a full tuxbuild file instead of just individual buildsJustin Cook
Signed-off-by: Justin Cook <justin.cook@linaro.org>
2020-12-04Merge pull request #95 from lumag/fix-modelsCharles Oliveira
Two fixes for squad models
2020-12-03core: models: do not crash in str() if attribute is missingDmitry Baryshkov
In case attribute is missing, do not crash with the AttributeError 'object has no attribute', but return None instead. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2020-12-03core: models: add missing url attributeDmitry Baryshkov
Several models missed 'url' attribute, add it back. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2020-12-02Add a new command for submiting tuxbuild data to squadJustin Cook
Signed-off-by: Justin Cook <justin.cook@linaro.org>
2020-11-27Merge pull request #92 from roxell/drop_json_from_tuxbuildmwasilew
rename redundant _json: tuxbuild_json to tuxbuild only
2020-11-23rename redundant _json: tuxbuild_json to tuxbuild onlyAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2020-11-20Merge pull request #89 from roxell/fix-metadataAmro Hassaan
Fix metadata
2020-11-20squad_client: commands: submit: metadata: allow more typesAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>