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-42759: Update usage of htcondor to remove deprecation warnings in rubin env 8 #30

Merged
merged 4 commits into from
Feb 2, 2024

Commits on Feb 2, 2024

  1. Replace Schedd.xquery() with Schedd.query()

    Schedd.xqery() is being deprecated by the HTCondor team in favor of
    Schedd.query().  Both methods can be traced back to at least HTCondor
    ver. 8.8 so I just replaced the only occurance of xquery() with query().
    mxk62 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3c09c6a View commit details
    Browse the repository at this point in the history
  2. Use Schedd.submit() instead of Schedd.transaction()

    Similarly to Schedd.xquery(), the Schedd.transation() and Submit.queue()
    are being deprecated by the HTCodnor team.  Hence, I rewrote the
    fucntion submit the DAG for execution to make it preferred
    Schedd.submit().
    mxk62 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9c09587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7b58e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d128430 View commit details
    Browse the repository at this point in the history