Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 12, 2019
  3. Feb 27, 2019
  4. Jan 25, 2019
  5. Jan 22, 2019
  6. Jan 16, 2019
  7. Jan 11, 2019
  8. Jan 07, 2019
  9. Dec 17, 2018
  10. Dec 13, 2018
  11. 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