From 324cd974ee309c8495bd78c8dd2f2cbc26e9d168 Mon Sep 17 00:00:00 2001 From: Tao Yi Date: Tue, 28 Nov 2023 10:30:06 +0800 Subject: [PATCH] test: dump KIC logs in integration tests run in e2e nigthly and validate kong image actions (#5236) --- .github/workflows/e2e_nightly.yaml | 1 + .github/workflows/validate_kong_image.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/e2e_nightly.yaml b/.github/workflows/e2e_nightly.yaml index ed06e6fc06..9097a3feb4 100644 --- a/.github/workflows/e2e_nightly.yaml +++ b/.github/workflows/e2e_nightly.yaml @@ -50,6 +50,7 @@ jobs: kong-enterprise-container-repo: kong/kong-gateway-dev kong-enterprise-container-tag: nightly kong-enterprise-effective-version: "3.4.1" + log-output-file: /tmp/integration-tests-kic-logs test-reports: needs: diff --git a/.github/workflows/validate_kong_image.yaml b/.github/workflows/validate_kong_image.yaml index acda5c2056..ad3cba0a67 100644 --- a/.github/workflows/validate_kong_image.yaml +++ b/.github/workflows/validate_kong_image.yaml @@ -79,6 +79,7 @@ jobs: kong-enterprise-container-repo: ${{ github.event.inputs.kong-image-repo }} kong-enterprise-container-tag: ${{ github.event.inputs.kong-image-tag }} kong-enterprise-effective-version: ${{ github.event.inputs.kong-effective-version }} + log-output-file: /tmp/integration-tests-kic-logs on-finish-comment-or-close-issue: needs: