From 87ee3bba578654e29d26cf45936e93f6a7fb3f0f Mon Sep 17 00:00:00 2001 From: Milan Lenco Date: Thu, 31 Mar 2022 09:36:00 +0200 Subject: [PATCH 1/2] Revert "Remove temporarily added github action." This reverts commit 54d5202de895bbf70cdc4800f574961ad52d9012. --- .github/workflows/eden.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/eden.yml b/.github/workflows/eden.yml index b633a953c8..68bc3ec6d6 100644 --- a/.github/workflows/eden.yml +++ b/.github/workflows/eden.yml @@ -77,6 +77,10 @@ jobs: EDITOR=cat ./eden config edit default echo > ${{ github.workspace }}/eve/tests/eden/workflow/testdata/eden_stop.txt ./eden test ${{ github.workspace }}/eve/tests/eden/workflow -v debug + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + timeout-minutes: 45 - name: Collect logs if: ${{ always() }} run: | From 5edd06be2a04e0acce34bad86aa2f3fca9a69b59 Mon Sep 17 00:00:00 2001 From: Milan Lenco Date: Thu, 31 Mar 2022 09:42:55 +0200 Subject: [PATCH 2/2] Test eden action uncoditionally Signed-off-by: Milan Lenco --- .github/workflows/eden.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/eden.yml b/.github/workflows/eden.yml index 68bc3ec6d6..ace7b4a672 100644 --- a/.github/workflows/eden.yml +++ b/.github/workflows/eden.yml @@ -1,21 +1,18 @@ --- name: Eden on: - push: + pull_request: branches: - "master" - "[0-9]+.[0-9]+" - pull_request_review: - types: [submitted] jobs: integration: runs-on: ubuntu-20.04 strategy: - fail-fast: false + fail-fast: true matrix: hv: ["kvm", "zfs-kvm"] - if: ${{ github.event.review.state == 'approved' || github.ref == 'refs/heads/master' }} steps: - name: Check run: |