Skip to content

Commit

Permalink
Add prow job for new kubeflow/hp-tuning repository
Browse files Browse the repository at this point in the history
Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
  • Loading branch information
YujiOshima committed Apr 4, 2018
1 parent 076e8cd commit a16da2a
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
27 changes: 27 additions & 0 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ tide:
- kubeflow/pytorch-operator
- kubeflow/testing
- kubeflow/tf-operator
- kubeflow/hp-tuning
labels:
- lgtm
- approved
Expand Down Expand Up @@ -383,6 +384,22 @@ presubmits:
- image: gcr.io/kubeflow-ci/test-worker:latest
imagePullPolicy: Always

kubeflow/hp-tuning:
- name: kubeflow-hp-tuning-presubmit
context: kubeflow-hp-tuning-presubmit
agent: kubernetes
always_run: true # Run for every PR, or only when requested.
rerun_command: "/test kubeflow-hp-tuning-presubmit"
trigger: "(?m)^/test( all| kubeflow-hp-tuning-presubmit),?(\\s+|$)"
branches:
- master
labels:
preset-service-account: true
spec:
containers:
- image: gcr.io/kubeflow-ci/test-worker:latest
imagePullPolicy: Always

kubernetes/charts:
- name: pull-charts-e2e
agent: kubernetes
Expand Down Expand Up @@ -5890,6 +5907,16 @@ postsubmits:
- image: gcr.io/kubeflow-ci/test-worker:latest
imagePullPolicy: Always

kubeflow/hp-tuning:
- name: kubeflow-hp-tuning-postsubmit
agent: kubernetes
labels:
preset-service-account: true
spec:
containers:
- image: gcr.io/kubeflow-ci/test-worker:latest
imagePullPolicy: Always

kubernetes/ingress-gce:
- name: ci-ingress-gce-image-push
agent: kubernetes
Expand Down
1 change: 1 addition & 0 deletions testgrid/cmd/configurator/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ func TestJobsTestgridEntryMatch(t *testing.T) {
"kubeflow/reporting",
"kubeflow/testing",
"kubeflow/tf-operator",
"kubeflow/hp-tuning",
"kubernetes/kubernetes",
"kubernetes/test-infra",
"kubernetes/cluster-registry",
Expand Down
11 changes: 11 additions & 0 deletions testgrid/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2002,6 +2002,11 @@ test_groups:
num_columns_recent: 30
- name: kubeflow-tf-operator-postsubmit
gcs_prefix: kubernetes-jenkins/logs/kubeflow_tf-operator/kubeflow-tf-operator-postsubmit
- name: kubeflow-hp-tuning-presubmit
gcs_prefix: kubernetes-jenkins/pr-logs/directory/kubeflow-hp-tuning-presubmit
num_columns_recent: 30
- name: kubeflow-hp-tuning-postsubmit
gcs_prefix: kubernetes-jenkins/logs/kubeflow_hp-tuning/kubeflow-hp-tuning-postsubmit
- name: tf-minigo-periodic
gcs_prefix: kubernetes-jenkins/logs/tf-minigo-periodic
- name: tf-minigo-presubmit
Expand Down Expand Up @@ -4163,6 +4168,12 @@ dashboards:
- name: kubeflow-tf-operator-presubmit
description: Presubmits for kubeflow/tf-operator.
test_group_name: kubeflow-tf-operator-presubmit
- name: kubeflow-hp-tuning-postsubmit
description: Postsubmit kubeflow/hp-tuning.
test_group_name: kubeflow-hp-tuning-postsubmit
- name: kubeflow-hp-tuning-presubmit
description: Presubmits for kubeflow/hp-tuning.
test_group_name: kubeflow-hp-tuning-presubmit
- name: spark-periodic-default-gke
description: Periodic builds and testing of Apache Spark on default version of GKE.
test_group_name: spark-periodic-default-gke
Expand Down

0 comments on commit a16da2a

Please sign in to comment.