From 9c76ebf4af97a0caf4d74ac5f0f41e8eeace6cc9 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 11 Nov 2022 15:05:39 +1100 Subject: [PATCH] Update a few s/bridge01/bridge99 references These were foregotten in I137ab824b9a09ccb067b8d5f0bb2896192291883 when we switched the testing bridge host to bridge99. Change-Id: I742965c61ed00be05f1daea2d6110413cff99e2a --- testinfra/test_bridge.py | 2 +- testinfra/test_letsencrypt.py | 2 +- zuul.d/system-config-run.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testinfra/test_bridge.py b/testinfra/test_bridge.py index 5e82fc2d39..a57cd22a72 100644 --- a/testinfra/test_bridge.py +++ b/testinfra/test_bridge.py @@ -14,7 +14,7 @@ import platform import pytest -testinfra_hosts = ['bridge01.opendev.org'] +testinfra_hosts = ['bridge99.opendev.org'] def test_zuul_data(host, zuul_data): diff --git a/testinfra/test_letsencrypt.py b/testinfra/test_letsencrypt.py index a988afc53f..dea00cf9ed 100644 --- a/testinfra/test_letsencrypt.py +++ b/testinfra/test_letsencrypt.py @@ -15,7 +15,7 @@ import pytest testinfra_hosts = ['adns-letsencrypt.opendev.org', - 'bridge01.opendev.org', + 'bridge99.opendev.org', 'letsencrypt01.opendev.org', 'letsencrypt02.opendev.org'] diff --git a/zuul.d/system-config-run.yaml b/zuul.d/system-config-run.yaml index 9b79f7803e..fa430df80d 100644 --- a/zuul.d/system-config-run.yaml +++ b/zuul.d/system-config-run.yaml @@ -23,7 +23,7 @@ '/etc/iptables/rules.v4': logs_txt '/etc/iptables/rules.v6': logs_txt host-vars: - bridge01.opendev.org: + bridge99.opendev.org: host_copy_output: '{{ zuul.project.src_dir }}/junit.xml': logs '{{ zuul.project.src_dir }}/test-results.html': logs