Skip to content

Commit

Permalink
disable kibana serverless validation
Browse files Browse the repository at this point in the history
there are some space issues in the runners and we don't build kibana serverless anymore
  • Loading branch information
v1v committed May 20, 2024
1 parent a4997bf commit 407f3ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-kibana-docker-image-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 407f3ab

Please sign in to comment.