Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebookresearch/habitat-lab. Pull mirroring updated .
  1. Jul 18, 2019
    • Oleksandr's avatar
      Added ccache to CI and fixed PyTorch caching. (#161) · 7eb3da12
      Oleksandr authored
      * fixed PyTorch caching
      * added ccache to CI
      * broke habitat api step on installation and testing to save extra 5 min on saving cache in parallel
      * testing time drops from first run to second run from 17.5 minutes to 9 minutes (2x times) for full testing.
      Unverified
      7eb3da12
  2. Jul 17, 2019
  3. Jul 16, 2019
  4. Jun 15, 2019
  5. Jun 14, 2019
  6. Jun 06, 2019
    • Oleksandr's avatar
      CI setup that runs tests e2e testing using GPU machines (#97) · 61af1b66
      Oleksandr authored
      * Builds and installs habitat-sim with python setup.py install
      * Added pytorch installation and running habitat baseline test in prediction mode. That maybe too much of testing, but decided to keep it for now.
      * Have ideas how to speed up and parallelize jobs. Will follow up in next PRs.
      * Run isort and black on whole code to make it happy.
      * Includes parallelization of installation steps and use files as flags that step is finished. CircleCI has no good way to parallelize steps and have dependencies one the same machine.
      * Cache is used to save conda dependencies installed and build simulator based on commit SHA.
      Unverified
      61af1b66
Loading