From c1177daa36c93d76b34bd3aee0923d7a067fced9 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Sat, 6 Feb 2021 23:01:25 -0500 Subject: [PATCH] Use shared GHAs from Shipyard Run the E2E tests using Submariner's custom GitHub Actions. Signed-off-by: Daniel Farrell --- .github/workflows/e2e.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9afc988..46001a1 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -15,20 +15,9 @@ jobs: - name: Check out the repository uses: actions/checkout@v2 - - name: Reclaim free space - run: | - sudo swapoff -a - sudo rm -f /swapfile - df -h - free -h - - name: Run E2E deployment and tests - run: | - make e2e + uses: submariner-io/shipyard/gh-actions/e2e@devel - name: Post mortem if: failure() - run: | - df -h - free -h - make post-mortem + uses: submariner-io/shipyard/gh-actions/post-mortem@devel