Skip to content

Commit

Permalink
Add cluster-api presubmit that runs dep status
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaroaleman committed Oct 20, 2018
1 parent 5ce477d commit 7e2ec25
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,17 @@ presubmits:
- "--scenario=execute"
- "--"
- "./scripts/ci-test.sh"
- name: pull-cluster-api-vendor-in-sync
always_run: true
labels:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/cluster-api:v20181020-5ce477da2
args:
- "--repo=sigs.k8s.io/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
- "--upload=gs://kubernetes-jenkins/pr-logs"
- "--scenario=execute"
- "--"
- "./scripts/ci-is-vendor-in-sync.sh"
5 changes: 5 additions & 0 deletions testgrid/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2424,6 +2424,9 @@ test_groups:
- name: pull-cluster-api-test
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-cluster-api-test
num_columns_recent: 20
- name: pull-cluster-api-vendor-in-sync
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-cluster-api-vendor-in-sync
num_columns_recent: 20
- name: pull-cluster-api-provider-aws-build
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-cluster-api-provider-aws-build
num_columns_recent: 20
Expand Down Expand Up @@ -5798,6 +5801,8 @@ dashboards:
test_group_name: pull-cluster-api-make
- name: pr-test
test_group_name: pull-cluster-api-test
- name: pr-vendor
test_group_name: pull-cluster-api-vendor-in-sync

- name: sig-cluster-lifecycle-cluster-api-provider-aws
dashboard_tab:
Expand Down

0 comments on commit 7e2ec25

Please sign in to comment.