Skip to content

Commit

Permalink
add jenkins e2e suite to play nice with openshift-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabemontero committed Dec 4, 2018
1 parent 3f0c25c commit 5010ab0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cmd/openshift-tests/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@ var staticSuites = []*ginkgo.TestSuite{
Parallelism: 7,
TestTimeout: 20 * time.Minute,
},
{
Name: "openshift/jenkins-e2e",
Description: templates.LongDesc(`
Tests that exercise the OpensShift / Jenkins integrations provided by the OpenShift Jenkins image/plugins and the Pipeline Build Strategy.
`),
Matches: func(name string) bool {
return strings.Contains(name, "openshift pipeline")
},
Parallelism: 3,
TestTimeout: 20 * time.Minute,
},
{
Name: "openshift/smoke-4",
Description: templates.LongDesc(`
Expand Down

0 comments on commit 5010ab0

Please sign in to comment.