Skip to content
  1. May 07, 2024
  2. Apr 29, 2024
  3. Apr 22, 2024
  4. Apr 16, 2024
  5. Apr 10, 2024
    • Ahmed Ismail's avatar
      ci: Optimise execution time · 170f3a94
      Ahmed Ismail authored and Devaraj Ranganna's avatar Devaraj Ranganna committed
      
      
      This commit include the following changes:
      
      * Move testing ML applications built with GNU toolchain
      to nightly build scheduled pipeline.
      
      * Move testing applications with software inference
      to nightly build scheduled pipeline.
      
      * Move testing applications with VSI as input audio
      source to nightly build scheduled pipeline.
      
      Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>
      170f3a94
    • Ahmed Ismail's avatar
      ci: Split build jobs based on target platform · f926b665
      Ahmed Ismail authored and Devaraj Ranganna's avatar Devaraj Ranganna committed
      
      
      Pipeline matrices are divided based on the targets
      to decrease the number of build jobs needed for `test-applications`
      job as they would exceed the limit (50 jobs) after adding
      support for software inference with speech-recognition application
      for all platforms, the limitation of 50 jobs comes from `needs`
      keyword used in `test-applications` job.
      
      Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>
      f926b665
    • Devaraj Ranganna's avatar
      ci: Fix incorrect towncrier configuration · 7e1a20fa
      Devaraj Ranganna authored
      
      
      Incorrect towncrier configuration is causing changelog check job
      failure. Fixed incorrect towncrier configuration.
      
      Also, added `.gitkeep` to `release_changes` folder, so that git won't
      ignore it during a new release when all files under `release_changes`
      are deleted.
      
      Signed-off-by: Devaraj Ranganna's avatarDevaraj Ranganna <devaraj.ranganna@arm.com>
      7e1a20fa
  6. Mar 28, 2024
  7. Mar 24, 2024
  8. Mar 18, 2024
    • Hugues Kamba Mpiana's avatar
      ml-apps: Fix building different ML apps subsequently · da155ca5
      Hugues Kamba Mpiana authored and Devaraj Ranganna's avatar Devaraj Ranganna committed
      
      
      When building ML apps, the MLEK downloads model resources
      for the model specified by a given application.
      The FRI integration of the MLEK prevents these resources
      from being re-donwloaded if they already exist to speed up
      build time.
      
      However, in the case of a different application being build,
      model resources have to be re-downloaded as different ML
      applications use different models.
      To allow the re-download of model resources, the generated
      ML model resources subdirectory is now generated in the CMake
      build directory.
      
      Building a different application requires triggering
      a clean build which will also delete the resources specific
      to a model used by another application.
      
      Signed-off-by: Hugues Kamba Mpiana's avatarHugues Kamba Mpiana <hugues.kambampiana@arm.com>
      da155ca5
  9. Mar 17, 2024
  10. Mar 14, 2024
Loading