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
This commit is contained in:
David Moreau-Simard 2017-10-10 09:19:55 -04:00
parent e7c679ba4e
commit 885cbae414
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC

View File

@ -1,4 +1,4 @@
# Roles that are part of the 'base' job
- include: mirror-info.yaml
- include: configure-mirrors.yaml
- include: mirror-info.yaml