system-config/modules/openstack_project/files/jenkins_job_builder/config/misc.yaml
Roman Podolyaka 48fad96c8a Fix new sqlalchemy-migrate jobs
Change Iea900c69d35a9c083147f115051d6656d8ea5d24 added two additional
jobs for sqlalchemy-migrate to run tests with two different SQLAlchemy
versions (this is implemented as two separate tox envs). Unfortunately,
it incorrectly uses run-tox.sh script, so these new jobs always fail.

This patch fixes those sqlalchemy-migrate jobs and adds them to the
experimental pipeline first to ensure they work correctly.

Change-Id: Ie3c2f39ef8b0faa029f5055b5fc54897272dd906
2013-08-28 12:18:29 +03:00

51 lines
840 B
YAML

- job:
name: gate-noop
node: precise
- job:
name: gate-django_openstack_auth-noop
node: precise
- job:
name: gate-grenade-noop
node: precise
- job:
name: node-test
parameters:
- label:
name: NODE
description: Node to test
builders:
- shell: 'echo ok'
- job-template:
name: 'gate-{name}-run-tests'
builders:
- gerrit-git-prep
- run-tests:
github-org: '{github-org}'
project: '{name}'
publishers:
- console-log
node: '{node}'
- job-template:
name: 'gate-{name}-tox-{env}'
builders:
- gerrit-git-prep
- shell: '/usr/local/jenkins/slave_scripts/run-tox.sh {env} {github-org} {name}'
- assert-no-extra-files
publishers:
- test-results
- console-log
node: '{node}'