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

remove code related to HTCondor v1 vs. v2 API. Only V2 now #8933

Open
belforte opened this issue Feb 17, 2025 · 1 comment
Open

remove code related to HTCondor v1 vs. v2 API. Only V2 now #8933

belforte opened this issue Feb 17, 2025 · 1 comment
Assignees

Comments

@belforte
Copy link
Member

belforte commented Feb 17, 2025

get rid of all the if's like

if 'useHtcV2' in os.environ:

and all the code which deals with finding/putting useHtcV2 in the environment including hiera files in Puppet

@belforte
Copy link
Member Author

switch for v1/v2 API in code was removed in #8936
Still to do:

  • look for any python file still using v1 API like src/python/TaskWorker/Actions/Recurring/RenewRemoteProxies.py
    • that did not work in v2 last year, maybe htcondor developers fixed this by now ?
  • cleanup hiera files and template in puppet
  • any other place ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants