From cdac19457be90bc36dd3c78360499a23aec08728 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Feb 2026 19:34:22 +0000 Subject: [PATCH 1/2] Initial plan From 258e630fae632314ed7cbafde2cd325b9d5c0fc0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Feb 2026 19:40:16 +0000 Subject: [PATCH 2/2] Add dedicated prometheus query step for ASAN builds in regtests Co-authored-by: chipitsine <2217296+chipitsine@users.noreply.github.com> --- .github/workflows/vtest.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml index d14b071c94d9..feb5b674703a 100644 --- a/.github/workflows/vtest.yml +++ b/.github/workflows/vtest.yml @@ -141,6 +141,10 @@ jobs: id: vtest run: | make reg-tests VTEST_PROGRAM=../vtest/vtest REGTESTS_TYPES=default,bug,devel + - name: Run Prometheus query (ASAN only) + if: ${{ contains(matrix.name, 'ASAN') }} + run: | + make reg-tests VTEST_PROGRAM=../vtest/vtest REG_TEST_FILES=reg-tests/contrib/prometheus.vtc - name: Show VTest results if: ${{ failure() && steps.vtest.outcome == 'failure' }} run: |