X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-scope.yml;h=ade281eccb1d8056a56ff52788f9613cbdb450a3;hb=53b51a153a5615633d47cedb589c6ce030332202;hp=7b2d0519a6ad1eea403c1e736b5794151fca28c6;hpb=d2d979a6686924636aa1edb218251d86138476df;p=lttng-ci.git diff --git a/jobs/lttng-scope.yml b/jobs/lttng-scope.yml index 7b2d051..ade281e 100644 --- a/jobs/lttng-scope.yml +++ b/jobs/lttng-scope.yml @@ -14,9 +14,9 @@ scm: - git: - url: git://github.com/{github_user}/{github_name}.git + url: https://github.com/{github_user}/{github_project}.git browser: githubweb - browser-url: https://github.com/{github_user}/{github_name} + browser-url: https://github.com/{github_user}/{github_project} branches: - origin/{version} skip-tag: true @@ -28,9 +28,7 @@ properties: - build-discarder: - num-to-keep: 7 - - github: - url: https://github.com/{github_user}/{github_name} + num-to-keep: 2 ## Templates @@ -73,8 +71,6 @@ goals: clean install -Dmaven.test.skip=false private-repository: true settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4' - properties: - - maven.test.failure.ignore=true publishers: - archive: @@ -96,6 +92,8 @@ No sources found skipping Kotlin compile Ignoring project type pom - supportedProjectTypes = \[jar, bundle\] ^Tests run:.* + .*Source root doesn't exist.* + Could not transfer metadata.*codehaus-snapshots.* - workspace-cleanup - email-ext: recipients: '{obj:email_for_all_failure}' @@ -155,9 +153,9 @@ scm: - git: - url: git://github.com/{github_user}/{github_name}.git + url: https://github.com/{github_user}/{github_project}.git browser: githubweb - browser-url: https://github.com/{github_user}/{github_name} + browser-url: https://github.com/{github_user}/{github_project} branches: - origin/{version} skip-tag: true @@ -178,8 +176,6 @@ goals: clean install -Dmaven.test.skip=false private-repository: true settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4' - properties: - - maven.test.failure.ignore=true publishers: - archive: @@ -201,6 +197,8 @@ No sources found skipping Kotlin compile Ignoring project type pom - supportedProjectTypes = \[jar, bundle\] ^Tests run:.* + .*Source root doesn't exist.* + Could not transfer metadata.*codehaus-snapshots.* - workspace-cleanup - email-ext: recipients: '{obj:email_for_all_failure}' @@ -280,8 +278,6 @@ goals: clean install -Dmaven.test.skip=false private-repository: true settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4' - properties: - - maven.test.failure.ignore=true publishers: - archive: @@ -303,6 +299,8 @@ No sources found skipping Kotlin compile Ignoring project type pom - supportedProjectTypes = \[jar, bundle\] ^Tests run:.* + .*Source root doesn't exist.* + Could not transfer metadata.*codehaus-snapshots.* - workspace-cleanup - email-ext: recipients: '{obj:email_for_all_failure}' @@ -351,7 +349,7 @@ - job-template: name: lttng-scope_{version}_coverity defaults: lttng-scope - node: 'x86-64' + node: 'amd64' triggers: - pollscm: @@ -370,9 +368,9 @@ scm: - git: - url: git://github.com/{github_user}/{github_name}.git + url: https://github.com/{github_user}/{github_project}.git browser: githubweb - browser-url: https://github.com/{github_user}/{github_name} + browser-url: https://github.com/{github_user}/{github_project} branches: - origin/{version} skip-tag: true @@ -398,14 +396,14 @@ - project: name: lttng-scope github_user: lttng - github_name: lttng-scope - email_to: 'ci-notification@lists.lttng.org, cc:alexmonthy@efficios.com' - email_for_all_failure: 'alexmonthy@efficios.com' + github_project: lttng-scope + email_to: 'ci-notification@lists.lttng.org, cc:pproulx@efficios.com' + email_for_all_failure: 'pproulx@efficios.com' version: - master jobs: - 'lttng-scope_{version}_build': - arch: !!python/tuple [x86-32, x86-64] + arch: !!python/tuple [i386, amd64] - 'lttng-scope_{version}_winbuild': arch: !!python/tuple [win64] - 'lttng-scope_{version}_macosxbuild':