From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D54AA43412; Thu, 30 Nov 2023 16:57:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B0AEC42E8B; Thu, 30 Nov 2023 16:57:37 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 53AC6402F0 for ; Thu, 30 Nov 2023 16:57:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1701359854; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4uQnAckVNmXWwVlCvP+/WpRG+nuBmXKiiW8yGkY+gzE=; b=X5vkzBFeltPo+huE4gNgQXD9MDuXvRzdCdcGMPs6KuxXRFytgrpWE8atNdYbrmLn2Odkff v1ZA6apOplCiqyJBzBaj/T6Y9xIvMfXSXAN+RJ/XokCg3Y248hOibYPJ7M2kDkOgdpSweX G/ArTfO+Pkx82Y+vH6kdyeMBvqB4z40= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-61-Ip1c7nS9NTW2gJE2m9tWsw-1; Thu, 30 Nov 2023 10:57:31 -0500 X-MC-Unique: Ip1c7nS9NTW2gJE2m9tWsw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E7CCF1C09A44; Thu, 30 Nov 2023 15:57:29 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.32.221]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A00E810F44; Thu, 30 Nov 2023 15:57:29 +0000 (UTC) From: Aaron Conole To: Thomas Monjalon Cc: ci@dpdk.org, alialnu@nvidia.com Subject: Re: DPDK clone/fetch URL References: <5933180.BEx9A2HvPv@thomas> Date: Thu, 30 Nov 2023 10:57:29 -0500 In-Reply-To: <5933180.BEx9A2HvPv@thomas> (Thomas Monjalon's message of "Mon, 27 Nov 2023 12:20:57 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Thomas Monjalon writes: > Hello, > > The server git.dpdk.org is not strong enough to hold all CI requests. > When a script is doing a git fetch or clone, it is consuming workload on the server. > Please could you favor the mirror on GitHub in any CI automation? > https://github.com/DPDK/dpdk.git > This mirror is updated as frequently as git.dpdk.org: > We push to git.dpdk.org where a git hook is replicating the same on GitHub. > > Hope we can reduce the workload on our main server. > Thank you everyone for collaborating. Just fixed the github-robot to use the github DPDK mirror.