-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: makes AWSbatch the default executor (#161)
* modify changelog and version * changes * small fixes * change warning * use cloudos queue default * change default queue * fix pytest * changelog * changelog improvement * adding badge * adding badge * adding badge * adding badge * adding badge2 * adding badge3 * fail CI * adding proper badge * correct CI * remove batch from CI test * fix message string * fixing queue selection
- Loading branch information
Showing
10 changed files
with
92 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '2.6.3' | ||
__version__ = '2.7.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
id,name,label,description,resourceType,executor,status | ||
xxxxx,test_queue,test_queue_label,,,nextflow,Ready | ||
id,name,label,description,isDefault,resourceType,executor,status | ||
xxxxx,test_queue,test_queue_label,,True,,nextflow,Ready |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
id,resource,name,label,description,resourceType,executor,arn,computeEnvironments,status | ||
xxxxx,xxxx,test_queue,test_queue_label,,,nextflow,,"[{'label': 'Default', 'environment': {}, 'status': 'Ready', 'createdAt': '2023-04-13T12:23:47.339Z', 'updatedAt': '2023-04-13T12:23:54.032Z'}]",Ready | ||
id,resource,name,label,description,isDefault,resourceType,executor,arn,computeEnvironments,status | ||
xxxxx,xxxx,test_queue,test_queue_label,,True,,nextflow,,"[{'label': 'Default', 'environment': {}, 'status': 'Ready', 'createdAt': '2023-04-13T12:23:47.339Z', 'updatedAt': '2023-04-13T12:23:54.032Z'}]",Ready |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"id":"xxxxx","resource":"xxxx","name":"test_queue","label":"test_queue_label","description":"","resourceType":"","executor":"nextflow","arn":"","computeEnvironments":[{"label":"Default","environment":{},"status":"Ready","createdAt":"2023-04-13T12:23:47.339Z", "updatedAt":"2023-04-13T12:23:54.032Z"}],"status":"Ready"}] | ||
[{"id":"xxxxx","resource":"xxxx","name":"test_queue","label":"test_queue_label","description":"","isDefault": true,"resourceType":"","executor":"nextflow","arn":"","computeEnvironments":[{"label":"Default","environment":{},"status":"Ready","createdAt":"2023-04-13T12:23:47.339Z", "updatedAt":"2023-04-13T12:23:54.032Z"}],"status":"Ready"}] |