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

Add support for torque scheduler #1734

Merged
merged 16 commits into from
Mar 25, 2024
Merged

Add support for torque scheduler #1734

merged 16 commits into from
Mar 25, 2024

Conversation

shahzebsiddiqui
Copy link
Member

No description provided.

remove 'black' from dev dependency since its already covered as required dep.
remove docutils from 'dev' dependency and move it under 'docs'
…tion for executors.

This will use the same properties as PBS.
Add a sample configuration file for aws for ODDC image.
@pull-request-size pull-request-size bot added size/L and removed size/M labels Mar 21, 2024
Copy link

codecov bot commented Mar 21, 2024

Codecov Report

Attention: Patch coverage is 30.20833% with 67 lines in your changes are missing coverage. Please review.

Project coverage is 34.17%. Comparing base (9c9b820) to head (d78f367).
Report is 5 commits behind head on devel.

❗ Current head d78f367 differs from pull request most recent head 925b343. Consider uploading reports for the commit 925b343 to get more accurate results

Files Patch % Lines
buildtest/scheduler/pbs.py 15.69% 43 Missing ⚠️
buildtest/config.py 42.11% 11 Missing ⚠️
buildtest/system.py 50.00% 10 Missing ⚠️
buildtest/builders/base.py 0.00% 2 Missing ⚠️
buildtest/exceptions.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##            devel    #1734       +/-   ##
===========================================
- Coverage   80.85%   34.17%   -46.68%     
===========================================
  Files          57       57               
  Lines        6453     6433       -20     
===========================================
- Hits         5217     2198     -3019     
- Misses       1236     4235     +2999     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

shahzebsiddiqui and others added 12 commits March 21, 2024 13:04
Add TorqueExecutor class responsible for handing torque jobs.
add method in SiteConfiguration for validation of queues
… check if files exist.

This is called in poll method
remove unused code that was not being called such as one for getting
exit code
add exception class JobSchedulerError that can be used for raising
exception when there is an error with job submission
change path to root of buildspec directory used for detecting buildspecs
@shahzebsiddiqui shahzebsiddiqui merged commit 8c4e188 into devel Mar 25, 2024
29 of 37 checks passed
@shahzebsiddiqui shahzebsiddiqui deleted the torque_scheduler branch March 25, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant