From b5dc61dec3d9d8612a14999cd7b54064af93f767 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 3 Mar 2021 09:59:29 -0500 Subject: [PATCH] Use git:// for git-mirror The http side is not scaled to usage. Signed-off-by: Jonathan Rajotte --- jobs/linux-rseq.yaml | 2 +- jobs/system-tests.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jobs/linux-rseq.yaml b/jobs/linux-rseq.yaml index 2c7683b..966fa0e 100644 --- a/jobs/linux-rseq.yaml +++ b/jobs/linux-rseq.yaml @@ -19,7 +19,7 @@ scm: - git: - url: https://git-mirror.internal.efficios.com/kernel/rseq/linux-rseq.git + url: git://git-mirror.internal.efficios.com/kernel/rseq/linux-rseq.git branches: - origin/rseq/dev basedir: src/linux-rseq diff --git a/jobs/system-tests.yaml b/jobs/system-tests.yaml index d9af256..20b53e1 100644 --- a/jobs/system-tests.yaml +++ b/jobs/system-tests.yaml @@ -21,7 +21,7 @@ description: 'The linux kernel git tag to build against.' - string: name: 'KERNEL_REPO' - default: 'https://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git' + default: 'git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git' description: 'Linux kernel git repo to checkout the kernel id' - string: name: 'LTTNG_TOOLS_REPO' @@ -200,7 +200,7 @@ - string: name: 'LTTNG_MODULES_REPO' description: 'The LTTng Modules git repo to fetch from' - default: 'https://git-mirror.internal.efficios.com/lttng/lttng-modules.git' + default: 'git://git-mirror.internal.efficios.com/lttng/lttng-modules.git' - string: name: 'KERNEL_COMMIT_ID' description: 'The kernel commit to build.' -- 2.34.1