switched runner to github action

Signed-off-by: Hrishikesh kumbhar <hrishikumbhar156@gmail.com>
This commit is contained in:
Hrishikesh kumbhar 2021-08-31 13:16:25 +05:30
parent 2b615642ca
commit 3cc6dfc9b3
1 changed files with 1 additions and 3 deletions

View File

@ -65,10 +65,8 @@ jobs:
run: make test
e2e:
name: e2e test
if: ${{ github.repository == 'karmada-io/karmada' }}
needs: build
# switch back to GitHub Action after https://github.com/karmada-io/karmada/issues/566
runs-on: self-hosted
runs-on: ubuntu-18.04
env:
ARTIFACTS_PATH: ${{ github.workspace }}/karmada-e2e-logs/
steps: