Skip to content
Snippets Groups Projects
  1. Sep 03, 2019
  2. Aug 26, 2019
  3. Aug 22, 2019
  4. Aug 21, 2019
  5. Aug 19, 2019
  6. Aug 05, 2019
  7. Aug 02, 2019
  8. Aug 01, 2019
  9. Jul 30, 2019
  10. Jul 17, 2019
  11. Jul 04, 2019
  12. Jul 02, 2019
  13. Jun 25, 2019
  14. Jun 05, 2019
  15. Jun 03, 2019
    • Mark Lapierre's avatar
      Generate knapsack report for review-qa-all · 3922c6da
      Mark Lapierre authored
      Add knapsack qa report and use it to run tests in parallel
      
      Use the RSpec runner with knapsack
      
      The way the Knapsack runner uses exec to start rspec seems
      incompatible with the way we expect it to work. Plus, it requires
      specifying KNAPSACK_TEST_DIR.
      
      Instead, we use knapsacks AllocatorBuilder to select the spec
      files to run, and then start rspec as normal, via
      RSpec::Core::Runner.run
      
      This also means we can incorporate tags.
      
      Let the job run automatically
      
      Include KNAPSACK_TEST_FILE_PATTERN in vars
      
      Check all defined knapsack env vars before requiring knapsack
      3922c6da
  16. May 15, 2019
  17. May 08, 2019
  18. May 06, 2019
  19. Apr 25, 2019
  20. Apr 24, 2019
  21. Apr 19, 2019
  22. Apr 18, 2019
  23. Apr 17, 2019
  24. Apr 15, 2019
Loading