Skip to content

Commit

Permalink
CI: point to google.com for connectivity check
Browse files Browse the repository at this point in the history
In our cloud builds sometimes the default connectivity check URL
(yoctoproject.org) returns an error. Point it to google.com to make sure
that the connectivity check errors are not caused by some
yoctoproject.org misconfiguration (or DoS protection).

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
  • Loading branch information
lumag committed Dec 25, 2023
1 parent 28f2468 commit fc7ce06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
local_conf:
- INHERIT += 'buildstats buildstats-summary'
- INHERIT:remove = 'rm_work'
- CONNECTIVITY_CHECK_URIS = "https://www.google.com/"
artifacts: []
rpb: &rpb
Expand Down

0 comments on commit fc7ce06

Please sign in to comment.