Skip to content
Snippets Groups Projects
  1. Dec 31, 2019
  2. Nov 15, 2019
  3. Oct 22, 2019
  4. Sep 20, 2019
  5. Sep 18, 2019
  6. Sep 17, 2019
  7. Sep 16, 2019
  8. Sep 14, 2019
  9. Sep 11, 2019
  10. Sep 10, 2019
  11. Sep 05, 2019
  12. Sep 03, 2019
  13. Aug 26, 2019
  14. Aug 22, 2019
  15. Aug 21, 2019
  16. Aug 19, 2019
  17. Aug 05, 2019
  18. Aug 02, 2019
  19. Aug 01, 2019
  20. Jul 30, 2019
  21. Jul 17, 2019
  22. Jul 04, 2019
  23. Jul 02, 2019
  24. Jun 25, 2019
  25. Jun 05, 2019
  26. 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
  27. May 15, 2019
  28. May 08, 2019
  29. May 06, 2019
  30. Apr 25, 2019
  31. Apr 24, 2019
  32. Apr 19, 2019
Loading