add kind-e2e to Makefile (#4304)

This commit is contained in:
zryfish
2021-09-29 12:11:29 +08:00
committed by GitHub
parent 22ae83a431
commit 84f66199ed
6 changed files with 91 additions and 11 deletions

View File

@@ -22,9 +22,6 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Downloading go dependencies
run: go mod vendor
- name: Create kind cluster
uses: helm/kind-action@v1.2.0
with:
@@ -43,4 +40,5 @@ jobs:
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
if: failure()
if: failure()

View File

@@ -33,7 +33,7 @@ jobs:
run: |
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
tag=nightly-$(date '+%Y%m%d')
REPO=kubespheredev TAG=${tag} make container-push
REPO=kubespheredev TAG=${tag} make container-cross-push
- name: slack
uses: 8398a7/action-slack@v3