On 02.06.2021., at 13:27, Tim Düsterhus <[email protected]> wrote: > > Ilya, > > On 6/2/21 12:58 PM, Илья Шипицин wrote: >> as openssl-3.0.0 is getting close to release, let us add it to build matrix. > > I dislike that this is going to report all commits in red, until the build > failures with OpenSSL 3 are fixed. I did a quick research, whether some job > could be marked as "experimental" / "allowed failure" with GitHub Actions, > but could not find anything. > > Do you know whether this is possible? >
[…] Yes, GItHub Actions has support for flagging some of the jobs in matrix as experimental (which will permit job to fail and other jobs in the matrix will continue to execute), for instance: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-new-combinations <https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-new-combinations> https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-preventing-a-specific-failing-matrix-job-from-failing-a-workflow-run <https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-preventing-a-specific-failing-matrix-job-from-failing-a-workflow-run> Kind regards, D. -- Dinko Korunic ** Standard disclaimer applies ** Sent from OSF1 osf1v4b V4.0 564 alpha

