Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci/matrix_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ steps:
[ "x${do_coverity}" == "xtrue" ] && action=yes || action=no
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_cov=${action} ./contrib/test_jenkins.sh
parallel: false
archiveArtifacts: 'jenkins/'
Copy link
Collaborator

@igor-ivanov igor-ivanov Jul 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure it is needed.
Please use correct commit message. For example issue: 2583763 ...
https://github.com/Mellanox/libvma/blob/master/docs/contributing.md#commit

onfail: |
if [ -d jenkins ]; then
gzip -f ./jenkins/*.tar 2>/dev/null || true
Expand Down