Skip to content

Commit

Permalink
ci: Use yoctoproject URI for connectivity check
Browse files Browse the repository at this point in the history
We saw intermittent fails on checking connectivity with the default URI
https://www.example.com/. This sets an alternative URI as a possible
workaround.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
  • Loading branch information
Andrei Gherzan committed Feb 12, 2022
1 parent b840053 commit 9419aea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ printf "\n# ------ ci ------\n" >> conf/local.conf
[ -z "$DL_DIR" ] || echo DL_DIR = \""$DL_DIR"\" >> conf/local.conf
[ -z "$DISTRO" ] || echo DISTRO = \""$DISTRO"\" >> conf/local.conf
cat <<EOCONF >>conf/local.conf
CONNECTIVITY_CHECK_URIS = "https://www.yoctoproject.org/"
BB_NUMBER_THREADS = "6"
PARALLEL_MAKE = "-j 6"
DISTRO_FEATURES:append = " systemd"
Expand Down

0 comments on commit 9419aea

Please sign in to comment.