jjb: binutils-gdb: rename more expected failing tests
[lttng-ci.git] / jobs / lttng-analyses.yaml
index b44e28b9b555d5f9a5699bd76d88a3cd7abe0b2f..53c3d2fec5b10f0c28efbc8c54ee57558f9b3a4d 100644 (file)
@@ -20,7 +20,7 @@
 
     scm:
       - git:
-          url: git://github.com/{github_user}/{github_name}.git
+          url: https://github.com/{github_user}/{github_name}.git
           browser: githubweb
           browser-url: https://github.com/{github_user}/{github_name}
           branches:
@@ -96,7 +96,7 @@
 - job-template:
     name: lttng-analyses_{version}_pylint
     defaults: lttng-analyses
-    node: 'x86-64'
+    node: 'amd64'
 
     triggers:
       - pollscm:
 
     builders:
        - copyartifact:
-           project: babeltrace_{babeltrace_version}_build/arch=x86-64,build=std,conf=python-bindings
+           project: babeltrace_{babeltrace_version}_build/arch=amd64,build=std,conf=python-bindings
            which-build: last-successful
            stable: false
            filter: 'build/**'
     publishers:
       - archive:
           artifacts: 'pep8.out,pylint.out'
-      - violations:
-          pep8:
-            pattern: pep8.out
-            min: 10
-            max: 999
-            unstable: 999
-          pylint:
-            pattern: pylint.out
-            min: 10
-            max: 999
-            unstable: 999
       - email-ext:
           recipients: '{obj:email_to}'
           reply-to: ci-notification@lists.lttng.org
     name: lttng-analyses
     github_user: lttng
     github_name: lttng-analyses
-    email_to: 'ci-notification@lists.lttng.org, cc:jdesfossez@efficios.com'
+    email_to: 'ci-notification@lists.lttng.org'
     version:
       - master
     jobs:
       - 'lttng-analyses_{version}_build':
-          arch: !!python/tuple [x86-32, x86-64]
-          babeltrace_version: !!python/tuple [stable-1.5, stable-2.0, master]
+          arch: !!python/tuple [amd64]
+          babeltrace_version: !!python/tuple [stable-1.5]
       - 'lttng-analyses_{version}_pylint':
           babeltrace_version: stable-1.5
 
This page took 0.023965 seconds and 4 git commands to generate.