From 0b801ebad6a4cd7c0ae23ba6e26ecfba73d48ed4 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Wed, 11 Dec 2024 19:59:49 +0100 Subject: [PATCH] chore(ci): Skip humio integration tests in CI (#22016) The humio/humio image these depend on was archived and the new humio/humio-single-node-demo image requires a license key that we don't have. We will follow up on this to make a decision about what to do. Signed-off-by: Jesse Szwedko --- .github/workflows/integration.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 188e400e9155c..e9f99ab02c8c7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -71,7 +71,7 @@ jobs: || needs.changes.outputs.fluent == 'true' || needs.changes.outputs.gcp == 'true' || needs.changes.outputs.greptimedb == 'true' - || needs.changes.outputs.humio == 'true' + #|| needs.changes.outputs.humio == 'true' || needs.changes.outputs.http-client == 'true' || needs.changes.outputs.influxdb == 'true' || needs.changes.outputs.kafka == 'true' @@ -298,15 +298,17 @@ jobs: max_attempts: 3 command: bash scripts/ci-int-e2e-test.sh int greptimedb - - run: docker image prune -af --filter=label!=vector-test-runner=true ; docker container prune -f - - - if: ${{ github.event_name == 'merge_group' || needs.changes.outputs.all-int == 'true' || needs.changes.outputs.humio == 'true' }} - name: humio - uses: nick-fields/retry@v3 - with: - timeout_minutes: 30 - max_attempts: 3 - command: bash scripts/ci-int-e2e-test.sh int humio + # temporarily disabled because the image was archived and the new image + # (humio/humio-single-node-demo) wants a license key + #- run: docker image prune -af --filter=label!=vector-test-runner=true ; docker container prune -f + # + #- if: ${{ github.event_name == 'merge_group' || needs.changes.outputs.all-int == 'true' || needs.changes.outputs.humio == 'true' }} + #name: humio + #uses: nick-fields/retry@v3 + #with: + #timeout_minutes: 30 + #max_attempts: 3 + #command: bash scripts/ci-int-e2e-test.sh int humio - run: docker image prune -af --filter=label!=vector-test-runner=true ; docker container prune -f