mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 08:17:01 +00:00
gha: Fix source for gha stability run script
This PR fixes the source to avoid duplication specially in the common.sh script and avoid failures saying that certain script is not in the directory. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
4fd9df84e4
commit
fd4d0dd1ce
@ -10,10 +10,8 @@ set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
stability_dir="$(dirname "$(readlink -f "$0")")"
|
||||
source "${stability_dir}/../common.bash"
|
||||
source "${stability_dir}/../metrics/lib/common.bash"
|
||||
source "${stability_dir}/../gha-run-k8s-common.sh"
|
||||
source "${stability_dir}/../integration/kubernetes/gha-run.sh"
|
||||
|
||||
function run_tests() {
|
||||
info "Running scability test using ${KATA_HYPERVISOR} hypervisor"
|
||||
|
Loading…
Reference in New Issue
Block a user