Skip to content

Commit

Permalink
CI: Ignore failures during UCX testing
Browse files Browse the repository at this point in the history
There two issues with UCX in CI #1148 and #1048 that are under debug.
Temporarily ignore the failures in UCX until these tickets are root caused and
resolved inorder to reduce noise in CI results.

All of the UCX tests are run, but erroneous results for UCX's "make check" are
converted into warnings and are annotated in the results output.

Signed-off-by: Mark F. Brown <[email protected]>
  • Loading branch information
markbrown314 committed Feb 27, 2025
1 parent 878385e commit cc4cc2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ jobs:
make -j
make install
- name: Test SOS (${{ matrix.sos_config }})
continue-on-error: true
run: |
cd build
make check TESTS= -j
Expand Down

0 comments on commit cc4cc2e

Please sign in to comment.