Add autorelease-validate job type
[releng/builder.git] / scripts / jjb-init-project.py
index 2133475a4ff9e1f4b18cc288654a4dc050bf808f..d4bb6d0374ae09f3d1ca72609bb7f9a1315a0ece 100644 (file)
@@ -60,6 +60,9 @@ else:
     templates = "verify,merge,daily,distribution,integration,sonar"
 templates += ",clm"  # ensure we always create a clm job for all projects
 
+if cfg.get("AUTORELEASE"):
+    templates += ",validate-autorelease"
+
 ##################
 # Handle Streams #
 ##################