Skip to content
Snippets Groups Projects
  1. Jun 04, 2024
  2. Jun 03, 2024
  3. Mar 02, 2022
  4. Dec 01, 2021
  5. Nov 16, 2021
  6. Nov 03, 2021
  7. Nov 01, 2021
  8. Jul 12, 2021
    • Chase Qi's avatar
      Add docker compose file for docker worker DUT services · 5dd90fa8
      Chase Qi authored
      
      tftp, ser2net and nfs services are required for docker worker to support
      network booting. This docker compose file lunch these services using the
      below volumes that used by docker worker so that they can work together.
      
      * /srv/tftp
      * /var/lib/lava/dispatcher/tmp
      
      To avoid adding per device port mapping in docker compose file for adding
      new devices, host network mode will be used for ser2net service.
      
      Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
      5dd90fa8
  9. Jun 02, 2021
  10. May 20, 2021
  11. May 06, 2021
  12. Apr 15, 2021
    • Philippe Mazet's avatar
      README: add database backup/restore instructions · c140b714
      Philippe Mazet authored
      - Create initdb.d/ folder that will be used to inject backup
      in the postgres container
      - Create addtional docker-compose file (docker-compose-restore-backup.yaml)
      that will mount the volume used for database restore
      c140b714
  13. Apr 12, 2021
  14. Mar 25, 2021
  15. Feb 08, 2021
  16. Feb 01, 2021
  17. Jan 28, 2021
  18. Dec 17, 2020
  19. Dec 01, 2020
  20. Nov 20, 2020
  21. Nov 18, 2020
  22. Nov 02, 2020
  23. Oct 01, 2020
  24. Aug 20, 2020
  25. Aug 17, 2020
  26. Aug 07, 2020
  27. Aug 05, 2020
  28. Jul 14, 2020
  29. Jun 25, 2020
    • Kumar Gala's avatar
      lava-dispatcher: tweaks for supporting docker test action · 9c276099
      Kumar Gala authored
      
      To allow the lava-dispatcher to run in a docker container and the action
      it is running use a container we need to expose a few things to allow
      the secondary container to be spun up correctly.
      
      1. Expose /var/run/docker.sock to the lava-dispatcher container so
         containers spun up inside it become sibilings.
      2. For udev and things like pyudev to see the current device database we
         need to expose /run/udev
      
      Signed-off-by: default avatarKumar Gala <kumar.gala@linaro.org>
      9c276099
  30. Jun 17, 2020
  31. May 14, 2020
  32. May 13, 2020
  33. May 12, 2020
  34. Apr 24, 2020
Loading