Merge "Move ARA integration jobs to use ./run_tests.sh instead"

This commit is contained in:
Jenkins 2016-06-09 19:41:49 +00:00 committed by Gerrit Code Review
commit 34e2a61fa6
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
- job-template:
name: 'gate-ara-integration-{scenario}-{ostype}'
name: 'gate-ara-integration-{ostype}'
node: '{ostype}'
builders:
- print-template-name:
@ -7,8 +7,9 @@
- link-logs
- gerrit-git-prep
- install-distro-packages
- tox:
envlist: "integration-{scenario}"
- shell: |
#!/bin/bash -xe
./run_tests.sh
wrappers:
- build-timeout:
timeout: 20

View File

@ -203,10 +203,9 @@
ostype:
- centos-7
- ubuntu-trusty
scenario: smoke
jobs:
- python-jobs
- 'gate-ara-integration-{scenario}-{ostype}'
- 'gate-ara-integration-{ostype}'
- project:
name: astara

View File

@ -4570,12 +4570,12 @@ projects:
- name: merge-check
- name: python-jobs
check:
- gate-ara-integration-smoke-centos-7
- gate-ara-integration-smoke-ubuntu-trusty
- gate-ara-integration-centos-7
- gate-ara-integration-ubuntu-trusty
- ara-coverage
gate:
- gate-ara-integration-smoke-centos-7
- gate-ara-integration-smoke-ubuntu-trusty
- gate-ara-integration-centos-7
- gate-ara-integration-ubuntu-trusty
post:
- ara-coverage