-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Conversation
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.
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
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. |
Add TorqueExecutor class responsible for handing torque jobs. add method in SiteConfiguration for validation of queues
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
… check if files exist. This is called in poll method
for more information, see https://pre-commit.ci
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
for more information, see https://pre-commit.ci
change path to root of buildspec directory used for detecting buildspecs
No description provided.