Fix mailing list address
[releng/builder.git] / jjb / releng-templates.yaml
index bf37c7572e7e3d7203c87b5f749426358e32dced..66bdd8b9de1136f47a58029ee4d5de3076cb823a 100644 (file)
     name: tox_builder_verify
 
     # Required Variables:
-    #     stream:    release stream (eg. boron or carbon)
     #     branch:    git branch (eg. stable/boron or master)
     #     toxdir:    directory containing the project's tox.ini relative to
     #                the workspace. Empty works if tox.ini is at project root.
+    # Note that stream value is not needed.
 
     project-type: freestyle
     node: '{build-node}'
 
     <<: *tox_builder_verify
 
+# Specification for projects outside release cycle, to avoid referring a stream.
+# This is useful mailny for integration-test-jobs, which defines streams for Integration/Distribution,
+# but the tox job is related to Integration/Test only.
+
+- job-template:
+    name: '{project-name}-verify-tox-master'
+
+    # Job template for verify jobs executing tox envlist
+    #
+    # The purpose of this job template is to run tox for projects using this
+    # template.
+    #
+    # Required Variables:
+    #     toxdir:    directory containing the project's tox.ini relative to
+    #                the workspace. Empty works if tox.ini is at project root.
+
+    branch: master
+
+    <<: *tox_builder_verify
+
 # Python (pep8) specific, project should migrate to {project-name}-verify-tox-{stream}
 
 - job-template: