Skip to content

Commit

Permalink
Merge pull request #7463 from krzyzacy/heapster-unit
Browse files Browse the repository at this point in the history
move heapster-unit test from travis to prow
  • Loading branch information
k8s-ci-robot committed Mar 29, 2018
2 parents 664b860 + 41f54fb commit 7b6ad51
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
10 changes: 10 additions & 0 deletions jobs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12181,6 +12181,16 @@
"sig-instrumentation"
]
},
"pull-heapster-unit": {
"args": [
"make",
"test-unit"
],
"scenario": "execute",
"sigOwners": [
"sig-instrumentation"
]
},
"pull-ingress-gce-test": {
"args": [
"make",
Expand Down
16 changes: 16 additions & 0 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,22 @@ presubmits:
volumes:
- name: docker-graph
emptyDir: {}
- name: pull-heapster-unit
agent: kubernetes
always_run: false
context: pull-heapster-unit
rerun_command: "/test pull-heapster-unit"
trigger: "(?m)^/test pull-heapster-unit,?(\\s+|$)"
labels:
preset-service-account: true
preset-k8s-ssh: true
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20180322-179eac85b-master
args:
- "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
- "--upload=gs://kubernetes-jenkins/pr-logs"

kubernetes/kube-deploy:
- name: pull-kube-deploy-build
Expand Down
7 changes: 6 additions & 1 deletion testgrid/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2513,6 +2513,9 @@ test_groups:
- name: pull-heapster-e2e
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-heapster-e2e
num_columns_recent: 20
- name: pull-heapster-unit
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-heapster-unit
num_columns_recent: 20
- name: pull-charts-e2e
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-charts-e2e
num_columns_recent: 20
Expand Down Expand Up @@ -5597,8 +5600,10 @@ dashboards:

- name: presubmits-misc
dashboard_tab:
- name: heapster
- name: heapster-e2e
test_group_name: pull-heapster-e2e
- name: heapster-unit
test_group_name: pull-heapster-unit
- name: charts
test_group_name: pull-charts-e2e
- name: cadvisor
Expand Down

0 comments on commit 7b6ad51

Please sign in to comment.