Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Skip V-38620 (chrony) in gate
Browse files Browse the repository at this point in the history
The OpenStack CI runs ntpd in the gate images and this causes chrony
to fail on startup. This patch skips V-38620 so that chrony won't
cause gate failures.

Closes-Bug: 1629936
Manual backport of: I0c67241c0725621715877e728a6c6c17d771a596
Change-Id: I1420049f7146382261712328fb55ac10274aef11
  • Loading branch information
major committed Oct 3, 2016
1 parent 1446cc3 commit d57be75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,14 @@ setenv =
# NOTE(odyssey4me): We have to skip V-38462 as openstack-infra are now building
# images with apt config Apt::Get::AllowUnauthenticated set
# to true.
# NOTE(mhayden): Skipping V-38620 since chrony cannot start with ntpd
# running in the gate images.
commands =
{[testenv:ansible]commands}
ansible-playbook -i {toxinidir}/tests/inventory \
-e "rolename={toxinidir}" \
-e "install_test_packages=True" \
--skip-tag V-38462 \
--skip-tag V-38462,V-38620 \
{toxinidir}/tests/test.yml -vvvv


Expand Down

0 comments on commit d57be75

Please sign in to comment.