-
Notifications
You must be signed in to change notification settings - Fork 84
Improve error reported by bot when using unmerged EasyBuild PR in easystack file #494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
boegel
merged 16 commits into
EESSI:2023.06-software.eessi.io
from
casparvl:improve_error_on_unmerged_pr
Mar 13, 2024
Merged
Changes from 9 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
45022b6
Allow for open PRs when checking missing installations in build script
ocaisa 723fce8
Check for unmerged EasyConfig output pattern
5cd559e
Merge branch 'tweak_missing_installs' into improve_error_on_unmerged_pr
f4f2776
First, try without --from-pr. If that fails, try with --from-pr, but …
b789108
Add CFITSIO as a test example, see if we can get a clear error messag…
d178a8f
Added clarifying comment
9123c9c
Correct mistake: I meant to _move_ the awk part, not duplicate it
7e44223
Now actually check against the exit code of the pipe...
da749a1
Make seperate exit code for the run that allows --from-pr
a8c2883
Correct typo
casparvl 6553e29
Skip the if-condition also if pr_exceptions is empty. There is no poi…
8990e37
Merge branch 'improve_error_on_unmerged_pr' of github.com:casparvl/so…
b52db4b
Merge branch '2023.06-software.eessi.io' into improve_error_on_unmerg…
boegel c08831e
Update bot/check-build.sh
ocaisa 992b11d
Remove PR to trigger comment
ocaisa 8d6493e
Trigger on any non-zero exit code
ocaisa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,4 +10,7 @@ easyconfigs: | |
| from-pr: 19552 | ||
| - CDO-2.2.2-gompi-2023b.eb: | ||
| options: | ||
| from-pr: 19792 | ||
| from-pr: 19792 | ||
| - CFITSIO-4.3.1-GCCcore-13.2.0.eb: | ||
| options: | ||
| from-pr: 19840 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Assuming this needs to be removed before we consider merging
ocaisa marked this conversation as resolved.
Outdated
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.