Use shared GHAs from Shipyard

Run the E2E tests using Submariner's custom GitHub Actions.

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
This commit is contained in:
Daniel Farrell
2021-02-08 09:47:58 +01:00
committed by Stephen Kitt
parent af9332cb53
commit c1177daa36
+2 -13
View File
@@ -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