Skip to content

Commit

Permalink
e2e: update default distro from Ubuntu 20.04 to 22.04
Browse files Browse the repository at this point in the history
Run tests in the latest Ubuntu LTS by default.
  • Loading branch information
askervin committed Aug 22, 2023
1 parent aebff53 commit f1e1d30
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
@@ -1,7 +1,7 @@
#!/bin/bash

DEMO_TITLE="Container Runtime End-to-End Testing"
DEFAULT_DISTRO="ubuntu-20.04"
DEFAULT_DISTRO="ubuntu-22.04"

PV='pv -qL'

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/run_tests.sh
Expand Up @@ -3,7 +3,7 @@
TESTS_DIR="$1"
RUN_SH="${0%/*}/run.sh"

DEFAULT_DISTRO="ubuntu-20.04"
DEFAULT_DISTRO="ubuntu-22.04"

usage() {
echo "Usage: run_tests.sh TESTS_DIR"
Expand Down

0 comments on commit f1e1d30

Please sign in to comment.