Move lttng-scope repos to Gitlab
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 6 Jun 2018 18:32:58 +0000 (14:32 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Wed, 6 Jun 2018 18:32:58 +0000 (14:32 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/ctf-java.yml
jobs/jabberwocky.yml
jobs/libdelorean-java.yml
jobs/lttng-scope.yml

index 51ec16eb4572cd95cefd97c62ec46a979af8e797..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
 
     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:
index af63eac2bed9b865ae1ce9937bc9697fe34afd27..e1f703b6df9a14eb91f7e2ba72c0dd3de17a3cd7 100644 (file)
       - workspace-cleanup
       - timestamps
       - ansicolor
+      - xvfb:
+          installation-name: "default"
+          auto-display-name: true
+          parallel-build: false
+          screen: 1024x768x24
+      - timeout:
+          timeout: 60
+          fail: true
+          type: absolute
 
     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 +46,6 @@
     properties:
       - build-discarder:
           num-to-keep: 2
-      - github:
-          url: https://github.com/{github_user}/{github_name}
 
 - defaults:
     name: jabberwocky
@@ -56,9 +63,9 @@
 
     scm:
       - git:
-          url: git://github.com/{github_user}/{github_name}.git
-          browser: githubweb
-          browser-url: https://github.com/{github_user}/{github_name}
+          url: hhtps://gitlab.com/{gitlab_user}/{gitlab_project}.git
+          browser: gitlab
+          browser-url: https://gitlab.com/{gitlab_user}/{gitlab_project}
           branches:
             - origin/{version}
           skip-tag: true
@@ -71,8 +78,6 @@
     properties:
       - build-discarder:
           num-to-keep: 2
-      - github:
-          url: https://github.com/{github_user}/{github_name}
 
 
 ## Templates
 
     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: jabberwocky
-    github_user: efficios
-    github_name: jabberwocky
+    gitlab_user: lttng
+    gitlab_project: lttng-scope/jabberwocky
     email_to: 'ci-notification@lists.lttng.org, cc:alexmonthy@efficios.com'
     email_for_all_failure: 'alexmonthy@efficios.com'
     version:
index 44e4be8fbd5435eb0d88e43ededcc0e2a891c588..ecc0b8b01f92d23ef686a55d992d2f23bd9f10e0 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: libdelorean-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
@@ -71,8 +69,6 @@
     properties:
       - build-discarder:
           num-to-keep: 2
-      - github:
-          url: https://github.com/{github_user}/{github_name}
 
 
 ## Templates
 
     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: libdelorean-java
-    github_user: efficios
-    github_name: libdelorean-java
+    gitlab_user: lttng
+    gitlab_project: lttng-scope/libdelorean-java
     email_to: 'ci-notification@lists.lttng.org, cc:alexmonthy@efficios.com'
     email_for_all_failure: 'alexmonthy@efficios.com'
     version:
index 7edfd504b0b1bc3df7a7fab8c2e47cbb7fe35d42..6e51062cbac35fcc151d83c14d6738267a804aac 100644 (file)
@@ -14,9 +14,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
@@ -29,8 +29,6 @@
     properties:
       - build-discarder:
           num-to-keep: 7
-      - github:
-          url: https://github.com/{github_user}/{github_name}
 
 
 ## Templates
@@ -73,8 +71,6 @@
           goals: clean install -Dmaven.test.skip=false
           private-repository: true
           settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4'
-          properties:
-            - maven.test.failure.ignore=true
 
     publishers:
       - archive:
 
     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
           goals: clean install -Dmaven.test.skip=false
           private-repository: true
           settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4'
-          properties:
-            - maven.test.failure.ignore=true
 
     publishers:
       - archive:
           goals: clean install -Dmaven.test.skip=false
           private-repository: true
           settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4'
-          properties:
-            - maven.test.failure.ignore=true
 
     publishers:
       - archive:
 
     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: lttng-scope
-    github_user: lttng
-    github_name: lttng-scope
+    gitlab_user: lttng
+    gitlab_project: lttng-scope/lttng-scope
     email_to: 'ci-notification@lists.lttng.org, cc:alexmonthy@efficios.com'
     email_for_all_failure: 'alexmonthy@efficios.com'
     version:
This page took 0.028498 seconds and 4 git commands to generate.