From b00bd6afdfca5ed5d76687b2c69429eb15278dd9 Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Tue, 27 Mar 2018 08:01:05 +0000 Subject: [PATCH] Set trusted flag for configure-mirrors test As our mirrors aren't signed, we need to set this flag in order for tests to pass when running on Ubuntu Bionic. Change-Id: I2cbbda65e69f1f055d62e06286add215f9182102 --- tests/configure-mirrors.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/configure-mirrors.yaml b/tests/configure-mirrors.yaml index 5e05e3aa..acc3e504 100644 --- a/tests/configure-mirrors.yaml +++ b/tests/configure-mirrors.yaml @@ -3,6 +3,7 @@ roles: - role: configure-mirrors mirror_fqdn: "{{ zuul_site_mirror_fqdn }}" + set_apt_mirrors_trusted: True post_tasks: - name: Install a package to sanity check the mirror configuration package: