forked from tim/k3s-ansible
fix(ci): make Vagrant box cache version-aware
- key immutable caches from a pinned box manifest instead of scenario YAML - skip producer restoration and downloads on exact cache hits - validate lock drift, exact versions, architectures, and missing boxes
This commit is contained in:
committed by
Techno Tim
parent
fb9a0bebd1
commit
57f234c8da
@@ -44,3 +44,9 @@ repos:
|
||||
language: system
|
||||
pass_filenames: false
|
||||
files: ^\.github/scripts/(cleanup-runner-resources|test-cleanup-runner-resources)\.sh$
|
||||
- id: download-vagrant-boxes-test
|
||||
name: Vagrant box download test
|
||||
entry: .github/test-download-boxes.sh
|
||||
language: system
|
||||
pass_filenames: false
|
||||
files: ^\.github/(download-boxes|test-download-boxes)\.sh$|^\.github/vagrant-boxes\.lock$
|
||||
|
||||
Reference in New Issue
Block a user