Skip to content

Commit

Permalink
tests: nydus: Adapt "source ..." to GHA
Browse files Browse the repository at this point in the history
The "source ..." we've been doing was not changed since those tests were
part of the Jenkins tests, and we need to adapt them, either setting the
correct path or entirely removing the ones that are not relevant to us
anymore.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
(cherry picked from commit 4290fd4)
  • Loading branch information
fidencio committed Sep 21, 2023
1 parent 82c5319 commit 4b58777
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/nydus/nydus_tests.sh
Expand Up @@ -12,8 +12,7 @@ set -o pipefail
set -o errtrace

dir_path=$(dirname "$0")
source "${dir_path}/../../lib/common.bash"
source "${dir_path}/../../.ci/lib.sh"
source "${dir_path}/../../common.bash"
source "/etc/os-release" || source "/usr/lib/os-release"
KATA_HYPERVISOR="${KATA_HYPERVISOR:-qemu}"

Expand Down

0 comments on commit 4b58777

Please sign in to comment.