Skip to content

Commit 60c3611

Browse files
enrico-usaihanwen-pcluste
authored andcommitted
Remove every reference to Torque and SGE schedulers
* Remove jobwatcher, sqswatcher and nodewatcher code. * Remove nodewatcher, sqswatcher, jobwatcher references. * Remove ASG utilities. Signed-off-by: Enrico Usai <[email protected]>
1 parent 3c732ea commit 60c3611

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+9
-4561
lines changed

.isort.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[settings]
22
line_length=120
3-
known_third_party=assertpy,boto3,botocore,common,jobwatcher,nodewatcher,paramiko,pytest,retrying,setuptools,six,slurm_plugin,sqswatcher
3+
known_third_party=assertpy,boto3,botocore,common,paramiko,pytest,retrying,setuptools,six,slurm_plugin
44
# 3 - Vertical Hanging Indent
55
# from third_party import (
66
# lib1,

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ aws-parallelcluster-node CHANGELOG
33

44
This file is used to list changes made in each version of the aws-parallelcluster-node package.
55

6+
2.11.5
7+
------
8+
9+
**CHANGES**
10+
11+
- Drop support for SGE and Torque schedulers.
12+
613
2.11.4
714
-----
815

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ def read(fname):
2424

2525

2626
console_scripts = [
27-
"sqswatcher = sqswatcher.sqswatcher:main",
28-
"nodewatcher = nodewatcher.nodewatcher:main",
29-
"jobwatcher = jobwatcher.jobwatcher:main",
3027
"slurm_resume = slurm_plugin.resume:main",
3128
"slurm_suspend = slurm_plugin.suspend:main",
3229
"clustermgtd = slurm_plugin.clustermgtd:main",

src/common/schedulers/sge_commands.py

Lines changed: 0 additions & 333 deletions
This file was deleted.

0 commit comments

Comments
 (0)