Skip to content
Snippets Groups Projects
Commit aaef9255 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix rax-ord gate"

parents 31e87342 052b01cf
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,14 @@ if [[ ! -f /etc/sudoers.d/jenkins ]]; then
echo "jenkins ALL=(:docker) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/jenkins
fi
# TODO(SamYaple): Remove this after https://review.openstack.org/#/c/294871/
# NOTE(SamYaple): Temporarily fix RAX gate suffering from glean config issue
if [[ $(hostname) =~ "rax-ord" ]]; then
ifdown eth1
sleep 1
ifup eth1
fi
function setup_config {
# generate the config
tox -e genconfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment