From 9e9b862334c55eda6ff4f225a5bd90a94c3fd6be Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Mon, 30 Oct 2023 16:00:55 -0500 Subject: [PATCH] fix(CI): Remove vagrant box cache --- .github/workflows/test-default.yml | 9 --------- .github/workflows/test-ipv6.yml | 9 --------- .github/workflows/test-single-node.yml | 9 --------- 3 files changed, 27 deletions(-) diff --git a/.github/workflows/test-default.yml b/.github/workflows/test-default.yml index e6c067d0..5c207c6e 100644 --- a/.github/workflows/test-default.yml +++ b/.github/workflows/test-default.yml @@ -35,15 +35,6 @@ jobs: restore-keys: | ${{ runner.os }}-pip- - - name: Cache Vagrant boxes - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # 3.3.2 - with: - path: | - ~/.vagrant.d/boxes - key: vagrant-boxes-${{ hashFiles('**/molecule.yml') }} - restore-keys: | - vagrant-boxes - - name: Download Vagrant boxes for all scenarios # To save some cache space, all scenarios share the same cache key. # On the other hand, this means that the cache contents should be diff --git a/.github/workflows/test-ipv6.yml b/.github/workflows/test-ipv6.yml index bf4eb2c8..0570c436 100644 --- a/.github/workflows/test-ipv6.yml +++ b/.github/workflows/test-ipv6.yml @@ -35,15 +35,6 @@ jobs: restore-keys: | ${{ runner.os }}-pip- - - name: Cache Vagrant boxes - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # 3.3.2 - with: - path: | - ~/.vagrant.d/boxes - key: vagrant-boxes-${{ hashFiles('**/molecule.yml') }} - restore-keys: | - vagrant-boxes - - name: Download Vagrant boxes for all scenarios # To save some cache space, all scenarios share the same cache key. # On the other hand, this means that the cache contents should be diff --git a/.github/workflows/test-single-node.yml b/.github/workflows/test-single-node.yml index de2cdc1c..cfe56f6f 100644 --- a/.github/workflows/test-single-node.yml +++ b/.github/workflows/test-single-node.yml @@ -35,15 +35,6 @@ jobs: restore-keys: | ${{ runner.os }}-pip- - - name: Cache Vagrant boxes - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # 3.3.2 - with: - path: | - ~/.vagrant.d/boxes - key: vagrant-boxes-${{ hashFiles('**/molecule.yml') }} - restore-keys: | - vagrant-boxes - - name: Download Vagrant boxes for all scenarios # To save some cache space, all scenarios share the same cache key. # On the other hand, this means that the cache contents should be