From c27e8f7542ca6cbf68f84d1ee85a6f36ef38b94f Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 27 Feb 2019 07:36:44 +0100 Subject: [PATCH] [doc] Add note about Idiap lab-network throttling --- doc/ci.rst | 6 ++++++ doc/linux.rst | 7 +++++++ doc/macos.rst | 7 +++++++ 3 files changed, 20 insertions(+) diff --git a/doc/ci.rst b/doc/ci.rst index 73540209..f9bbfa4d 100644 --- a/doc/ci.rst +++ b/doc/ci.rst @@ -9,6 +9,12 @@ This document contains instructions for CI machine installation from sources. +.. warning:: + + Idiap has throttling rules that are typically applied to all machines in the + lab network. To avoid issues for newly installed CI nodes, ensure you + request throttling to be disabled for new CI machines. + .. toctree:: :maxdepth: 2 diff --git a/doc/linux.rst b/doc/linux.rst index b4d33919..086bc61d 100644 --- a/doc/linux.rst +++ b/doc/linux.rst @@ -13,6 +13,13 @@ also configure docker-in-docker to enable to run docker builds (and other tests) within docker images. +.. warning:: + + Idiap has throttling rules that are typically applied to all machines in the + lab network. To avoid issues for newly installed CI nodes, ensure you + request throttling to be disabled for new CI machines. + + Docker and Gitlab-runner setup ------------------------------ diff --git a/doc/macos.rst b/doc/macos.rst index 7a700add..e11215c4 100644 --- a/doc/macos.rst +++ b/doc/macos.rst @@ -20,6 +20,13 @@ macOS. Instructions for deployment assume a freshly installed machine. So, if the current version is 10.14, a good base install would use 10.13. +.. warning:: + + Idiap has throttling rules that are typically applied to all machines in the + lab network. To avoid issues for newly installed CI nodes, ensure you + request throttling to be disabled for new CI machines. + + Building the reference setup ---------------------------- -- GitLab