diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index 8befc2711..83ed6f1c5 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -63,10 +63,6 @@ jobs: - uses: actions/checkout@v2 - - name: Restore docker cache - uses: satackey/action-docker-layer-caching@v0.0.11 - continue-on-error: true - - name: Restore tool cache id: tool-cache uses: actions/cache@v2.1.3 @@ -122,10 +118,6 @@ jobs: - uses: actions/checkout@v2 - - name: Restore docker cache - uses: satackey/action-docker-layer-caching@v0.0.11 - continue-on-error: true - - name: Restore tool cache id: tool-cache uses: actions/cache@v2.1.3 @@ -177,10 +169,6 @@ jobs: - uses: actions/checkout@v2 - - name: Restore docker cache - uses: satackey/action-docker-layer-caching@v0.0.11 - continue-on-error: true - - name: Restore tool cache id: tool-cache uses: actions/cache@v2.1.3 @@ -328,10 +316,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Restore docker cache - uses: satackey/action-docker-layer-caching@v0.0.11 - continue-on-error: true - - name: Restore go cache id: go-cache uses: actions/cache@v2.1.3 diff --git a/Makefile b/Makefile index ce2cd9843..6f4632476 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ SUCCESS := $(BOLD)$(GREEN) # the quality gate lower threshold for unit test total % coverage (by function statements) COVERAGE_THRESHOLD := 70 # CI cache busting values; change these if you want CI to not use previous stored cache -INTEGRATION_CACHE_BUSTER="23493ba738c3d2f" +INTEGRATION_CACHE_BUSTER="88738d2f" CLI_CACHE_BUSTER="789bacdf" BOOTSTRAP_CACHE="c7afb99ad"