From fd4d0dd1ce75a6de2ca9761fddddacfd52808702 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 4 Nov 2024 16:16:13 +0000 Subject: [PATCH] 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 --- tests/stability/gha-stability-run.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/stability/gha-stability-run.sh b/tests/stability/gha-stability-run.sh index 16d907e50b..1e1b5aa5ed 100755 --- a/tests/stability/gha-stability-run.sh +++ b/tests/stability/gha-stability-run.sh @@ -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"