From 51ca880af5b402543991845ffbd5894142c1ed53 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 16 Feb 2016 14:48:39 -0500 Subject: [PATCH] Cleanup and warnings --- jobs/babeltrace.yaml | 24 ++++++++++-------------- jobs/liburcu.yaml | 25 ++++++++++++------------- jobs/lttng-analyses.yaml | 8 +++++--- jobs/lttng-modules.yaml | 8 +++++--- jobs/lttng-tools.yaml | 20 +++++++++++--------- jobs/lttng-ust.yaml | 20 +++++++++++--------- jobs/ops_job-generator_kernel.yaml | 4 +--- jobs/tracecompass.yml | 12 +++++------- 8 files changed, 60 insertions(+), 61 deletions(-) diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 4ca3303..5a3d3ef 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -15,10 +15,7 @@ project-type: freestyle logrotate: - daysToKeep: -1 numToKeep: 2 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 wrappers: - workspace-cleanup @@ -82,11 +79,11 @@ console-log-parsers: - 'GNU Make + GNU C Compiler (gcc)' total-thresholds: - failed: - total-all: 0 - total-high: 0 - total-normal: 0 - total-low: 0 + unstable: + total-all: 1 + total-high: 1 + total-normal: 1 + total-low: 1 - archive: artifacts: 'build/**' allow-empty: false @@ -108,16 +105,15 @@ console-log-parsers: - 'GNU Make + GNU C Compiler (gcc)' total-thresholds: - failed: - total-all: 0 - total-high: 0 - total-normal: 0 - total-low: 0 + unstable: + total-all: 1 + total-high: 1 + total-normal: 1 + total-low: 1 - ircbot: strategy: new-failure-and-fixed notify-committers: True notify-fixers: True - matrix-notifier: only-configurations channels: - name: '#lttng' diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 727ef0f..d7b96bb 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -28,10 +28,7 @@ project-type: freestyle logrotate: - daysToKeep: -1 numToKeep: 2 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 wrappers: - workspace-cleanup @@ -41,9 +38,9 @@ scm: - git: - url: git://github.com/urcu/userspace-rcu.git + url: git://github.com/{github_user}/{github_name}.git browser: githubweb - browser-url: https://github.com/urcu/userspace-rcu + browser-url: https://github.com/{github_user}/{github_name} branches: - origin/{version} @@ -53,7 +50,7 @@ properties: - github: - url: https://github.com/urcu/userspace-rcu + url: https://github.com/{github_user}/{github_name} ## Templates @@ -89,12 +86,12 @@ - warnings: console-log-parsers: - 'GNU Make + GNU C Compiler (gcc)' - #total-thresholds: - #failed: - # total-all: 0 - # total-high: 0 - # total-normal: 0 - # total-low: 0 + total-thresholds: + unstable: + total-all: 1 + total-high: 1 + total-normal: 1 + total-low: 1 - archive: artifacts: 'build/**' allow-empty: false @@ -178,6 +175,8 @@ ## Project - project: name: liburcu + github_user: urcu + github_name: userspace-rcu version: !include: jobs/inc/liburcu-versions.yaml.inc jobs: @@ -193,7 +192,7 @@ buildtype: solarisbuild arch: !!python/tuple [solaris10, solaris11] build: !!python/tuple [std] - version: + version: # Solaris support was introduced in 0.9 - master - stable-0.9 - 'liburcu_{version}_cppcheck' diff --git a/jobs/lttng-analyses.yaml b/jobs/lttng-analyses.yaml index c698640..75737c2 100644 --- a/jobs/lttng-analyses.yaml +++ b/jobs/lttng-analyses.yaml @@ -21,9 +21,9 @@ scm: - git: - url: git://github.com/lttng/lttng-analyses.git + url: git://github.com/{github_user}/{github_name}.git browser: githubweb - browser-url: https://github.com/lttng/lttng-analyses + browser-url: https://github.com/{github_user}/{github_name} branches: - origin/{version} @@ -33,7 +33,7 @@ properties: - github: - url: https://github.com/lttng/lttng-analyses + url: https://github.com/{github_user}/{github_name} ## Templates @@ -107,6 +107,8 @@ ## Project - project: name: lttng-analyses + github_user: lttng + github_name: lttng-analyses version: - master jobs: diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index 27436c6..1395256 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 @@ -355,6 +355,8 @@ ## Project - project: name: lttng-modules + github_user: lttng + github_name: lttng-modules mversion: !include: jobs/inc/lttng-modules-versions.yaml.inc jobs: diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 9949151..1023c21 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -23,9 +23,9 @@ scm: - git: - url: git://github.com/lttng/lttng-tools.git + url: git://github.com/lttng/{github_user}/{github_name}.git browser: githubweb - browser-url: https://github.com/lttng/lttng-tools + browser-url: https://github.com/{github_user}/{github_name} branches: - origin/{version} @@ -35,7 +35,7 @@ properties: - github: - url: https://github.com/lttng/lttng-tools + url: https://github.com/{github_user}/{github_name} ## Templates @@ -173,12 +173,12 @@ - warnings: console-log-parsers: - 'GNU Make + GNU C Compiler (gcc)' - #total-thresholds: - # failed: - # total-all: 0 - # total-high: 0 - # total-normal: 0 - # total-low: 0 + total-thresholds: + unstable: + total-all: 1 + total-high: 1 + total-normal: 1 + total-low: 1 - archive: artifacts: 'build/**' allow-empty: false @@ -334,6 +334,8 @@ ## Project - project: name: lttng-tools + github_user: lttng + github_name: lttng-tools version: !include: jobs/inc/lttng-tools-versions.yaml.inc jobs: diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index ecadffd..71cae70 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -23,9 +23,9 @@ scm: - git: - url: git://github.com/lttng/lttng-ust.git + url: git://github.com/{github_user}/{github_name}.git browser: githubweb - browser-url: https://github.com/lttng/lttng-ust + browser-url: https://github.com/{github_user}/{github_name} branches: - origin/{version} @@ -35,7 +35,7 @@ properties: - github: - url: https://github.com/lttng/lttng-ust + url: https://github.com/{github_user}/{github_name} ## Templates @@ -87,12 +87,12 @@ - warnings: console-log-parsers: - 'GNU Make + GNU C Compiler (gcc)' - #total-thresholds: - # failed: - # total-all: 0 - # total-high: 0 - # total-normal: 0 - # total-low: 0 + total-thresholds: + unstable: + total-all: 1 + total-high: 1 + total-normal: 1 + total-low: 1 - archive: artifacts: 'build/**' allow-empty: false @@ -234,6 +234,8 @@ ## Project - project: name: lttng-ust + github_user: lttng + github_name: lttng-ust version: !include: jobs/inc/lttng-ust-versions.yaml.inc jobs: diff --git a/jobs/ops_job-generator_kernel.yaml b/jobs/ops_job-generator_kernel.yaml index ff82b7c..61064c5 100644 --- a/jobs/ops_job-generator_kernel.yaml +++ b/jobs/ops_job-generator_kernel.yaml @@ -1,5 +1,6 @@ - job: name: ops_job-generator_kernel + disabled: true # Currently unused node: master description: | The kernel job generator auto generate from jenkins job builder all the @@ -9,10 +10,7 @@ project-type: freestyle logrotate: - daysToKeep: -1 numToKeep: 2 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 wrappers: - timestamps diff --git a/jobs/tracecompass.yml b/jobs/tracecompass.yml index 3b11b27..5326187 100644 --- a/jobs/tracecompass.yml +++ b/jobs/tracecompass.yml @@ -8,10 +8,7 @@ project-type: freestyle logrotate: - daysToKeep: -1 numToKeep: 2 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 wrappers: - workspace-cleanup @@ -20,10 +17,9 @@ scm: - git: - #url: git://github.com/tracecompass/tracecompass.git - url: git://github.com/alexmonthy/tracecompass.git + url: git://github.com/{github_user}/{github_name}.git browser: githubweb - browser-url: https://github.com/tracecompass/tracecompass + browser-url: https://github.com/{github_user}/{github_name} branches: - origin/{version} @@ -33,7 +29,7 @@ properties: - github: - url: https://github.com/tracecompass/tracecompass + url: https://github.com/{github_user}/{github_name} ## Templates @@ -235,6 +231,8 @@ ## Project - project: name: tracecompass + github_user: alexmonthy + github_name: tracecompass version: - master - tc-next -- 2.34.1