Skip to content

Commit

Permalink
set debug log level for eden test workflows
Browse files Browse the repository at this point in the history
Update the eden test workflows to 0.9.13 and use the new feature to set
the EVE log level to debug. This will allow us to get more information
from EVE for debugging failed tests.

Signed-off-by: Paul Gaiduk <paulg@zededa.com>
  • Loading branch information
europaul committed Oct 18, 2024
1 parent 55b3933 commit ca7581f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/eden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,25 +113,26 @@ jobs:
hv: [kvm]
platform: ["generic"]
if: github.event.review.state == 'approved'
uses: lf-edge/eden/.github/workflows/test.yml@0.9.12
uses: lf-edge/eden/.github/workflows/test.yml@0.9.13
secrets: inherit
with:
eve_image: "evebuild/pr:${{ github.event.pull_request.number }}"
eve_log_level: "debug"
eve_artifact_name: eve-${{ matrix.hv }}-${{ matrix.arch }}-${{ matrix.platform }}
artifact_run_id: ${{ needs.get_run_id.outputs.run_id }}
eden_version: "0.9.12"

test_suite_master:
if: github.ref == 'refs/heads/master'
uses: lf-edge/eden/.github/workflows/test.yml@0.9.12
uses: lf-edge/eden/.github/workflows/test.yml@0.9.13
secrets: inherit
with:
eve_image: "lfedge/eve:snapshot"
eden_version: "0.9.12"

test_suite_tag:
if: startsWith(github.ref, 'refs/tags')
uses: lf-edge/eden/.github/workflows/test.yml@0.9.12
uses: lf-edge/eden/.github/workflows/test.yml@0.9.13
secrets: inherit
with:
eve_image: "lfedge/eve:${{ github.ref_name }}"
Expand Down

0 comments on commit ca7581f

Please sign in to comment.