Cleanup and warnings
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 16 Feb 2016 19:48:39 +0000 (14:48 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 16 Feb 2016 19:48:39 +0000 (14:48 -0500)
jobs/babeltrace.yaml
jobs/liburcu.yaml
jobs/lttng-analyses.yaml
jobs/lttng-modules.yaml
jobs/lttng-tools.yaml
jobs/lttng-ust.yaml
jobs/ops_job-generator_kernel.yaml
jobs/tracecompass.yml

index 4ca3303d505a566a22b6d0c968e76cb7a6386f6d..5a3d3ef89d698df1ab09d46a84636dbc61d090a7 100644 (file)
     project-type: freestyle
 
     logrotate:
-        daysToKeep: -1
         numToKeep: 2
-        artifactDaysToKeep: -1
-        artifactNumToKeep: -1
 
     wrappers:
       - workspace-cleanup
           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
           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'
index 727ef0fdbd055e120e6b830b4a3f6e244f506ada..d7b96bb83fb556d69abf8339a4c70214def78770 100644 (file)
     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
       - 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
 ## Project
 - project:
     name: liburcu
+    github_user: urcu
+    github_name: userspace-rcu
     version:
       !include: jobs/inc/liburcu-versions.yaml.inc
     jobs:
           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'
index c698640e593ad0d3d5484d851bbac81b4868f810..75737c22af156e01ae967a5be354d900cc27d664 100644 (file)
@@ -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
 ## Project
 - project:
     name: lttng-analyses
+    github_user: lttng
+    github_name: lttng-analyses
     version:
       - master
     jobs:
index 27436c6b4f8dc817ee01638a79272e5f091383a8..1395256587315caea045cbe7dcd118f0ee219edd 100644 (file)
@@ -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
 ## Project
 - project:
     name: lttng-modules
+    github_user: lttng
+    github_name: lttng-modules
     mversion:
       !include: jobs/inc/lttng-modules-versions.yaml.inc
     jobs:
index 9949151e401d5dbd8a02052a49ff2527542f5f9a..1023c21e53a5073a7cfd471697748cca6e81abd5 100644 (file)
@@ -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
       - 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
 ## Project
 - project:
     name: lttng-tools
+    github_user: lttng
+    github_name: lttng-tools
     version:
       !include: jobs/inc/lttng-tools-versions.yaml.inc
     jobs:
index ecadffdabbda929eae21d62d2ffc24a66cf974d7..71cae7075230a4f222691416bd140eea408ef865 100644 (file)
@@ -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
       - 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
 ## Project
 - project:
     name: lttng-ust
+    github_user: lttng
+    github_name: lttng-ust
     version:
       !include: jobs/inc/lttng-ust-versions.yaml.inc
     jobs:
index ff82b7c4af292536a56b14ae4eca303503906874..61064c51a8b416e278604cfcde8e85e84bf8afe1 100644 (file)
@@ -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
index 3b11b27702386a728910d16cce6f75542d22eee6..53261874c48b6868d390e9ba6591f1a4e2c46c5b 100644 (file)
@@ -8,10 +8,7 @@
     project-type: freestyle
 
     logrotate:
-        daysToKeep: -1
         numToKeep: 2
-        artifactDaysToKeep: -1
-        artifactNumToKeep: -1
 
     wrappers:
       - workspace-cleanup
 
     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
 ## Project
 - project:
     name: tracecompass
+    github_user: alexmonthy
+    github_name: tracecompass
     version:
       - master
       - tc-next
This page took 0.029483 seconds and 4 git commands to generate.