Skip to content

Commit

Permalink
Update Cluster-API Provider DigitalOcean jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
xmudrii committed Mar 16, 2020
1 parent b496b5f commit 81a2554
Showing 1 changed file with 17 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,35 +1,38 @@
presubmits:
kubernetes-sigs/cluster-api-provider-digitalocean:
- name: pull-cluster-api-provider-digitalocean-build
- name: pull-cluster-api-provider-digitalocean-test
always_run: true
optional: false
decorate: true
path_alias: sigs.k8s.io/cluster-api-provider-digitalocean
path_alias: "sigs.k8s.io/cluster-api-provider-digitalocean"
spec:
containers:
- image: golang:1.11
- image: gcr.io/k8s-testimages/kubekins-e2e:v20200314-a0cadb9-master
command:
- make
args:
- compile
- test
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean
testgrid-tab-name: build
- name: pull-cluster-api-provider-digitalocean-test
testgrid-tab-name: pr-test
- name: pull-cluster-api-provider-digitalocean-build
always_run: true
optional: false
decorate: true
path_alias: sigs.k8s.io/cluster-api-provider-digitalocean
path_alias: "sigs.k8s.io/cluster-api-provider-digitalocean"
spec:
containers:
- image: golang:1.11
- image: gcr.io/k8s-testimages/kubekins-e2e:v20200314-a0cadb9-master
command:
- make
args:
- test-unit
- manager
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean
testgrid-tab-name: test
testgrid-tab-name: pr-build
- name: pull-cluster-api-provider-digitalocean-verify
always_run: true
optional: false
decorate: true
path_alias: sigs.k8s.io/cluster-api-provider-digitalocean
spec:
Expand All @@ -41,18 +44,19 @@ presubmits:
- verify
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean
testgrid-tab-name: verify
testgrid-tab-name: pr-verify
- name: pull-cluster-api-provider-digitalocean-lint
always_run: true
optional: false
decorate: true
path_alias: sigs.k8s.io/cluster-api-provider-digitalocean
spec:
containers:
- image: quay.io/kubermatic/gometalinter:latest
- image: golangci/golangci-lint:v1.21.0
command:
- make
args:
- lint
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-digitalocean
testgrid-tab-name: lint
testgrid-tab-name: pr-lint

0 comments on commit 81a2554

Please sign in to comment.