Add MRaaS back
MRaaS is about to become an active Stackforge project again Change-Id: Ic838ef38501833450ded9f5dbff1b460514d2d93 Reviewed-on: https://review.openstack.org/11798 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: linuxjedi <andrew@linuxjedi.co.uk> Tested-by: Jenkins
This commit is contained in:
parent
00623af0c4
commit
240c226635
@ -1,77 +0,0 @@
|
|||||||
- job:
|
|
||||||
name: gate-MRaaS-merge
|
|
||||||
concurrent: false
|
|
||||||
node: oneiric
|
|
||||||
|
|
||||||
properties:
|
|
||||||
- github:
|
|
||||||
url: https://github.com/stackforge/MRaaS
|
|
||||||
- throttle:
|
|
||||||
max-per-node: 0
|
|
||||||
max-total: 0
|
|
||||||
option: project
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
wrappers:
|
|
||||||
- timeout:
|
|
||||||
timeout: 30
|
|
||||||
fail: true
|
|
||||||
- timestamps
|
|
||||||
|
|
||||||
triggers:
|
|
||||||
- gerrit:
|
|
||||||
triggerOnPatchsetUploadedEvent: 'false'
|
|
||||||
triggerOnChangeMergedEvent: 'false'
|
|
||||||
triggerOnCommentAddedEvent: 'true'
|
|
||||||
triggerOnRefUpdatedEvent: 'false'
|
|
||||||
triggerApprovalCategory: 'APRV'
|
|
||||||
triggerApprovalValue: 1
|
|
||||||
failureMessage: 'This change was unable to be automatically merged with the current state of the repository. Please rebase your change and upload a new patchset.'
|
|
||||||
projects:
|
|
||||||
- projectCompareType: 'PLAIN'
|
|
||||||
projectPattern: 'stackforge/MRaaS'
|
|
||||||
branchCompareType: 'ANT'
|
|
||||||
branchPattern: '**'
|
|
||||||
|
|
||||||
builders:
|
|
||||||
- gerrit-git-prep
|
|
||||||
|
|
||||||
|
|
||||||
- job:
|
|
||||||
name: check-MRaaS-merge
|
|
||||||
concurrent: false
|
|
||||||
node: oneiric
|
|
||||||
|
|
||||||
properties:
|
|
||||||
- github:
|
|
||||||
url: https://github.com/stackforge/MRaaS
|
|
||||||
- throttle:
|
|
||||||
max-per-node: 0
|
|
||||||
max-total: 0
|
|
||||||
option: project
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
wrappers:
|
|
||||||
- timeout:
|
|
||||||
timeout: 30
|
|
||||||
fail: true
|
|
||||||
- timestamps
|
|
||||||
|
|
||||||
triggers:
|
|
||||||
- gerrit:
|
|
||||||
triggerOnPatchsetUploadedEvent: 'true'
|
|
||||||
triggerOnChangeMergedEvent: 'false'
|
|
||||||
triggerOnCommentAddedEvent: 'false'
|
|
||||||
triggerOnRefUpdatedEvent: 'false'
|
|
||||||
overrideVotes: 'true'
|
|
||||||
gerritBuildSuccessfulVerifiedValue: 1
|
|
||||||
gerritBuildFailedVerifiedValue: -1
|
|
||||||
failureMessage: 'This change was unable to be automatically merged with the current state of the repository. Please rebase your change and upload a new patchset.'
|
|
||||||
projects:
|
|
||||||
- projectCompareType: 'PLAIN'
|
|
||||||
projectPattern: 'stackforge/MRaaS'
|
|
||||||
branchCompareType: 'ANT'
|
|
||||||
branchPattern: '**'
|
|
||||||
|
|
||||||
builders:
|
|
||||||
- gerrit-git-prep
|
|
@ -160,6 +160,9 @@
|
|||||||
github-org: stackforge
|
github-org: stackforge
|
||||||
node: precise
|
node: precise
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- gate-{name}-merge
|
||||||
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: nose-html-output
|
name: nose-html-output
|
||||||
|
@ -571,6 +571,12 @@ projects:
|
|||||||
- gate-ceilometer-python26
|
- gate-ceilometer-python26
|
||||||
- gate-ceilometer-python27
|
- gate-ceilometer-python27
|
||||||
|
|
||||||
|
- name: stackforge/MRaaS
|
||||||
|
check:
|
||||||
|
- gate-MRaaS-merge
|
||||||
|
gate:
|
||||||
|
- gate-MRaaS-merge
|
||||||
|
|
||||||
- name: heat-api/heat
|
- name: heat-api/heat
|
||||||
check:
|
check:
|
||||||
- gate-heat-merge:
|
- gate-heat-merge:
|
||||||
|
Loading…
Reference in New Issue
Block a user