Skip to content

Commit

Permalink
GitHub Actions: Bump Eden to 0.9.6
Browse files Browse the repository at this point in the history
Eden release can be found here: https://github.com/lf-edge/eden/releases/tag/0.9.6

Signed-off-by: Pavel Abramov <[email protected]>
  • Loading branch information
uncleDecart authored and eriknordmark committed Feb 14, 2024
1 parent da5816e commit b3bf897
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/eden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,23 @@ jobs:
arch: [amd64]
hv: [kvm]
if: github.event.review.state == 'approved'
uses: lf-edge/eden/.github/workflows/[email protected].5
uses: lf-edge/eden/.github/workflows/[email protected].6
with:
eve_image: "evebuild/pr:${{ github.event.pull_request.number }}"
eve_artifact_name: eve-${{ matrix.hv }}-${{ matrix.arch }}
artifact_run_id: ${{ needs.get-run-id.outputs.result }}
eden_version: "0.9.6"

test_suite_master:
if: github.ref == 'refs/heads/master'
uses: lf-edge/eden/.github/workflows/[email protected].5
uses: lf-edge/eden/.github/workflows/[email protected].6
with:
eve_image: "lfedge/eve:snapshot"
eden_version: "0.9.6"

test_suite_tag:
if: startsWith(github.ref, 'refs/tags')
uses: lf-edge/eden/.github/workflows/[email protected].5
uses: lf-edge/eden/.github/workflows/[email protected].6
with:
eve_image: "lfedge/eve:${{ github.ref_name }}"
eden_version: "0.9.6"

0 comments on commit b3bf897

Please sign in to comment.