Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3400 from GabyCT/topic/fixvfiostable2
Browse files Browse the repository at this point in the history
ci: Fix vfio CI for stable-2.0
  • Loading branch information
fidencio authored Apr 8, 2021
2 parents 25673a6 + 18ef2e7 commit 77962ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export KATA_ETC_CONFIG_PATH="/etc/kata-containers/configuration.toml"

export kata_repo="github.com/kata-containers/kata-containers"
export kata_repo_dir="${GOPATH}/src/${kata_repo}"
export kata_default_branch="${kata_default_branch:-2.0-dev}"
export ghprbTargetBranch=${ghprbTargetBranch:-}
export kata_default_branch="${kata_default_branch:-$ghprbTargetBranch}"

# Name of systemd service for the throttler
KATA_KSM_THROTTLER_JOB="kata-ksm-throttler"
Expand Down

0 comments on commit 77962ac

Please sign in to comment.