From c4b8d4b384030080b6805ea56128677dbe67739a Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 24 Jan 2017 15:43:22 -0500 Subject: [PATCH] jjb: Use composite linux git tree Signed-off-by: Michael Jeanson --- jobs/latency-tracker.yaml | 10 +++++----- jobs/lttng-modules.yaml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/jobs/latency-tracker.yaml b/jobs/latency-tracker.yaml index b3bcddc..7f52af0 100644 --- a/jobs/latency-tracker.yaml +++ b/jobs/latency-tracker.yaml @@ -57,7 +57,7 @@ target: 'deps/linux' do-not-fingerprint: true - shell: | - git clone --depth=1 -b "v{kversion}" --reference $HOME/gitcache/linux-stable.git/ git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git src/linux + git clone --depth=1 -b "v{kversion}" --reference $HOME/gitcache/linux-stable.git/ git://git-mirror.internal.efficios.com/git/linux-all.git src/linux - shell: !include-raw-escape: scripts/latency-tracker/build.sh @@ -100,7 +100,7 @@ description: 'Kernel versions list filtering strategy.' - string: name: 'kgitrepo' - default: 'git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git' + default: 'git://git-mirror.internal.efficios.com/git/linux-all.git' description: 'The linux kernel git repository url.' - string: name: 'kbuildjob' @@ -241,7 +241,7 @@ description: 'The linux kernel git tag to build against.' - string: name: 'kgitrepo' - default: 'git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git' + default: 'git://git-mirror.internal.efficios.com/git/linux-all.git' description: 'The linux kernel git repository url.' concurrent: true @@ -299,7 +299,7 @@ description: 'The linux kernel git tag to build against.' - string: name: 'kgitrepo' - default: 'git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git' + default: 'git://git-mirror.internal.efficios.com/git/linux-all.git' description: 'The linux kernel git repository url.' concurrent: true @@ -347,7 +347,7 @@ builders: - shell: | - git clone --depth=1 -b v4.8 --reference $HOME/gitcache/linux-stable.git/ git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git src/linux + git clone --depth=1 -b v4.9 --reference $HOME/gitcache/linux-stable.git/ git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git src/linux cd src/linux make defconfig sed -i "s/# CONFIG_KALLSYMS_ALL is not set/CONFIG_KALLSYMS_ALL=y/g" .config diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index 828c8b9..0bfeb30 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -59,7 +59,7 @@ target: 'deps/linux' do-not-fingerprint: true - shell: | - git clone --depth=1 -b "v{kversion}" --reference $HOME/gitcache/linux-stable.git/ git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git src/linux + git clone --depth=1 -b "v{kversion}" --reference $HOME/gitcache/linux-stable.git/ git://git-mirror.internal.efficios.com/git/linux-all.git src/linux - shell: !include-raw-escape: scripts/lttng-modules/build.sh @@ -102,7 +102,7 @@ description: 'Kernel versions list filtering strategy.' - string: name: 'kgitrepo' - default: 'git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git' + default: 'git://git-mirror.internal.efficios.com/git/linux-all.git' description: 'The linux kernel git repository url.' - string: name: 'kbuildjob' @@ -237,7 +237,7 @@ description: 'The linux kernel git tag to build against.' - string: name: 'kgitrepo' - default: 'git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git' + default: 'git://git-mirror.internal.efficios.com/git/linux-all.git' description: 'The linux kernel git repository url.' concurrent: true @@ -295,7 +295,7 @@ description: 'The linux kernel git tag to build against.' - string: name: 'kgitrepo' - default: 'git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git' + default: 'git://git-mirror.internal.efficios.com/git/linux-all.git' description: 'The linux kernel git repository url.' concurrent: true @@ -343,7 +343,7 @@ builders: - shell: | - git clone --depth=1 -b v4.4 --reference $HOME/gitcache/linux-stable.git/ git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git src/linux + git clone --depth=1 -b v4.9 --reference $HOME/gitcache/linux-stable.git/ git://git-mirror.internal.efficios.com/kernel/stable/linux-stable.git src/linux cd src/linux make defconfig sed -i "s/# CONFIG_KALLSYMS_ALL is not set/CONFIG_KALLSYMS_ALL=y/g" .config -- 2.34.1