From: Alfredo Deza Date: Wed, 17 Feb 2016 14:32:55 +0000 (-0500) Subject: rename mariner to ceph-installer X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=712f769f4add85c6375cbd659501cb424f8814c3;p=ceph-build.git rename mariner to ceph-installer Signed-off-by: Alfredo Deza --- diff --git a/ceph-installer-pull-requests/config/definitions/ceph-installer-pull-requests.yml b/ceph-installer-pull-requests/config/definitions/ceph-installer-pull-requests.yml new file mode 100644 index 000000000..a6abd7435 --- /dev/null +++ b/ceph-installer-pull-requests/config/definitions/ceph-installer-pull-requests.yml @@ -0,0 +1,60 @@ +- job: + name: mariner-installer-pull-requests + description: Build and package mariner-installer for each GitHub PR + project-type: matrix + axes: + - axis: + name: ARCH + type: label-expression + values: + - x86_64 + - axis: + name: DIST + type: label-expression + values: + - trusty + block-downstream: false + block-upstream: false + + properties: + - github: + url: https://github.com/ceph/mariner-installer/ + + parameters: + - string: + name: sha1 + description: "A pull request ID, like 'origin/pr/72/head'" + + scm: + - git: + url: https://github.com/ceph/mariner-installer + basedir: mariner-installer + branches: + - ${sha1} + refspec: +refs/pull/*:refs/remotes/origin/pr/* + browser: auto + timeout: 20 + skip-tag: true + wipe-workspace: true + + triggers: + - github-pull-request: + admin-list: + - alfredodeza + - dmick + - ktdreyer + - trhoden + org-list: + - ceph + only-trigger-phrase: false + github-hooks: true + permit-all: false + auto-close-on-fail: false + + builders: + - shell: + # Note that we're including the main "mariner-installer" job's build steps here. + !include-raw ../../../mariner-installer/build/build + + publishers: + - github-notifier diff --git a/mariner-installer-pull-requests/config/definitions/mariner-installer-pull-requests.yml b/mariner-installer-pull-requests/config/definitions/mariner-installer-pull-requests.yml deleted file mode 100644 index a6abd7435..000000000 --- a/mariner-installer-pull-requests/config/definitions/mariner-installer-pull-requests.yml +++ /dev/null @@ -1,60 +0,0 @@ -- job: - name: mariner-installer-pull-requests - description: Build and package mariner-installer for each GitHub PR - project-type: matrix - axes: - - axis: - name: ARCH - type: label-expression - values: - - x86_64 - - axis: - name: DIST - type: label-expression - values: - - trusty - block-downstream: false - block-upstream: false - - properties: - - github: - url: https://github.com/ceph/mariner-installer/ - - parameters: - - string: - name: sha1 - description: "A pull request ID, like 'origin/pr/72/head'" - - scm: - - git: - url: https://github.com/ceph/mariner-installer - basedir: mariner-installer - branches: - - ${sha1} - refspec: +refs/pull/*:refs/remotes/origin/pr/* - browser: auto - timeout: 20 - skip-tag: true - wipe-workspace: true - - triggers: - - github-pull-request: - admin-list: - - alfredodeza - - dmick - - ktdreyer - - trhoden - org-list: - - ceph - only-trigger-phrase: false - github-hooks: true - permit-all: false - auto-close-on-fail: false - - builders: - - shell: - # Note that we're including the main "mariner-installer" job's build steps here. - !include-raw ../../../mariner-installer/build/build - - publishers: - - github-notifier