Skip to content

Commit 1046440

Browse files
committed
Remove proxy to changelogs.ubuntu.com
It was only ever enabled to allow us to use `do-release-upgrade` to upgrade 20.04 to 22.04, we don't need it. It is being crawled by bots, and generating a lot logs noise and consuming diskspace (>50% of journald disk space). Have left it commented out, as we may need to reenable if we have to upgrade-in-place again.
1 parent 62dbb5a commit 1046440

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

File renamed without changes.

ci-tests.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ try() {
4343
curl_args+=(--write-out "%{http_code}")
4444
curl_args+=(--connect-to github-proxy.opensafely.org:80:127.0.0.1:8080)
4545
curl_args+=(--connect-to docker-proxy.opensafely.org:80:127.0.0.1:8080)
46-
curl_args+=(--connect-to changelogs.opensafely.org:80:127.0.0.1:8080)
46+
#curl_args+=(--connect-to changelogs.opensafely.org:80:127.0.0.1:8080)
4747

4848
# Conditionally token if set. Only used for docker-proxy tests.
4949
if test -n "${token}"; then
@@ -187,6 +187,7 @@ try "docker-proxy.opensafely.org/v2/opensafely-core/busybox/blobs/$digest?" 200
187187
### changelogs.opensafely.org ###
188188

189189
# This allows us to use the do-release-upgrade tool to perform major backend OS upgrades.
190-
try changelogs.opensafely.org/meta-release-lts 200
190+
# Disabled as we don't typically needed unless we are using do-release-upgrade
191+
#try changelogs.opensafely.org/meta-release-lts 200
191192

192193
exit $return_code

0 commit comments

Comments
 (0)