Skip to content
This project is mirrored from https://gitlab.com/Linaro/cassini/gitlab-templates.git. Pull mirroring updated .
  1. Apr 02, 2025
  2. Mar 24, 2025
  3. Mar 21, 2025
  4. Feb 18, 2025
  5. Feb 06, 2025
    • Philip Puk's avatar
      Fix and Add test to fetch_test_reports · c5fe2563
      Philip Puk authored
      
      
      Fix fetch_test_reports so that test_reports in the parent pipeline
      would be collected if there is no downstream pipeline.
      
      Add test to fetch_test report which checks that test report from
      the last schedule pipeline on this project can be read and checked.
      (E2E test)
      
      Signed-off-by: Philip Puk's avatarPhilip Puk <philip.puk@arm.com>
      c5fe2563
  6. Feb 04, 2025
  7. Jan 16, 2025
    • Philip Puk's avatar
      Test checking script for Gitlab CI pipeline jobs · 2892c5da
      Philip Puk authored
      
      
      The purpose of the script is to audit test results from a given
      CI pipeline and produce pass/fail results based on a machine
      readable list of tests which are expected to pass.
      
      The script will first read the list of expected pass tests from
      a json file. Also, relying on the predefined CI variables
      and gitlab-python module to access the pipeline test reports.
      By comparing list of expected pass test and passed tests extracted
      from actual test reports, the script will print "FAIL" to stderr if
      there are missing tests that are expected to pass or "PASS" if all
      expected tests passed.
      
      Signed-off-by: Philip Puk's avatarPhilip Puk <philip.puk@arm.com>
      2892c5da
  8. Jul 24, 2024
  9. Feb 07, 2024
  10. Dec 15, 2023
  11. Dec 14, 2023
  12. Dec 07, 2023
  13. Nov 29, 2023
  14. Oct 24, 2023
  15. Sep 18, 2023
  16. Sep 15, 2023
    • Drew Reed's avatar
      danger: Fetch complete git history · 12c182f4
      Drew Reed authored
      
      
      By default GitLab only does a git fetch to a depth of 20 but with some
      weekly sync merge requests containing 20+ commits this leaves the
      danger bot unable to find the common point in the history and so it
      fails.
      
      Bump version number to v1.5.3
      
      Changelog: bug
      Signed-off-by: default avatarDrew Reed <Drew.Reed@arm.com>
      12c182f4
  17. Aug 30, 2023
  18. Jul 18, 2023
  19. Jul 13, 2023
    • Adam Johnston's avatar
      Use new script path as default · 62953d5f
      Adam Johnston authored
      
      
      The default location for CI scripts is now `scripts` (it used to be
      `.gitlab/scripts`). Update the default values for `FETCH_SCRIPT` in
      `Collate-Results` and `complete-lava-job`.
      
      When they are updated, projects which still use the old location must
      either move their scripts or override the value of `FETCH_SCRIPT`.
      
      Changelog: other
      Signed-off-by: default avatarAdam Johnston <adam.johnston@linaro.org>
      62953d5f
Loading