1. 17 Nov, 2020 1 commit
  2. 13 Nov, 2020 2 commits
  3. 10 Nov, 2020 1 commit
  4. 03 Nov, 2020 1 commit
    • Stas Bekman's avatar
      [CIs] Better reports everywhere (#8275) · 1bb4bba5
      Stas Bekman authored
      * make it possible to invoke testconf.py in both test suites without crashing on having the same option added
      
      * perl -pi -e 's|--make_reports|--make-reports|' to be consistent with other opts
      
      * add `pytest --make-reports` to all CIs (and artifacts)
      
      * fix
      1bb4bba5
  5. 30 Oct, 2020 1 commit
    • Lysandre Debut's avatar
      Ci test tf super slow (#8007) · 10f8c636
      Lysandre Debut authored
      * Test TF GPU CI
      
      * Change cache
      
      * Fix missing torch requirement
      
      * Fix some model tests
      
      
      Style
      
      * LXMERT
      
      * MobileBERT
      
      * Longformer skip test
      
      * XLNet
      
      * The rest of the tests
      
      * RAG goes OOM in multi gpu setup
      
      * YAML test files
      
      * Last fixes
      
      * Skip doctests
      
      * Fill mask tests
      
      * Yaml files
      
      * Last test fix
      
      * Style
      
      * Update cache
      
      * Change ONNX tests to slow + use tiny model
      10f8c636
  6. 28 Oct, 2020 1 commit
  7. 27 Oct, 2020 1 commit
    • Stas Bekman's avatar
      [CI] generate separate report files as artifacts (#7995) · bfd5e370
      Stas Bekman authored
      * better reports
      
      * a whole bunch of reports in their own files
      
      * clean up
      
      * improvements
      
      * github artifacts experiment
      
      * style
      
      * complete the report generator with multiple improvements/fixes
      
      * fix
      
      * save all reports under one dir to easy upload
      
      * can remove temp failing tests
      
      * doc fix
      
      * some cleanup
      bfd5e370
  8. 23 Oct, 2020 1 commit
  9. 19 Oct, 2020 1 commit
  10. 30 Sep, 2020 3 commits
  11. 10 Sep, 2020 1 commit
  12. 25 Aug, 2020 2 commits
  13. 10 Aug, 2020 1 commit
  14. 07 Aug, 2020 2 commits
  15. 04 Aug, 2020 2 commits
  16. 13 Jul, 2020 1 commit
  17. 30 Jun, 2020 3 commits
  18. 15 May, 2020 1 commit
  19. 12 May, 2020 2 commits
  20. 11 Mar, 2020 3 commits
  21. 02 Mar, 2020 2 commits
  22. 29 Feb, 2020 1 commit
    • 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