You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eval CMS_PATH=/cvmfs/cms-ib.cern.ch SITECONFIG_PATH=/cvmfs/cms-ib.cern.ch/SITECONF/$CMS_SITE_OVERRIDE runTheMatrix.py -j ${NJOBS}${MATRIX_ARGS} -n 2>&1| tee $OFILE
88
+
if [ $BADLIST_CNT-gt 0 ];then
89
+
if [ $WFLISTS_CNT-ne$WFS_CNT ];then
90
+
echo"WARNING : some workflow lists were not recognized"
91
+
else
92
+
if [ $BADLIST_CNT-eq$WFS_CNT ];then
93
+
echo"ERROR : all workflow lists were not recognized, and no additional workflows were requested"
94
+
rm $OFILE
95
+
exit 1
96
+
else
97
+
echo"WARNING : none of the workflow lists were recognized, only running explicitly requested workflows"
98
+
fi
99
+
fi
100
+
fi
101
+
rm $OFILE
102
+
81
103
eval CMS_PATH=/cvmfs/cms-ib.cern.ch SITECONFIG_PATH=/cvmfs/cms-ib.cern.ch/SITECONF/$CMS_SITE_OVERRIDE runTheMatrix.py -j ${NJOBS}${MATRIX_ARGS}2>&1| tee -a matrixTests.${BUILD_ID}.log
0 commit comments