asd
Some checks failed
Lint / Run on Ubuntu (push) Successful in 2m13s
Tests / Run on Ubuntu (push) Successful in 4m3s
E2E Tests / Run on Ubuntu (push) Successful in 4m37s
Build images / Run lint test (push) Successful in 2m35s
Build images / Run unit test (push) Successful in 2m34s
Build images / Run e2e tests (push) Failing after 7m24s
Build images / Build docker image (push) Has been skipped
Some checks failed
Lint / Run on Ubuntu (push) Successful in 2m13s
Tests / Run on Ubuntu (push) Successful in 4m3s
E2E Tests / Run on Ubuntu (push) Successful in 4m37s
Build images / Run lint test (push) Successful in 2m35s
Build images / Run unit test (push) Successful in 2m34s
Build images / Run e2e tests (push) Failing after 7m24s
Build images / Build docker image (push) Has been skipped
This commit is contained in:
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@@ -6,7 +6,7 @@ on:
|
|||||||
#make docker-build docker-push IMG=example/virtualhost-operator:latest
|
#make docker-build docker-push IMG=example/virtualhost-operator:latest
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
name: Run on Ubuntu
|
name: Run lint test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Clone the code
|
- name: Clone the code
|
||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: v1.63.4
|
version: v1.63.4
|
||||||
test:
|
test:
|
||||||
name: Run on Ubuntu
|
name: Run unit test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Clone the code
|
- name: Clone the code
|
||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
go mod tidy
|
go mod tidy
|
||||||
make test
|
make test
|
||||||
test-e2e:
|
test-e2e:
|
||||||
name: Run on Ubuntu
|
name: Run e2e tests
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Clone the code
|
- name: Clone the code
|
||||||
@@ -74,7 +74,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
go mod tidy
|
go mod tidy
|
||||||
make test-e2e
|
make test-e2e
|
||||||
|
|
||||||
build-docker:
|
build-docker:
|
||||||
name: Build docker image
|
name: Build docker image
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|||||||
Reference in New Issue
Block a user