From e6cca9da6d202bf1afbd503ac5d432b8357ba9b7 Mon Sep 17 00:00:00 2001
From: stevenhorsman <steven@uk.ibm.com>
Date: Tue, 8 Apr 2025 17:55:07 +0100
Subject: [PATCH] ci: Remove metric jobs

The metrics runner is broken, so skip the metrics
jobs to stop the CI being stuck waiting.

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
---
 .github/workflows/ci.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 6d6038b7a4..db942d8a36 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -304,7 +304,9 @@ jobs:
       target-branch: ${{ inputs.target-branch }}
 
   run-metrics-tests:
-    if: ${{ inputs.skip-test != 'yes' }}
+    # Skip metrics tests whilst runner is broken
+    if: false
+    # if: ${{ inputs.skip-test != 'yes' }}
     needs: build-kata-static-tarball-amd64
     uses: ./.github/workflows/run-metrics.yaml
     with: