Skip to content

Commit 5aa7d87

Browse files
committed
Remove bad cache on CI
1 parent 0e89614 commit 5aa7d87

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

.circleci/config.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -463,11 +463,6 @@ jobs:
463463
name: Generate cache key
464464
# This will refresh cache on Sundays, nightly build should generate new cache.
465465
command: echo "$(date +"%Y-%U")" > .circleci-weekly
466-
- restore_cache:
467-
468-
keys:
469-
- env-v2-linux-{{ arch }}-py<< parameters.python_version >>-{{ checksum ".circleci/unittest/linux/scripts/environment.yml" }}-{{ checksum ".circleci-weekly" }}
470-
471466
- run:
472467
name: Setup
473468
command: docker run -e PYTHON_VERSION -t --gpus all -v $PWD:$PWD -w $PWD "${image_name}" .circleci/unittest/linux/scripts/setup_env.sh
@@ -542,11 +537,6 @@ jobs:
542537
name: Generate cache key
543538
# This will refresh cache on Sundays, nightly build should generate new cache.
544539
command: echo "$(date +"%Y-%U")" > .circleci-weekly
545-
- restore_cache:
546-
547-
keys:
548-
- env-v1-windows-{{ arch }}-py<< parameters.python_version >>-{{ checksum ".circleci/unittest/windows/scripts/environment.yml" }}-{{ checksum ".circleci-weekly" }}
549-
550540
- run:
551541
name: Setup
552542
command: .circleci/unittest/windows/scripts/setup_env.sh

.circleci/config.yml.in

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -463,11 +463,6 @@ jobs:
463463
name: Generate cache key
464464
# This will refresh cache on Sundays, nightly build should generate new cache.
465465
command: echo "$(date +"%Y-%U")" > .circleci-weekly
466-
- restore_cache:
467-
{% raw %}
468-
keys:
469-
- env-v2-linux-{{ arch }}-py<< parameters.python_version >>-{{ checksum ".circleci/unittest/linux/scripts/environment.yml" }}-{{ checksum ".circleci-weekly" }}
470-
{% endraw %}
471466
- run:
472467
name: Setup
473468
command: docker run -e PYTHON_VERSION -t --gpus all -v $PWD:$PWD -w $PWD "${image_name}" .circleci/unittest/linux/scripts/setup_env.sh
@@ -542,11 +537,6 @@ jobs:
542537
name: Generate cache key
543538
# This will refresh cache on Sundays, nightly build should generate new cache.
544539
command: echo "$(date +"%Y-%U")" > .circleci-weekly
545-
- restore_cache:
546-
{% raw %}
547-
keys:
548-
- env-v1-windows-{{ arch }}-py<< parameters.python_version >>-{{ checksum ".circleci/unittest/windows/scripts/environment.yml" }}-{{ checksum ".circleci-weekly" }}
549-
{% endraw %}
550540
- run:
551541
name: Setup
552542
command: .circleci/unittest/windows/scripts/setup_env.sh

0 commit comments

Comments
 (0)