Commit 34ed7d62 authored by norvell's avatar norvell
Browse files

Change CI_MERGE_REQUEST_TITLE to CI_COMMIT_MESSAGE in...

Change CI_MERGE_REQUEST_TITLE to CI_COMMIT_MESSAGE in codec-comparison-on-main-push. Should resolve false failure when Non-BE changes are merged to main, as long as the default merge message is not changed and still contains the MR title.
parent ffc9e26c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -435,7 +435,7 @@ codec-comparison-on-main-push:
    - git checkout $latest_commit

    # helper variable - "|| true" to prevent failures from grep not finding anything
    - non_be_flag=$(echo $CI_MERGE_REQUEST_TITLE | grep -c --ignore-case "\[non[ -]*be\]") || true
    - non_be_flag=$(echo $CI_COMMIT_MESSAGE | grep -c --ignore-case "\[non[ -]*be\]") || true

    ### prepare pytest
    # create short test vectors