mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-09-03 04:41:14 +02:00
ci: use golang tooling
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
parent
a9df00baec
commit
cb49f90491
@ -11,14 +11,11 @@ cache:
|
|||||||
- $GOCACHE
|
- $GOCACHE
|
||||||
- $GOPATH/pkg/mod
|
- $GOPATH/pkg/mod
|
||||||
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- name: Check generated files
|
- name: Check generated files
|
||||||
script: make --always-make generate-in-docker && git diff --exit-code
|
script: make --always-make generate && git diff --exit-code
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
script: make --always-make test-in-docker
|
script: make --always-make test
|
||||||
- name: Run e2e tests
|
- name: Run e2e tests
|
||||||
script: GO111MODULE=on ./tests/e2e/travis-e2e.sh
|
script: GO111MODULE=on ./tests/e2e/travis-e2e.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user