Define Jenkins Job for Aviator

Change-Id: I8cc8ae3aa8f7b60f244282963bff9d47c2981b59
This commit is contained in:
Mark Maglana 2014-05-27 22:14:50 -07:00
parent 89a977a06e
commit acbd8fc840
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

@ -351,6 +351,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

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