mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-21 23:10:35 +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
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v2
|
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
|
- name: Run E2E deployment and tests
|
||||||
run: |
|
uses: submariner-io/shipyard/gh-actions/e2e@devel
|
||||||
make e2e
|
|
||||||
|
|
||||||
- name: Post mortem
|
- name: Post mortem
|
||||||
if: failure()
|
if: failure()
|
||||||
run: |
|
uses: submariner-io/shipyard/gh-actions/post-mortem@devel
|
||||||
df -h
|
|
||||||
free -h
|
|
||||||
make post-mortem
|
|
||||||
|
|||||||
Reference in New Issue
Block a user