Skip to content
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

DM-38247: Use long-log for ap_verify runs #207

Merged
merged 2 commits into from Dec 4, 2023
Merged

Conversation

parejkoj
Copy link
Contributor

@parejkoj parejkoj commented Dec 4, 2023

{Summary of changes. Prefix PR title with JIRA issue.}


  • Do unit tests pass (scons and/or stack-os-matrix)?
  • Did you run ap_verify.py on at least one of the standard datasets?
    For changes to metrics, the print_metricvalues script from lsst.verify will be useful.
  • Is the Sphinx documentation up-to-date?

@@ -94,7 +94,7 @@ def runApPipeGen3(workspace, parsedCmdLine, processes=1):
makeApdb(_getApdbArguments(workspace, parsedCmdLine))

pipelineFile = _getPipelineFile(workspace, parsedCmdLine)
pipelineArgs = ["pipetask", "run",
pipelineArgs = ["pipetask", "--long-log", "run",
"--fail-fast",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Preexisting, but can you add a comment that --fail-fast is to compensate for the extra interconnections added by --graph-fixup?

@parejkoj parejkoj merged commit b346346 into main Dec 4, 2023
2 checks passed
@parejkoj parejkoj deleted the tickets/DM-38247 branch December 4, 2023 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants