Skip to content
Snippets Groups Projects
  1. Jun 09, 2020
  2. Jun 03, 2020
  3. Apr 29, 2020
  4. Jul 19, 2019
  5. Mar 13, 2019
    • Emanuele Aina's avatar
      renderer: Show install steps on manual testcases as well · 6ec78ba8
      Emanuele Aina authored
      
      The pre-condition steps generated by the `install`/`git-repos` directives
      where only rendered for automated testcases. Arguably, manual testers are
      more interested in those being rendered than LAVA, which usually considers
      the YAML enough as-is.
      
      This currently affected the WebKit manual testcases such as
      webkit2gtk-ac-3d-rendering.yaml where no installation pre-condition was
      rendered, omitting fundamental steps needed by manual testers.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      6ec78ba8
  6. Mar 12, 2019
  7. Feb 27, 2019
  8. Jan 25, 2019
  9. Jan 22, 2019
  10. Jan 16, 2019
  11. Jan 11, 2019
  12. Jan 07, 2019
  13. Dec 17, 2018
  14. Dec 13, 2018
  15. Dec 07, 2018
    • Luis Araujo's avatar
      Make the code a proper module and command · bb5bc5fa
      Luis Araujo authored
      
      This commit applies several changes in order to turn the
      renderer code into a proper python module and command that
      can be easily installed using the setuptools module.
      
      Main changes:
      - Main executable is named atc
      - Use setuptools to install renderer executable
      - Improve tests so they can be easily executed by packages
      - Update README instructions
      
      Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
      bb5bc5fa
Loading