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

Commit b2f04e5

Browse files
committed
change list of test suites
1 parent 6465646 commit b2f04e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mungegithub/mungers/submit-queue.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,8 @@ func (sq *SubmitQueue) EachLoop() error {
391391
// AddFlags will add any request flags to the cobra `cmd`
392392
func (sq *SubmitQueue) AddFlags(cmd *cobra.Command, config *github.Config) {
393393
cmd.Flags().StringSliceVar(&sq.NonBlockingJobNames, "nonblocking-jenkins-jobs", []string{
394-
"kubernetes-e2e-gke-prod",
394+
"kubernetes-e2e-gke-staging",
395+
"kubernetes-e2e-gke-staging-parallel",
395396
"kubernetes-e2e-gke-subnet",
396397
"kubernetes-e2e-gke-test",
397398
"kubernetes-e2e-gce-examples",

0 commit comments

Comments
 (0)