Define Jenkins Job for Aviator
Change-Id: I8cc8ae3aa8f7b60f244282963bff9d47c2981b59
This commit is contained in:
parent
20d556014d
commit
c22adf1b6d
@ -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
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -3355,9 +3355,9 @@ projects:
|
||||
|
||||
- name: stackforge/aviator
|
||||
check:
|
||||
- noop
|
||||
- gate-aviator-tests
|
||||
gate:
|
||||
- noop
|
||||
- gate-aviator-tests
|
||||
|
||||
- name: stackforge/billingstack
|
||||
check:
|
||||
|
Loading…
Reference in New Issue
Block a user