Inference workflow small_test failure#5286
Open
GarethCabournDavies wants to merge 2 commits intogwastro:masterfrom
Open
Inference workflow small_test failure#5286GarethCabournDavies wants to merge 2 commits intogwastro:masterfrom
GarethCabournDavies wants to merge 2 commits intogwastro:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the small inference workflow example config to align its Pegasus site/profile settings with the existing search workflow example, aiming to resolve the CI “small_test” failure.
Changes:
- Fixes the
[event-170817]labelline formatting so it is parsed as an option (not a continuation line). - Sets
pycbc|primary_sitetocondorpool_symlinkand addspycbc|submit-directory = ./. - Adds
condorpool_sharedscratch settings and pins theresults_pageexecutable to run atcondorpool_shared.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
Fixes failure exposed by #5270 |
ahnitz
requested changes
Feb 16, 2026
| [pegasus_profile] | ||
| condor|request_memory = 1G | ||
| pycbc|primary_site = condorpool_shared | ||
| pycbc|primary_site = condorpool_symlink |
Member
There was a problem hiding this comment.
One shouldn't change the primary site here. This workflow in general should use the shared site by default.
ahnitz
approved these changes
Feb 18, 2026
Member
ahnitz
left a comment
There was a problem hiding this comment.
As far as the inference workflow goes, I think this is OK now.
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.
I think it's to do with setting the pegasus site. Lets copy this from the search example and see if that works