system-config/modules/openstack_project/files/jenkins_job_builder/config/hacking.yaml
Monty Taylor 265f476629 Workaround tox 1.6 pypi workaround
tox 1.6 tries to be helpful and set your index server for easy_install
as well. (die easy_install die) But, its hack around the problem
conflicts with our hack around the problem. Thus, an incomplete solution
that at least fixes core projects, is to set TOX_INDEX_URL in the
environment so that it will at least set the right thing.

Closes-Bug: 1212751
Change-Id: I0bc29a35fba3b308a7b52778baa575818533ffd5
2013-08-16 14:45:37 -04:00

14 lines
353 B
YAML

- job-template:
name: gate-hacking-integration-{target-project}
node: precise
builders:
- gerrit-git-prep
- shell: |
#!/bin/bash -xe
source /usr/local/jenkins/slave_scripts/select-mirror.sh openstack-dev hacking
tox -e integration {target-org} {target-project}
publishers:
- console-log