X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-modules.yaml;h=5e03d505524f2f180e1579cc454c704b60099e5c;hb=1d9e7aaad1f72016eb5ddbaa89082a160d66a7f2;hp=27436c6b4f8dc817ee01638a79272e5f091383a8;hpb=2c1d386a795ee93d8d8af91559e8b23ea036d82a;p=lttng-ci.git diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index 27436c6..5e03d50 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -19,9 +19,9 @@ scm: - git: - url: git://github.com/lttng/lttng-modules.git + url: git://github.com/{github_user}/{github_name}.git browser: githubweb - browser-url: https://github.com/lttng/lttng-modules + browser-url: https://github.com/{github_user}/{github_name} branches: - "{mversion}" shallow-clone: true @@ -35,7 +35,7 @@ properties: - github: - url: https://github.com/lttng/lttng-modules + url: https://github.com/{github_user}/{github_name} ## Templates @@ -245,13 +245,13 @@ branches: - "${{mversion}}" skip-tag: true - basedir: lttng-modules + basedir: src/lttng-modules triggers: builders: - shell: | - git clone --depth=1 -b "$kversion" --reference $HOME/gitcache/linux-stable.git/ "$kgitrepo" linux + git clone --depth=1 -b "$kversion" --reference $HOME/gitcache/linux-stable.git/ "$kgitrepo" src/linux - shell: !include-raw-escape: scripts/lttng-modules/param-build.sh @@ -287,6 +287,13 @@ password: COVERITY_SCAN_TOKEN builders: + - shell: | + git clone --depth=1 -b v4.4 --reference $HOME/gitcache/linux-stable.git/ git://artifacts.internal.efficios.com/git/linux-stable.git linux + cd linux + make defconfig + sed -i "s/# CONFIG_KALLSYMS_ALL is not set/CONFIG_KALLSYMS_ALL=y/g" .config + make modules_prepare + cd .. - shell: !include-raw-escape: scripts/common/coverity.sh @@ -355,6 +362,8 @@ ## Project - project: name: lttng-modules + github_user: lttng + github_name: lttng-modules mversion: !include: jobs/inc/lttng-modules-versions.yaml.inc jobs: