Skip to content

Commit

Permalink
revert 5ee0dfc; use operator installed jenkins imagestream as is
Browse files Browse the repository at this point in the history
  • Loading branch information
gabemontero committed Jan 30, 2019
1 parent 25fd8c7 commit f66afa5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/extended/builds/pipeline_origin_bld.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const (
secretName = "secret-to-credential"
secretCredentialSyncLabel = "credential.sync.jenkins.openshift.io"
envVarsPipelineGitRepoBuildConfig = "test-build-app-pipeline"
centosImageStreamForTest = "origin-jenkins-test"
)

var _ = g.Describe("[Feature:Builds][Slow] openshift pipeline build", func() {
Expand Down Expand Up @@ -142,11 +141,6 @@ var _ = g.Describe("[Feature:Builds][Slow] openshift pipeline build", func() {
newAppArgs = syncPluginNewAppArgs
default:
fmt.Fprintf(g.GinkgoWriter, "\nNO PR TEST ENV VARS SET SO TESTING CURRENT PLUGIN VERSIONS IN LATEST OPENSHIFT JENKINS IMAGE ON DOCKER HUB.\n")
newAppArgs = jenkins.SetupDockerhubImage(
"docker.io/openshift/jenkins-2-centos7:v4.0",
centosImageStreamForTest,
newAppArgs,
oc)
}

g.By(fmt.Sprintf("calling oc new-app useSnapshotImage %v with license text %s and newAppArgs %#v", useSnapshotImage, licensePrefix, newAppArgs))
Expand Down

0 comments on commit f66afa5

Please sign in to comment.