Skip to content

Commit 1f2ab2b

Browse files
ShadowCurseJackThomson2
authored andcommitted
devtool: change the name of the kvm lock
This is to prevent the case when old PR with old locking mechanism will mess with new locking. This will become redundant when all PRs will include new locking version. Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent 7d5ef52 commit 1f2ab2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/devtool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ CTR_CI_ARTIFACTS_PATH="${CTR_FC_ROOT_DIR}/resources/$(uname -m)"
140140
DEFAULT_ARTIFACTS_S3_BUCKET=s3://spec.ccfc.min/firecracker-ci
141141

142142
# Lockfile used while modifying KVM modules
143-
KVM_MODULE_LOCKFILE="/tmp/.kvm_module.lock"
143+
KVM_MODULE_LOCKFILE="/tmp/.kvm_module_lock"
144144

145145
# Query default S3 bucket with artifacts and return the most recient path
146146
get_newest_s3_artifacts() {

0 commit comments

Comments
 (0)