1. 26 Jul, 2020 1 commit
    • Stas Bekman's avatar
      add a summary report flag for run_examples on CI (#6035) · daa5dd12
      Stas Bekman authored
      Currently, it's hard to derive which example tests were run on CI, and which weren't. Adding `-rA` flag to `pytest`, will now include a summary like:
      
      ```
      ==================================================================== short test summary info =====================================================================
      PASSED examples/test_examples.py::ExamplesTests::test_generation
      PASSED examples/test_examples.py::ExamplesTests::test_run_glue
      PASSED examples/test_examples.py::ExamplesTests::test_run_language_modeling
      PASSED examples/test_examples.py::ExamplesTests::test_run_squad
      FAILED examples/test_examples.py::ExamplesTests::test_run_pl_glue - AttributeError: 'Namespace' object has no attribute 'gpus'
      ============================================================ 1 failed, 4 passed, 8 warnings in 42.96s ============================================================
      ```
      which makes it easier to validate whether some example is being covered by CI or not.
      daa5dd12
  2. 30 Jun, 2020 1 commit
  3. 26 Jun, 2020 1 commit
  4. 22 Jun, 2020 1 commit
  5. 17 Apr, 2020 1 commit
  6. 24 Mar, 2020 1 commit
  7. 23 Mar, 2020 1 commit
  8. 17 Mar, 2020 1 commit
  9. 29 Feb, 2020 2 commits
    • Julien Chaumond's avatar
      [ci] Fixup e36bd943 · d6ef587a
      Julien Chaumond authored
      d6ef587a
    • Julien Chaumond's avatar
      [ci] Run all tests on (self-hosted) GPU (#3020) · e36bd943
      Julien Chaumond authored
      * Create self-hosted.yml
      
      * Update self-hosted.yml
      
      * Update self-hosted.yml
      
      * Update self-hosted.yml
      
      * Update self-hosted.yml
      
      * Update self-hosted.yml
      
      * do not run slow tests, for now
      
      * [ci] For comparison with circleci, let's also run CPU-tests
      
      * [ci] reorganize
      
      * clearer filenames
      
      * [ci] Final tweaks before merging
      
      * rm slow tests on circle ci
      
      * Trigger CI
      
      * On GPU this concurrency was way too high
      e36bd943
  10. 25 Feb, 2020 2 commits
  11. 13 Feb, 2020 1 commit
  12. 10 Feb, 2020 1 commit
  13. 06 Jan, 2020 2 commits
  14. 05 Jan, 2020 1 commit
  15. 24 Dec, 2019 1 commit
  16. 23 Dec, 2019 3 commits
  17. 22 Dec, 2019 7 commits
  18. 21 Dec, 2019 5 commits
  19. 20 Dec, 2019 1 commit
  20. 19 Dec, 2019 1 commit
  21. 11 Dec, 2019 5 commits