From 885cbae414a0fa061d5a60af04fdc425e1adf3df Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Tue, 10 Oct 2017 09:19:55 -0400 Subject: [PATCH] Integration tests: run mirror-info before configure-mirrors We're running mirror-info before configure-mirrors in the base job. Let's keep the role execution order the same so we don't run into errors because of that. Change-Id: Ia86c497f9e6788461fbdab8af1247f770dc2c302 --- tests/base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/base.yaml b/tests/base.yaml index 4ed8d074..e0213c31 100644 --- a/tests/base.yaml +++ b/tests/base.yaml @@ -1,4 +1,4 @@ # Roles that are part of the 'base' job +- include: mirror-info.yaml - include: configure-mirrors.yaml -- include: mirror-info.yaml \ No newline at end of file