From 3b47a545a662e691a5b7c47a8d299b7b0347fa94 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Fri, 8 Aug 2025 11:44:40 +0200 Subject: [PATCH 1/2] Run integration tests on bigger runner --- .github/workflows/ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 612b835d5..610166de6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,17 +97,10 @@ jobs: run: dotnet run --project build -c release -- publishbinaries integration: - if: false - runs-on: ubuntu-latest + runs-on: docs-builder-latest-16 steps: - uses: actions/checkout@v4 - - name: Free Disk Space - uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 - with: - tool-cache: false - dotnet: true - - name: Bootstrap Action Workspace id: bootstrap uses: ./.github/actions/bootstrap From 8fddc8d9fff43ee9e669ab59cedcda509fb7bb9e Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Wed, 13 Aug 2025 19:23:43 +0200 Subject: [PATCH 2/2] Mark logstash-docs-md as private too --- config/assembler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/assembler.yml b/config/assembler.yml index 75f1aad3a..38faa63a0 100644 --- a/config/assembler.yml +++ b/config/assembler.yml @@ -98,6 +98,7 @@ references: private: true integrations: logstash-docs-md: + private: true opentelemetry: #stack aligned using gated deploys