mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 19:10:34 +00:00
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:
committed by
Stephen Kitt
parent
af9332cb53
commit
c1177daa36
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user