From: beierlm Date: Thu, 20 Jan 2022 13:39:55 +0000 (-0500) Subject: Bug 1841 Partial Revert X-Git-Tag: v12.0.0rc1~61 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=13da5b3a190d63baf7bccf035a2e7c3e543b09d5;p=osm%2Fdevops.git Bug 1841 Partial Revert Revert the apt proxy in stage 3 as it appears that the cache gets crossed packages if 2 or more builds run at the same time. Evidence of problem is hash mismatch on osm_devops deb file during stage 3 Change-Id: Id8680453fd4588ca526ab1ea9cb8a322075e2386 Signed-off-by: beierlm --- diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 64a55cc3..d17d46ed 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -446,11 +446,6 @@ node("${params.NODE}") { remote.logLevel = 'INFO' remote.pty = true - sshCommand remote: remote, command: """ - echo "Acquire::http::Proxy \\"$APT_PROXY\\";" | sudo tee /etc/apt/apt.conf.d/proxy.conf - echo "Acquire::https::Proxy \\"$APT_PROXY\\";" | sudo tee -a /etc/apt/apt.conf.d/proxy.conf - cat /etc/apt/apt.conf.d/proxy.conf - """ // Force time sync to avoid clock drift and invalid certificates sshCommand remote: remote, command: """ sudo apt update