jjb: use tox to run lttng-analyses build
[lttng-ci.git] / jobs / lttng-analyses.yaml
index 39f57f59cbfbe026413962e851fa4cb2911ca4b9..dc8603987bd2f6c747b09d8958d7dd3a7d670214 100644 (file)
@@ -7,17 +7,16 @@
 
     project-type: freestyle
 
-    logrotate:
-        daysToKeep: -1
-        numToKeep: 2
-        artifactDaysToKeep: -1
-        artifactNumToKeep: -1
-
     wrappers:
       - workspace-cleanup
       - timestamps
       - ansicolor:
           colormap: xterm
+      - credentials-binding:
+          - username-password-separated:
+              credential-id: lttng-analyses_codecov_token
+              username: CODECOV_PROJECT_NAME
+              password: CODECOV_TOKEN
 
     scm:
       - git:
           branches:
             - origin/{version}
           basedir: src/lttng-analyses
+          skip-tag: true
 
     triggers:
       - pollscm:
           cron: "@hourly"
 
     properties:
+      - build-discarder:
+          num-to-keep: 2
       - github:
           url: https://github.com/{github_user}/{github_name}
 
       - shell:
          !include-raw-escape: scripts/lttng-analyses/build.sh
 
-#    publishers:
+    publishers:
 #      - archive:
 #          artifacts: 'build/**'
 #          allow-empty: false
+      - ircbot:
+          strategy: new-failure-and-fixed
+          matrix-notifier: only-parent
+          channels:
+            - name: '#lttng'
 
 
 - job-template:
This page took 0.022636 seconds and 4 git commands to generate.