Skip to content

Commit b6e8e8e

Browse files
Dave Wilde (d34dh0r453)ryan-rs
authored andcommitted
Update tests
This pins the openstack-ansible-tests to a known working SHA. (cherry picked from commit 284cf7a)
1 parent 6f5ae93 commit b6e8e8e

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

tox.ini

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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}
3738
basepython = python2.7
@@ -87,10 +88,10 @@ commands =
8788
commands =
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]

0 commit comments

Comments
 (0)