From 407f3ab0d6d494c079ed0b292c73889ffaaf09eb Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 20 May 2024 09:31:52 +0200 Subject: [PATCH] disable kibana serverless validation there are some space issues in the runners and we don't build kibana serverless anymore --- .github/workflows/test-kibana-docker-image-action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-kibana-docker-image-action.yml b/.github/workflows/test-kibana-docker-image-action.yml index f1f64142..a08a67a1 100644 --- a/.github/workflows/test-kibana-docker-image-action.yml +++ b/.github/workflows/test-kibana-docker-image-action.yml @@ -27,7 +27,10 @@ jobs: matrix: include: - serverless: false - - serverless: true + # Serverless is not something we built anymore as part of the obs automation + # but use the existing docker images generated by Kibana CI. + # See https://github.com/elastic/kibana/pull/181851 + # - serverless: true steps: - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be @@ -38,7 +41,6 @@ jobs: haskell: true large-packages: true docker-images: true - # This needs to be set to false. # See https://github.com/jlumbroso/free-disk-space/issues/12 # TL;DR