File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4444 test $a -gt 3
4545 - name : Run
4646 run : |
47- BLACKLIST="101.*" RFAT_RERUNS=2 bash ./run_containerqa.sh --container-image=${{matrix.jdkimage}}
47+ CQA_FAIL=false BLACKLIST="101.*" RFAT_RERUNS=2 bash ./run_containerqa.sh --container-image=${{matrix.jdkimage}}
4848 - name : Upload results
4949 if : ${{ always() }}
5050 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 9696
9797# results should be in log, if not, it means suite was not run
9898grep -Eqi -e ' ^passed' -e ' ^(failed|error)' -e ' ^Ignored' test.${TIME} /tests.log || exit 2
99-
100- if [ " x$JNI_FAIL " == " xtrue" ] ; then
99+ total : 57
100+ skiped: 6
101+ passed: 23
102+ Failed: 28
103+ if [ " x$CQA_FAIL " == " xtrue" ] ; then
101104 if grep -Eq -e ' ^Failed: [1-9]' test.${TIME} /tests.log ; then
102105 exit 1
103106 fi
You can’t perform that action at this time.
0 commit comments