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:
Gabriela Cervantes 2024-11-04 16:16:13 +00:00
parent 4fd9df84e4
commit fd4d0dd1ce

View File

@ -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"