Disable blocking on buildable queue (Functest)
[releng.git] / jjb / apex / apex-iso-verify.sh
index 4faeb60..c29d7cb 100755 (executable)
@@ -8,6 +8,11 @@ echo "Starting the Apex iso verify."
 echo "--------------------------------------------------------"
 echo
 
+if [ "$BRANCH" != 'stable/fraser' ]; then
+  echo "Skipping Apex iso verify for ${BRANCH} branch"
+  exit 0
+fi
+
 # Must be RPMs/ISO
 echo "Downloading latest properties file"