Skip to content
  1. Jun 09, 2023
  2. Jun 08, 2023
  3. Jun 07, 2023
  4. Jun 05, 2023
    • Adam Johnston's avatar
      cassini-bsp: Keep wic.pad image to fix local Corstone-1000 FVP usage · ea4dce68
      Adam Johnston authored
      
      
      The Corstone-1000 FVP config refers to the uncompressed rootfs image
      (.rootfs.wic.pad) however the build only deploys a compressed image
      (.rootfs.wic.pad.gz). When following the instructions in the user guide
      the Corstone-1000 FVP therefore fails to find the Cassini rootfs image
      and falls back to the Corstone-1000 flash image.
      
      Explicitly add wic.pad to IMAGE_FSTYPES for the FVP so that the
      instructions in the user guide behave as expected.
      
      This is not a problem for CI as the compressed image is extracted
      automatically by LAVA.
      
      Changelog: bug
      Signed-off-by: Adam Johnston's avatarAdam Johnston <adam.johnston@arm.com>
      ea4dce68
  5. Jun 02, 2023
  6. May 30, 2023
  7. May 23, 2023
  8. May 22, 2023
    • Vikas Katariya's avatar
      ci: Fix the n1sdp lava job prompts · 65289aaf
      Vikas Katariya authored
      
      
      Lava uses pexpect to search for prompts, which includes all the output
      on the connection. Having a prompt with a wildcard like (*.) in
      beginning of the search string, the pexpect is asked to match against
      an extremely large and growing input string, which causes significant
      delays in processing job output.
      
      This fixes the sanity and ptest job which takes more than time on
      lava farm to reach the boot stage. Also update the timeouts of tasks
      in the job.
      
      Signed-off-by: Vikas Katariya's avatarVikas Katariya <vikas.katariya@arm.com>
      65289aaf
    • Vikas Katariya's avatar
      ci: Split `ptest` for nightly and merge requests · 0a1ca391
      Vikas Katariya authored
      
      
      Split the ptest for nightly/weekly and Merge request runs:
      The intention is to only run short-duration tests for each
      merge request raised and longer tests for nightly/weekly
      * `Merge request` run includes:
        user-accounts-integration-tests, container-engine-integration-tests
        and k3s-integration-tests
      * nightly/weekly run include parsec-simple-e2e-tests and all tests
        from `Merge request` run
      
      Signed-off-by: Vikas Katariya's avatarVikas Katariya <vikas.katariya@arm.com>
      0a1ca391
  9. May 18, 2023
  10. May 02, 2023
    • Drew Reed's avatar
      ci: Use CI_REGISTRY_IMAGE in image paths · f7f53c25
      Drew Reed authored
      
      
      The original use of CI_REGISTRY/CI_PROJECT_PATH results in invalid
      registry access paths as the CI_PROJECT_PATH could contain uppercase
      letters that are not allowed in registry paths.  The change switches to
      the correctly formatted CI_REGISTRY_IMAGE variable in image references.
      Switch to new template version with the change to using
      CI_REGISTRY_IMAGE included.
      
      Changelog: bug
      Signed-off-by: default avatarDrew Reed <Drew.Reed@arm.com>
      f7f53c25
  11. Apr 13, 2023
  12. Apr 06, 2023
  13. Mar 28, 2023
  14. Mar 24, 2023
  15. Mar 02, 2023
Loading