Skip to content

Commit

Permalink
test: dump KIC logs in integration tests run in e2e nigthly and valid…
Browse files Browse the repository at this point in the history
…ate kong image actions (Kong#5236)
  • Loading branch information
randmonkey authored Nov 28, 2023
1 parent dbbb1be commit 324cd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate_kong_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 324cd97

Please sign in to comment.