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
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'
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
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
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
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
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'
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
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
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