Set warnings threshold to 0 for liburcu
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 18 Aug 2015 22:17:06 +0000 (18:17 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 18 Aug 2015 22:17:06 +0000 (18:17 -0400)
.gitignore
etc/jenkins_jobs.ini-sample [new file with mode: 0644]
jobs/liburcu.yaml

index a0778162d0b8ca3a7a9a3edd2c6a2f8f925bfcc4..57d178eb859671b056846ebe85f72222d6b93c43 100644 (file)
@@ -1,2 +1,3 @@
 test/
 .venv/
+etc/jenkins_jobs.ini
diff --git a/etc/jenkins_jobs.ini-sample b/etc/jenkins_jobs.ini-sample
new file mode 100644 (file)
index 0000000..936cd5e
--- /dev/null
@@ -0,0 +1,8 @@
+[job_builder]
+ignore_cache=True
+keep_descriptions=True
+
+[jenkins]
+user=jenkins
+password=1234567890abcdef1234567890abcdef
+url=https://ci.lttng.org
index 3c0e3f3c95678f81672b77f590112bc830a3407b..089b057652891bacdf06b8e95ec9e217d9430047 100644 (file)
       - 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
       - archive:
           artifacts: 'build/**'
           allow-empty: false
This page took 0.025187 seconds and 4 git commands to generate.