@@ -65,16 +65,16 @@ var _ = g.Describe("[Feature:Builds][Slow] openshift pipeline build", func() {
65
65
mavenSlavePipelinePath = exutil .FixturePath (".." , ".." , "examples" , "jenkins" , "pipeline" , "maven-pipeline.yaml" )
66
66
mavenSlaveGradlePipelinePath = exutil .FixturePath ("testdata" , "builds" , "gradle-pipeline.yaml" )
67
67
//orchestrationPipelinePath = exutil.FixturePath("..", "..", "examples", "jenkins", "pipeline", "mapsapp-pipeline.yaml")
68
- blueGreenPipelinePath = exutil .FixturePath (".." , ".." , "examples" , "jenkins" , "pipeline" , "bluegreen-pipeline.yaml" )
69
- // clientPluginPipelinePath = exutil.FixturePath("..", "..", "examples", "jenkins", "pipeline", "openshift-client-plugin-pipeline.yaml")
70
- envVarsPipelinePath = exutil .FixturePath ("testdata" , "samplepipeline-withenvs.yaml" )
71
- origPipelinePath = exutil .FixturePath (".." , ".." , "examples" , "jenkins" , "pipeline" , "samplepipeline.yaml" )
72
- configMapPodTemplatePath = exutil .FixturePath ("testdata" , "config-map-jenkins-slave-pods.yaml" )
73
- imagestreamPodTemplatePath = exutil .FixturePath ("testdata" , "imagestream-jenkins-slave-pods.yaml" )
74
- imagestreamtagPodTemplatePath = exutil .FixturePath ("testdata" , "imagestreamtag-jenkins-slave-pods.yaml" )
75
- podTemplateSlavePipelinePath = exutil .FixturePath ("testdata" , "jenkins-slave-template.yaml" )
76
- // multiNamespaceClientPluginPipelinePath = exutil.FixturePath("testdata", "multi-namespace-pipeline.yaml")
77
- secretPath = exutil .FixturePath ("testdata" , "openshift-secret-to-jenkins-credential.yaml" )
68
+ blueGreenPipelinePath = exutil .FixturePath (".." , ".." , "examples" , "jenkins" , "pipeline" , "bluegreen-pipeline.yaml" )
69
+ clientPluginPipelinePath = exutil .FixturePath (".." , ".." , "examples" , "jenkins" , "pipeline" , "openshift-client-plugin-pipeline.yaml" )
70
+ envVarsPipelinePath = exutil .FixturePath ("testdata" , "samplepipeline-withenvs.yaml" )
71
+ origPipelinePath = exutil .FixturePath (".." , ".." , "examples" , "jenkins" , "pipeline" , "samplepipeline.yaml" )
72
+ configMapPodTemplatePath = exutil .FixturePath ("testdata" , "config-map-jenkins-slave-pods.yaml" )
73
+ imagestreamPodTemplatePath = exutil .FixturePath ("testdata" , "imagestream-jenkins-slave-pods.yaml" )
74
+ imagestreamtagPodTemplatePath = exutil .FixturePath ("testdata" , "imagestreamtag-jenkins-slave-pods.yaml" )
75
+ podTemplateSlavePipelinePath = exutil .FixturePath ("testdata" , "jenkins-slave-template.yaml" )
76
+ multiNamespaceClientPluginPipelinePath = exutil .FixturePath ("testdata" , "multi-namespace-pipeline.yaml" )
77
+ secretPath = exutil .FixturePath ("testdata" , "openshift-secret-to-jenkins-credential.yaml" )
78
78
79
79
oc = exutil .NewCLI ("jenkins-pipeline" , exutil .KubeConfigPath ())
80
80
ticker * time.Ticker
@@ -197,7 +197,7 @@ var _ = g.Describe("[Feature:Builds][Slow] openshift pipeline build", func() {
197
197
198
198
// these tests are isolated so that PR testing the the jenkins-client-plugin can execute the extended
199
199
// tests with a ginkgo focus that runs only the tests within this ginkgo context
200
- /* g.Context("jenkins-client-plugin tests", func() {
200
+ g .Context ("jenkins-client-plugin tests" , func () {
201
201
202
202
g .It ("using the ephemeral template" , func () {
203
203
defer cleanup ()
@@ -309,7 +309,7 @@ var _ = g.Describe("[Feature:Builds][Slow] openshift pipeline build", func() {
309
309
o .Expect (err ).NotTo (o .HaveOccurred ())
310
310
})
311
311
})
312
- })*/
312
+ })
313
313
314
314
g .Context ("Sync plugin tests" , func () {
315
315
0 commit comments