Skip to content

Commit

Permalink
Mark Refaster CI job as allowed to fail
Browse files Browse the repository at this point in the history
Somehow the NullPointerException that we previously only saw with
Error Prone 2.16 (google/error-prone#3484)
has now started to appear with Error Prone 2.15 as well.
We will wait for Error Prone 2.17 and then try again.

This is not critical as Refaster suggestions come with a patch,
so even if lots of issues are introduced in the meantime,
we can easily fix them all automatically later on.

git-svn-id: https://svn.sosy-lab.org/software/cpachecker/trunk@42571 4712c6d2-40bb-43ae-aa4b-fec3f1bdfe4c
  • Loading branch information
PhilippWendler committed Dec 16, 2022
1 parent a3b62d0 commit 29b9716
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@ refaster:
# so far does not work with Java 17:
# https://github.com/google/error-prone/issues/3553
image: ${CI_REGISTRY_IMAGE}/test:jdk-11
# https://github.com/google/error-prone/issues/3484 has started to appear with Error Prone 2.15 as well,
# we have to wait for a fix in Error Prone 2.17
allow_failure: true


# Disable some checks because they are not used for CPAchecker
Expand Down

0 comments on commit 29b9716

Please sign in to comment.