Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1307 from lavalamp/nonblocking
Browse files Browse the repository at this point in the history
oops, move soak to nonblocking
  • Loading branch information
lavalamp authored Jul 1, 2016
2 parents e2a8815 + 61815f8 commit 6d2c85c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mungegithub/mungers/submit-queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,8 @@ func (sq *SubmitQueue) AddFlags(cmd *cobra.Command, config *github.Config) {
"kubernetes-e2e-gke-test",
"kubernetes-e2e-gce-examples",
"kubernetes-e2e-gce-federation",
"kubernetes-soak-continuous-e2e-gce",
"kubernetes-soak-continuous-e2e-gke",
}, "Comma separated list of jobs that don't block merges, but will have status reported and issues filed.")
cmd.Flags().StringSliceVar(&sq.BlockingJobNames, "jenkins-jobs", []string{
"kubelet-gce-e2e-ci",
Expand All @@ -467,10 +469,8 @@ func (sq *SubmitQueue) AddFlags(cmd *cobra.Command, config *github.Config) {
"kubernetes-verify-master",
"kubernetes-e2e-gce",
"kubernetes-e2e-gce-slow",
"kubernetes-soak-continuous-e2e-gce",
"kubernetes-e2e-gke",
"kubernetes-e2e-gke-slow",
"kubernetes-soak-continuous-e2e-gke",
"kubernetes-e2e-gce-scalability",
"kubernetes-kubemark-5-gce",
}, "Comma separated list of jobs in Jenkins that should block merges if failing.")
Expand Down

0 comments on commit 6d2c85c

Please sign in to comment.