From 1284b4e80d7e5ce2e30def80445fa592a35d8bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 29 Nov 2023 12:30:57 +0100 Subject: [PATCH] tools: Stop building / shipping log-parser-rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a commit that's a pre-req for #6826, as that PR will merge log-parser-rs into kata-ctl, but that will result in a CI breakage. So, let's deal with the CI changes here, thanks to GHA and our favourite `pull_request_target` event, unblocking that PR to be merged. Fixes: #6797 (not really, but related). Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/build-kata-static-tarball-amd64.yaml | 1 - .github/workflows/static-checks.yaml | 3 --- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/build-kata-static-tarball-amd64.yaml b/.github/workflows/build-kata-static-tarball-amd64.yaml index d418b1e93d..41ca2cc8b3 100644 --- a/.github/workflows/build-kata-static-tarball-amd64.yaml +++ b/.github/workflows/build-kata-static-tarball-amd64.yaml @@ -41,7 +41,6 @@ jobs: - kernel-nvidia-gpu - kernel-nvidia-gpu-snp - kernel-nvidia-gpu-tdx-experimental - - log-parser-rs - nydus - ovmf - ovmf-sev diff --git a/.github/workflows/static-checks.yaml b/.github/workflows/static-checks.yaml index c0c0463124..2af6bdada5 100644 --- a/.github/workflows/static-checks.yaml +++ b/.github/workflows/static-checks.yaml @@ -46,7 +46,6 @@ jobs: - runtime-rs - agent-ctl - kata-ctl - - log-parser-rs - runk - trace-forwarder command: @@ -67,8 +66,6 @@ jobs: component-path: src/tools/agent-ctl - component: kata-ctl component-path: src/tools/kata-ctl - - component: log-parser-rs - component-path: src/tools/log-parser-rs - component: runk component-path: src/tools/runk - component: trace-forwarder