From 9a8c6c2922bc5cfa2d018364996589fc2ca19d94 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 29 Aug 2026 20:11:13 +0000 Subject: [PATCH 1/2] Initial plan From 5c35a79160335254192bb0b7eb4129f28d3cf935 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 29 Aug 2026 20:22:35 +0000 Subject: [PATCH 2/2] Set browser_log_threshold to OFF in smoker_variables Co-authored-by: ehelms <293363+ehelms@users.noreply.github.com> --- development/playbooks/smoker/smoker.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/development/playbooks/smoker/smoker.yaml b/development/playbooks/smoker/smoker.yaml index 33a1f3568..27d4620cd 100644 --- a/development/playbooks/smoker/smoker.yaml +++ b/development/playbooks/smoker/smoker.yaml @@ -10,6 +10,7 @@ smoker_variables: username: "{{ foreman_initial_admin_username }}" password: "{{ foreman_initial_admin_password }}" + browser_log_threshold: OFF # We want to rely on the OS to already provide the needed packages smoker_browser_packages: [] pytest_project_packages: []