[workflows] Disable intermittently failing build/test job#1457
Open
bryanpkc wants to merge 1 commit into
Open
Conversation
The test case mp_correct/lit/pv01.sh has been failing intermittently in the GitHub workflows. It seems that it only happens when classic-flang-llvm-project is built with Clang 15. This patch disables the job temporarily, until we can determine the root cause of the problem.
Collaborator
Author
|
I'm going to run the workflows on this PR multiple times, to confirm that the error no longer occurs (i.e. it only occurs when classic-flang-llvm-project is built with Clang 15). |
Collaborator
Author
|
The failure has not occurred in 10 CI runs. It seems that the problem is indeed triggered by building with Clang 15. |
pawosm-arm
approved these changes
Oct 7, 2024
Collaborator
pawosm-arm
left a comment
There was a problem hiding this comment.
I'm bit confused by this versioning.
Collaborator
Author
We have always built Clang and LLVM with multiple compilers (two different versions of Clang and a recent GCC) before using that Clang to build Classic Flang. This practice was adopted before I joined the project. Apparently, building LLVM with different compilers can be useful for catching problems like this one. 😄 |
shivaramaarao
approved these changes
Oct 26, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The test case mp_correct/lit/pv01.sh has been failing intermittently in the GitHub workflows (see issue #1453). It seems that it only happens when classic-flang-llvm-project is built with Clang 15. This patch disables the job temporarily, until we can determine the root cause of the problem.