Fix python-tox incorrect default stream setting 23/5823/5
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 10 Aug 2017 03:43:41 +0000 (23:43 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 10 Aug 2017 20:12:39 +0000 (16:12 -0400)
Change-Id: Ief29e966267efac9634e51bec3c201c3ee4351c9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb-test/expected-xml/gerrit-python-tox-verify-master [moved from jjb-test/expected-xml/gerrit-python-tox-verify-{stream} with 99% similarity]
jjb-test/expected-xml/github-python-tox-verify-master [moved from jjb-test/expected-xml/github-python-tox-verify-{stream} with 99% similarity]
jjb/lf-python-jobs.yaml

@@ -33,7 +33,7 @@ For example: ofextensions/circuitsw
 sometimes be used as a name representing a project's release code
 name.
 </description>
-          <defaultValue>{stream}</defaultValue>
+          <defaultValue>master</defaultValue>
         </hudson.model.StringParameterDefinition>
         <hudson.model.StringParameterDefinition>
           <name>GERRIT_PROJECT</name>
@@ -28,7 +28,7 @@ For example: ofextensions/circuitsw
 sometimes be used as a name representing a project's release code
 name.
 </description>
-          <defaultValue>{stream}</defaultValue>
+          <defaultValue>master</defaultValue>
         </hudson.model.StringParameterDefinition>
         <hudson.model.StringParameterDefinition>
           <name>GERRIT_PROJECT</name>
index e66f522..74ce9df 100644 (file)
@@ -40,7 +40,7 @@
     branch: master
     build-timeout: 10
     git-url: '$GIT_URL/$GERRIT_PROJECT'
-    stream: '{stream}'
+    stream: master
     submodule-recursive: true
     tox-dir: ''
     tox-envs: ''