Merge "Define Jenkins Job for Aviator"

This commit is contained in:
Jenkins 2014-05-30 20:04:48 +00:00 committed by Gerrit Code Review
commit 46f9640650
4 changed files with 38 additions and 2 deletions

View File

@ -0,0 +1,16 @@
- job-template:
name: 'gate-aviator-tests'
builders:
- revoke-sudo
- gerrit-git-prep
- shell: |
cp test/environment.yml.travis-ci test/environment.yml
mkdir .bundled_gems
export GEM_HOME=`pwd`/.bundled_gems
ruby1.9.1 /usr/bin/bundle --without development
ruby1.9.1 /usr/bin/bundle exec rake
publishers:
- console-log
- coverage-log-ruby

View File

@ -370,6 +370,17 @@
keep-hierarchy: true
copy-after-failure: true
- publisher:
name: coverage-log-ruby
publishers:
- scp:
site: 'static.openstack.org'
files:
- target: 'logs/$LOG_PATH'
source: 'coverage/**'
keep-hierarchy: true
copy-after-failure: true
- publisher:
name: test-results
publishers:

View File

@ -1,3 +1,12 @@
- project:
name: aviator
github-org: stackforge
node: bare-precise
tarball-site: tarballs.openstack.org
jobs:
- 'gate-aviator-tests'
- project:
name: gantt
github-org: openstack

View File

@ -3031,9 +3031,9 @@ projects:
- name: stackforge/aviator
check:
- noop
- gate-aviator-tests
gate:
- noop
- gate-aviator-tests
- name: stackforge/billingstack
template: