Skip to content

Commit

Permalink
test/e2e: switch default distro to fedora/40-cloud-base.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
  • Loading branch information
klihub committed Oct 4, 2024
1 parent d8b9816 commit ee5279c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

TITLE="NRI Resource Policy End-to-End Testing"
DEFAULT_DISTRO=${DEFAULT_DISTRO:-"generic/fedora37"}
DEFAULT_DISTRO=${DEFAULT_DISTRO:-"fedora/40-cloud-base"}

# Other tested distros
# generic/ubuntu2204
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TESTS_DIR="$1"
RUN_SH="${0%/*}/run.sh"

DEFAULT_DISTRO=${DEFAULT_DISTRO:-"generic/fedora37"}
DEFAULT_DISTRO=${DEFAULT_DISTRO:-"fedora/40-cloud-base"}

k8scri=${k8scri:="containerd"}

Expand Down

0 comments on commit ee5279c

Please sign in to comment.