Move Scope back to github
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 11 Oct 2018 20:06:12 +0000 (16:06 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Thu, 11 Oct 2018 20:06:12 +0000 (16:06 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/ctf-java.yml [deleted file]
jobs/jabberwocky.yml [deleted file]
jobs/libdelorean-java.yml [deleted file]
jobs/lttng-scope.yml

diff --git a/jobs/ctf-java.yml b/jobs/ctf-java.yml
deleted file mode 100644 (file)
index eeccf96..0000000
+++ /dev/null
@@ -1,198 +0,0 @@
-- defaults:
-    name: ctf-java-mvn
-    description: |
-      Nightly build of CTF Java.
-
-      <p>Job is managed by Jenkins Job Builder.</p>
-
-    project-type: maven
-
-    maven:
-      goals: 'clean install'
-      private-repository: 'local-to-workspace'
-      automatic-fingerprinting: false
-      per-module-email: false
-      settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4'
-      settings-type: cfp
-
-    wrappers:
-      - workspace-cleanup
-      - timestamps
-      - ansicolor
-
-    scm:
-      - git:
-          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
-
-    triggers:
-      - pollscm:
-          cron: "@hourly"
-      - timed: "@daily"
-
-    properties:
-      - build-discarder:
-          num-to-keep: 2
-
-- defaults:
-    name: ctf-java
-    description: |
-      Nightly build of CTF Java.
-
-      <p>Job is managed by Jenkins Job Builder.</p>
-
-    project-type: freestyle
-
-    wrappers:
-      - workspace-cleanup
-      - timestamps
-      - ansicolor
-
-    scm:
-      - git:
-          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
-
-    triggers:
-      - pollscm:
-          cron: "@hourly"
-
-    properties:
-      - build-discarder:
-          num-to-keep: 2
-
-
-## Templates
-- job-template:
-    name: ctf-java_{version}_build
-    defaults: ctf-java-mvn
-
-    publishers:
-      - warnings:
-          console-log-parsers:
-            - 'Maven'
-          total-thresholds:
-            unstable:
-              total-all: 0
-              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}'
-         always: false
-         unstable: true
-         first-failure: false
-         first-unstable: false
-         not-built: false
-         aborted: false
-         regression: false
-         failure: true
-         second-failure: false
-         improvement: false
-         still-failing: false
-         success: false
-         fixed: false
-         fixed-unhealthy: true
-         still-unstable: false
-         pre-build: false
-         matrix-trigger: only-parent
-         send-to:
-           - recipients
-      - email-ext:
-         recipients: '{obj:email_to}'
-         reply-to: ci-notification@lists.lttng.org
-         always: false
-         unstable: false
-         first-failure: true
-         first-unstable: true
-         not-built: false
-         aborted: false
-         regression: false
-         failure: false
-         second-failure: false
-         improvement: false
-         still-failing: false
-         success: false
-         fixed: false
-         fixed-unhealthy: true
-         still-unstable: false
-         pre-build: false
-         matrix-trigger: only-parent
-         send-to:
-           - recipients
-
-
-- job-template:
-    name: ctf-java_{version}_coverity
-    defaults: ctf-java
-    node: 'x86-64'
-
-    triggers:
-      - pollscm:
-          cron: "@daily"
-
-    wrappers:
-      - workspace-cleanup
-      - timestamps
-      - ansicolor:
-          colormap: xterm
-      - credentials-binding:
-          - username-password-separated:
-              credential-id: ctf-java_coverity_token
-              username: COVERITY_SCAN_PROJECT_NAME
-              password: COVERITY_SCAN_TOKEN
-
-    scm:
-      - git:
-          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
-          basedir: src/ctf-java
-
-    builders:
-      - maven-target:
-          maven-version: "default"
-          goals: "-version"
-          private-repository: true
-          settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4'
-      - shell:
-          !include-raw-escape: scripts/common/coverity.sh
-
-    publishers:
-      - workspace-cleanup
-      - archive:
-          artifacts: 'analysis-results.tgz,cov-int/**'
-          allow-empty: false
-
-
-## Project
-- project:
-    name: ctf-java
-    gitlab_user: lttng
-    gitlab_project: lttng-scope/ctf-java
-    email_to: 'ci-notification@lists.lttng.org, cc:pproulx@efficios.com'
-    email_for_all_failure: 'pproulx@efficios.com'
-    version:
-      - master
-    jobs:
-      - 'ctf-java_{version}_build'
-      - 'ctf-java_{version}_coverity':
-          version: master
diff --git a/jobs/jabberwocky.yml b/jobs/jabberwocky.yml
deleted file mode 100644 (file)
index cb73c80..0000000
+++ /dev/null
@@ -1,207 +0,0 @@
-- defaults:
-    name: jabberwocky-mvn
-    description: |
-      Nightly build of Jabberwocky.
-
-      <p>Job is managed by Jenkins Job Builder.</p>
-
-    project-type: maven
-
-    maven:
-      goals: 'clean install'
-      private-repository: 'local-to-workspace'
-      automatic-fingerprinting: false
-      per-module-email: false
-      settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4'
-      settings-type: cfp
-
-    wrappers:
-      - 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: 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
-
-    triggers:
-      - pollscm:
-          cron: "@hourly"
-      - timed: "@daily"
-
-    properties:
-      - build-discarder:
-          num-to-keep: 2
-
-- defaults:
-    name: jabberwocky
-    description: |
-      Nightly build of Jabberwocky.
-
-      <p>Job is managed by Jenkins Job Builder.</p>
-
-    project-type: freestyle
-
-    wrappers:
-      - workspace-cleanup
-      - timestamps
-      - ansicolor
-
-    scm:
-      - git:
-          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
-
-    triggers:
-      - pollscm:
-          cron: "@hourly"
-      - timed: "@daily"
-
-    properties:
-      - build-discarder:
-          num-to-keep: 2
-
-
-## Templates
-- job-template:
-    name: jabberwocky_{version}_build
-    defaults: jabberwocky-mvn
-
-    publishers:
-      - warnings:
-          console-log-parsers:
-            - 'Maven'
-          total-thresholds:
-            unstable:
-              total-all: 0
-              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}'
-         always: false
-         unstable: true
-         first-failure: false
-         first-unstable: false
-         not-built: false
-         aborted: false
-         regression: false
-         failure: true
-         second-failure: false
-         improvement: false
-         still-failing: false
-         success: false
-         fixed: false
-         fixed-unhealthy: true
-         still-unstable: false
-         pre-build: false
-         matrix-trigger: only-parent
-         send-to:
-           - recipients
-      - email-ext:
-         recipients: '{obj:email_to}'
-         reply-to: ci-notification@lists.lttng.org
-         always: false
-         unstable: false
-         first-failure: true
-         first-unstable: true
-         not-built: false
-         aborted: false
-         regression: false
-         failure: false
-         second-failure: false
-         improvement: false
-         still-failing: false
-         success: false
-         fixed: false
-         fixed-unhealthy: true
-         still-unstable: false
-         pre-build: false
-         matrix-trigger: only-parent
-         send-to:
-           - recipients
-
-- job-template:
-    name: jabberwocky_{version}_coverity
-    defaults: jabberwocky
-    node: 'x86-64'
-
-    triggers:
-      - pollscm:
-          cron: "@daily"
-
-    wrappers:
-      - workspace-cleanup
-      - timestamps
-      - ansicolor:
-          colormap: xterm
-      - credentials-binding:
-          - username-password-separated:
-              credential-id: jabberwocky_coverity_token
-              username: COVERITY_SCAN_PROJECT_NAME
-              password: COVERITY_SCAN_TOKEN
-
-    scm:
-      - git:
-          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
-          basedir: src/jabberwocky
-
-    builders:
-      - maven-target:
-          maven-version: "default"
-          goals: "-version"
-          private-repository: true
-          settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4'
-      - shell:
-          !include-raw-escape: scripts/common/coverity.sh
-
-    publishers:
-      - workspace-cleanup
-      - archive:
-          artifacts: 'analysis-results.tgz,cov-int/**'
-          allow-empty: false
-
-
-## Project
-- project:
-    name: jabberwocky
-    gitlab_user: lttng
-    gitlab_project: lttng-scope/jabberwocky
-    email_to: 'ci-notification@lists.lttng.org, cc:pproulx@efficios.com'
-    email_for_all_failure: 'pproulx@efficios.com'
-    version:
-      - master
-    jobs:
-      - 'jabberwocky_{version}_build'
-      - 'jabberwocky_{version}_coverity':
-          version: master
diff --git a/jobs/libdelorean-java.yml b/jobs/libdelorean-java.yml
deleted file mode 100644 (file)
index 26503b9..0000000
+++ /dev/null
@@ -1,198 +0,0 @@
-- defaults:
-    name: libdelorean-java-mvn
-    description: |
-      Nightly build of libdelorean Java.
-
-      <p>Job is managed by Jenkins Job Builder.</p>
-
-    project-type: maven
-
-    maven:
-      goals: 'clean install'
-      private-repository: 'local-to-workspace'
-      automatic-fingerprinting: false
-      per-module-email: false
-      settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4'
-      settings-type: cfp
-
-    wrappers:
-      - workspace-cleanup
-      - timestamps
-      - ansicolor
-
-    scm:
-      - git:
-          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
-
-    triggers:
-      - pollscm:
-          cron: "@hourly"
-      - timed: "@daily"
-
-    properties:
-      - build-discarder:
-          num-to-keep: 2
-
-- defaults:
-    name: libdelorean-java
-    description: |
-      Nightly build of libdelorean Java.
-
-      <p>Job is managed by Jenkins Job Builder.</p>
-
-    project-type: freestyle
-
-    wrappers:
-      - workspace-cleanup
-      - timestamps
-      - ansicolor
-
-    scm:
-      - git:
-          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
-
-    triggers:
-      - pollscm:
-          cron: "@hourly"
-      - timed: "@daily"
-
-    properties:
-      - build-discarder:
-          num-to-keep: 2
-
-
-## Templates
-- job-template:
-    name: libdelorean-java_{version}_build
-    defaults: libdelorean-java-mvn
-
-    publishers:
-      - warnings:
-          console-log-parsers:
-            - 'Maven'
-          total-thresholds:
-            unstable:
-              total-all: 0
-              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}'
-         always: false
-         unstable: true
-         first-failure: false
-         first-unstable: false
-         not-built: false
-         aborted: false
-         regression: false
-         failure: true
-         second-failure: false
-         improvement: false
-         still-failing: false
-         success: false
-         fixed: false
-         fixed-unhealthy: true
-         still-unstable: false
-         pre-build: false
-         matrix-trigger: only-parent
-         send-to:
-           - recipients
-      - email-ext:
-         recipients: '{obj:email_to}'
-         reply-to: ci-notification@lists.lttng.org
-         always: false
-         unstable: false
-         first-failure: true
-         first-unstable: true
-         not-built: false
-         aborted: false
-         regression: false
-         failure: false
-         second-failure: false
-         improvement: false
-         still-failing: false
-         success: false
-         fixed: false
-         fixed-unhealthy: true
-         still-unstable: false
-         pre-build: false
-         matrix-trigger: only-parent
-         send-to:
-           - recipients
-
-- job-template:
-    name: libdelorean-java_{version}_coverity
-    defaults: libdelorean-java
-    node: 'x86-64'
-
-    triggers:
-      - pollscm:
-          cron: "@daily"
-
-    wrappers:
-      - workspace-cleanup
-      - timestamps
-      - ansicolor:
-          colormap: xterm
-      - credentials-binding:
-          - username-password-separated:
-              credential-id: libdelorean-java_coverity_token
-              username: COVERITY_SCAN_PROJECT_NAME
-              password: COVERITY_SCAN_TOKEN
-
-    scm:
-      - git:
-          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
-          basedir: src/libdelorean-java
-
-    builders:
-      - maven-target:
-          maven-version: "default"
-          goals: "-version"
-          private-repository: true
-          settings: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig277b7a2d-b7a6-4ae4-a32d-18c02514e9e4'
-      - shell:
-          !include-raw-escape: scripts/common/coverity.sh
-
-    publishers:
-      - workspace-cleanup
-      - archive:
-          artifacts: 'analysis-results.tgz,cov-int/**'
-          allow-empty: false
-
-
-## Project
-- project:
-    name: libdelorean-java
-    gitlab_user: lttng
-    gitlab_project: lttng-scope/libdelorean-java
-    email_to: 'ci-notification@lists.lttng.org, cc:pproulx@efficios.com'
-    email_for_all_failure: 'pproulx@efficios.com'
-    version:
-      - master
-    jobs:
-      - 'libdelorean-java_{version}_build'
-      - 'libdelorean-java_{version}_coverity':
-          version: master
index ef4fcfe86aa07822d65425ce16f78d9fd23a652a..0cf7ff849bfc046621d37ce540a1a5a6d35a6703 100644 (file)
@@ -14,9 +14,9 @@
 
     scm:
       - git:
-          url: https://gitlab.com/{gitlab_user}/{gitlab_project}.git
-          browser: gitlab
-          browser-url: https://gitlab.com/{gitlab_user}/{gitlab_project}
+          url: https://github.com/{github_user}/{github_project}.git
+          browser: githubweb
+          browser-url: https://github.com/{github_user}/{github_project}
           branches:
             - origin/{version}
           skip-tag: true
 
     scm:
       - git:
-          url: https://gitlab.com/{gitlab_user}/{gitlab_project}.git
-          browser: gitlab
-          browser-url: https://gitlab.com/{gitlab_user}/{gitlab_project}
+          url: https://github.com/{github_user}/{github_project}.git
+          browser: githubweb
+          browser-url: https://github.com/{github_user}/{github_project}
           branches:
             - origin/{version}
           skip-tag: true
 
     scm:
       - git:
-          url: https://gitlab.com/{gitlab_user}/{gitlab_project}.git
-          browser: gitlab
-          browser-url: https://gitlab.com/{gitlab_user}/{gitlab_project}
+          url: https://github.com/{github_user}/{github_project}.git
+          browser: githubweb
+          browser-url: https://github.com/{github_user}/{github_project}
           branches:
             - origin/{version}
           skip-tag: true
 ## Project
 - project:
     name: lttng-scope
-    gitlab_user: lttng
-    gitlab_project: lttng-scope/lttng-scope
+    github_user: lttng
+    github_project: lttng-scope
     email_to: 'ci-notification@lists.lttng.org, cc:pproulx@efficios.com'
     email_for_all_failure: 'pproulx@efficios.com'
     version:
This page took 0.030377 seconds and 4 git commands to generate.