All of lore.kernel.org
 help / color / mirror / Atom feed
* [xenomai-images][RFC][PATCH] ci: Switch to Google nameserver
@ 2021-08-02 15:43 Jan Kiszka
  2021-08-06  8:50 ` Jan Kiszka
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Kiszka @ 2021-08-02 15:43 UTC (permalink / raw)
  To: Xenomai, Quirin Gylstorff

From: Jan Kiszka <jan.kiszka@siemens.com>

This is a temporary hack: Our AWS runners see a lot of DNS errors for
deb.debian.org. Let's see if they are less with this server.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

Seems to work, though only one run passed so far. Go this way for now?

 ci/gitlab-ci-base.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/gitlab-ci-base.yml b/ci/gitlab-ci-base.yml
index 2638dec..ce9c800 100644
--- a/ci/gitlab-ci-base.yml
+++ b/ci/gitlab-ci-base.yml
@@ -39,6 +39,7 @@ default:
   extends: .add-proxy-config
   stage: build
   script:
+    - sudo sh -c "echo 'nameserver 8.8.8.8' > /etc/resolv.conf"
     - echo "Building kas.yml:board-${TARGET}.yml${XENOMAI_BUILD_OPTION}${LINUX_BUILD_OPTION}${BUILD_OPTIONS}:opt-debug.yml"
     - kas build kas.yml:board-${TARGET}.yml${XENOMAI_BUILD_OPTION}${LINUX_BUILD_OPTION}${BUILD_OPTIONS}:opt-debug.yml
     - if [ -n "${USE_S3_BUCKET}" ]; then scripts/deploy_to_aws.sh ${TARGET}; fi
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-10 16:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02 15:43 [xenomai-images][RFC][PATCH] ci: Switch to Google nameserver Jan Kiszka
2021-08-06  8:50 ` Jan Kiszka
2021-08-10 16:44   ` Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.