Add lttng-modules bionic jobs
[lttng-ci.git] / jobs / ctf-java.yml
index ed68b5c69d845c0f9682dbb7d04b41c3a874fe77..c5c3cf6b6577df3d053ef24a5f997859977bce3c 100644 (file)
@@ -22,9 +22,9 @@
 
     scm:
       - git:
-          url: git://github.com/{github_user}/{github_name}.git
-          browser: githubweb
-          browser-url: https://github.com/{github_user}/{github_name}
+          url: https://gitlab.com/{gitlab_user}/{gitlab_project}.git
+          browser: gitlab
+          browser-url: https://gitlab.com/{gitlab_user}/{gitlab_project}
           branches:
             - origin/{version}
           skip-tag: true
@@ -37,8 +37,6 @@
     properties:
       - build-discarder:
           num-to-keep: 2
-      - github:
-          url: https://github.com/{github_user}/{github_name}
 
 - defaults:
     name: ctf-java
@@ -56,9 +54,9 @@
 
     scm:
       - git:
-          url: git://github.com/{github_user}/{github_name}.git
-          browser: githubweb
-          browser-url: https://github.com/{github_user}/{github_name}
+          url: https://gitlab.com/{gitlab_user}/{gitlab_project}.git
+          browser: gitlab
+          browser-url: https://gitlab.com/{gitlab_user}/{gitlab_project}
           branches:
             - origin/{version}
           skip-tag: true
@@ -70,8 +68,6 @@
     properties:
       - build-discarder:
           num-to-keep: 2
-      - github:
-          url: https://github.com/{github_user}/{github_name}
 
 
 ## Templates
               total-high: 0
               total-normal: 0
               total-low: 0
+          messages-to-ignore: |-
+            No sources found skipping Kotlin compile
+            Ignoring project type pom - supportedProjectTypes = \[jar, bundle\]
+            ^Tests run:.*
+            .*Source root doesn't exist.*
+            Could not transfer metadata.*codehaus-snapshots.*
       - workspace-cleanup
       - email-ext:
          recipients: '{obj:email_for_all_failure}'
 
     scm:
       - git:
-          url: git://github.com/{github_user}/{github_name}.git
-          browser: githubweb
-          browser-url: https://github.com/{github_user}/{github_name}
+          url: https://gitlab.com/{gitlab_user}/{gitlab_project}.git
+          browser: gitlab
+          browser-url: https://gitlab.com/{gitlab_user}/{gitlab_project}
           branches:
             - origin/{version}
           skip-tag: true
 ## Project
 - project:
     name: ctf-java
-    github_user: efficios
-    github_name: ctf-java
+    gitlab_user: lttng
+    gitlab_project: lttng-scope/ctf-java
     email_to: 'ci-notification@lists.lttng.org, cc:alexmonthy@efficios.com'
     email_for_all_failure: 'alexmonthy@efficios.com'
     version:
This page took 0.024143 seconds and 4 git commands to generate.