From 68ad57905f563c2e1101143e3406c231dd585c7f Mon Sep 17 00:00:00 2001 From: Ian Bucad Date: Wed, 20 May 2026 23:57:57 +1000 Subject: [PATCH 1/2] SNMP: comment-only change to cisco-catalyst profile (CI baseline) Adds a single comment line to verify the e2e test failures seen on PR #23498 are environmental rather than caused by any profile content change. No behavior change; not for merge. --- .../snmp/data/default_profiles/cisco-catalyst.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snmp/datadog_checks/snmp/data/default_profiles/cisco-catalyst.yaml b/snmp/datadog_checks/snmp/data/default_profiles/cisco-catalyst.yaml index 5f0f9cc6b4fe0..c4a1741eea448 100644 --- a/snmp/datadog_checks/snmp/data/default_profiles/cisco-catalyst.yaml +++ b/snmp/datadog_checks/snmp/data/default_profiles/cisco-catalyst.yaml @@ -1,4 +1,5 @@ # Profile for Cisco Catalyst devices +# CI baseline test: comment-only change to verify environmental flake (AGENT-15682). extends: - _base.yaml From 08ee6bfc77bfc6111ec87fd46448070edc385608 Mon Sep 17 00:00:00 2001 From: Ian Bucad Date: Thu, 21 May 2026 00:11:24 +1000 Subject: [PATCH 2/2] SNMP: extend CI baseline to _cisco-catalyst.yaml and cisco-sb.yaml Adds the same one-line comment to _cisco-catalyst.yaml and cisco-sb.yaml so the CI test selector picks the same e2e tests as PR #23498. Lets us compare like-for-like on the e2e_core_profiles failures. No behavior change; not for merge. --- .../snmp/data/default_profiles/_cisco-catalyst.yaml | 1 + snmp/datadog_checks/snmp/data/default_profiles/cisco-sb.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/snmp/datadog_checks/snmp/data/default_profiles/_cisco-catalyst.yaml b/snmp/datadog_checks/snmp/data/default_profiles/_cisco-catalyst.yaml index fc0e189ef50c6..011d86c8418cf 100644 --- a/snmp/datadog_checks/snmp/data/default_profiles/_cisco-catalyst.yaml +++ b/snmp/datadog_checks/snmp/data/default_profiles/_cisco-catalyst.yaml @@ -1,5 +1,6 @@ # Metrics mixin for Cisco Catalyst devices. # Stored in a separate file for reuse within the cisco-3850 compat shim. +# CI baseline test: comment-only change to verify environmental flake (AGENT-15682). # Example sysDescr: # "Cisco Systems WS-C6509.Cisco Catalyst Operating System Software, Version 5.5(8).Copyright (c) 1995-2001 by Cisco Systems." diff --git a/snmp/datadog_checks/snmp/data/default_profiles/cisco-sb.yaml b/snmp/datadog_checks/snmp/data/default_profiles/cisco-sb.yaml index 81d79ab64421f..bd0f80d23a046 100644 --- a/snmp/datadog_checks/snmp/data/default_profiles/cisco-sb.yaml +++ b/snmp/datadog_checks/snmp/data/default_profiles/cisco-sb.yaml @@ -1,3 +1,4 @@ +# CI baseline test: comment-only change to verify environmental flake (AGENT-15682). extends: - _base.yaml - _generic-if.yaml