File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,8 +30,9 @@ setenv =
3030 # NOTE(cloudnull): This should be set to "master" as soon the gate is capable of
3131 # setting this option.
3232 OSA_RELEASE_BRANCH ={env:OSA_RELEASE_BRANCH:master}
33- OSA_TEST_RELEASE =master
34- UPPER_CONSTRAINTS_FILE =https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h ={env:OSA_TEST_RELEASE:master}
33+ OSA_TEST_RELEASE =d90acf00b639496cd0669153534fe5588875f3ee
34+ OSA_UPPER_CONSTRAINTS =377fde64ac16dc94da2e29e16a4102adcc081a6e
35+ UPPER_CONSTRAINTS_FILE =https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h ={env:OSA_UPPER_CONSTRAINTS:master}
3536 OSA_TEST_DEPS =https://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt?h ={env:OSA_TEST_RELEASE:master}
3637 OSA_ROLE_REQUIREMENTS =https://git.openstack.org/cgit/openstack/openstack-ansible/plain/ansible-role-requirements.yml?h ={env:OSA_RELEASE_BRANCH:master}
3738basepython = python2.7
@@ -87,10 +88,10 @@ commands =
8788commands =
8889 bash -c " if [ ! -d " {toxinidir}/tests/common" ]; then \
8990 git clone https://git.openstack.org/openstack/openstack-ansible-tests {toxinidir}/tests/common; \
90- pushd {toxinidir}/tests/common ; \
91- git checkout {env:OSA_TEST_RELEASE:master} ; \
92- popd ; \
93- fi "
91+ fi ; \
92+ pushd {toxinidir}/tests/common ; \
93+ git checkout {env:OSA_TEST_RELEASE:master} ; \
94+ popd "
9495
9596
9697[testenv:pep8]
You can’t perform that action at this time.
0 commit comments