Skip to content

Commit

Permalink
[ci] - Don't cache habitat-lab (#1952)
Browse files Browse the repository at this point in the history
* don't cache lab

* added strecth to necessary test assets
  • Loading branch information
aclegg3 authored Nov 29, 2022
1 parent 224f99c commit f84c2ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ commands:
npm install
touch ~/npm_deps_installed
fi
- restore_cache:
keys:
- habitat-lab-{{ checksum "./hablab_sha" }}
#- restore_cache:
# keys:
# - habitat-lab-{{ checksum "./hablab_sha" }}
- restore_cache: &ccache_cache
keys:
- ccache-{{ arch }}-{{ .Branch }}-{{ .BuildNum }}
Expand Down
1 change: 1 addition & 0 deletions src_python/habitat_sim/utils/datasets_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def initialize_test_data_sources(data_path):
"coda_scene",
"replica_cad_dataset",
"hab_fetch",
"hab_stretch",
],
"rearrange_task_assets": [
"replica_cad_dataset",
Expand Down

0 comments on commit f84c2ca

Please sign in to comment.