From a86ba4590ba50a85a929110853056c1b14c737c9 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 12 Oct 2020 14:33:04 +1100 Subject: [PATCH] install-borg: bump to latest version Since we haven't used this anywhere yet, let's start with the latest version. Fix role matching for job too. Change-Id: I22620fc7ade8fbdb664100ef6b6ab98c93d6104f --- playbooks/roles/install-borg/defaults/main.yaml | 2 +- testinfra/test_borg_backups.py | 2 +- zuul.d/system-config-run.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/install-borg/defaults/main.yaml b/playbooks/roles/install-borg/defaults/main.yaml index cf24517f15..43130b55d0 100644 --- a/playbooks/roles/install-borg/defaults/main.yaml +++ b/playbooks/roles/install-borg/defaults/main.yaml @@ -1 +1 @@ -borg_version: 1.1.13 +borg_version: 1.1.14 diff --git a/testinfra/test_borg_backups.py b/testinfra/test_borg_backups.py index 7f9f7d6b4e..fcef6a6833 100644 --- a/testinfra/test_borg_backups.py +++ b/testinfra/test_borg_backups.py @@ -28,7 +28,7 @@ def test_borg_installed(host): assert cmd.succeeded # NOTE(ianw): deliberately pinned; we want to be careful if we # update that the new version is compatible with old repos. - assert '1.1.13' in cmd.stdout + assert '1.1.14' in cmd.stdout def test_borg_server_users(host): hostname = host.backend.get_hostname() diff --git a/zuul.d/system-config-run.yaml b/zuul.d/system-config-run.yaml index 88911e3f9a..d73d104de8 100644 --- a/zuul.d/system-config-run.yaml +++ b/zuul.d/system-config-run.yaml @@ -376,6 +376,7 @@ - playbooks/service-borg-backup.yaml files: - playbooks/install-ansible.yaml + - playbooks/roles/install-borg - playbooks/roles/borg-backup - playbooks/zuul/templates/host_vars/borg-backup - testinfra/test_borg_backups.py