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-31887: Execution Butler bug fixes plus making it the default behavior. #51

Merged
merged 5 commits into from Sep 30, 2021

Conversation

MichelleGower
Copy link
Collaborator

@MichelleGower MichelleGower commented Sep 29, 2021

Still testing and tracking down one more HTCondor plugin report bug. But can provide feedback on what's here so far.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

# because this is where the chaining is currently done
runQuantumCommand: "${CTRL_MPEXEC_DIR}/bin/pipetask {initPreCmdOpts} run -b {butlerConfig} -i {inCollection} -o {output} --output-run {outCollection} --qgraph {qgraphFile} --qgraph-id {qgraphId} --qgraph-node-id {qgraphNodeId} --clobber-outputs --init-only --register-dataset-types {extraInitOptions}"
# Notes: Declaring and chaining now happen within execution butler steps.
# This command no longer needs -o and must have # --extend-run.
Copy link
Contributor

Choose a reason for hiding this comment

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

A "leftover" # after joining the lines (between have and --extend-run)?

@MichelleGower MichelleGower merged commit 9d22bae into master Sep 30, 2021
@MichelleGower MichelleGower deleted the tickets/DM-31887 branch September 30, 2021 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants