File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -463,11 +463,6 @@ jobs:
463
463
name : Generate cache key
464
464
# This will refresh cache on Sundays, nightly build should generate new cache.
465
465
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
-
471
466
- run :
472
467
name : Setup
473
468
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:
542
537
name : Generate cache key
543
538
# This will refresh cache on Sundays, nightly build should generate new cache.
544
539
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
-
550
540
- run :
551
541
name : Setup
552
542
command : .circleci/unittest/windows/scripts/setup_env.sh
Original file line number Diff line number Diff line change @@ -463,11 +463,6 @@ jobs:
463
463
name: Generate cache key
464
464
# This will refresh cache on Sundays, nightly build should generate new cache.
465
465
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 %}
471
466
- run:
472
467
name: Setup
473
468
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:
542
537
name: Generate cache key
543
538
# This will refresh cache on Sundays, nightly build should generate new cache.
544
539
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 %}
550
540
- run:
551
541
name: Setup
552
542
command: .circleci/unittest/windows/scripts/setup_env.sh
You can’t perform that action at this time.
0 commit comments