21.04.1 List of changes done by Lifebit#19
21.04.1 List of changes done by Lifebit#19mageshwaran-lifebit wants to merge 17 commits into21.04.1-originalfrom
Conversation
* fix: Lustre recursive copy support * chore: add missing changes for batch with lustre * fix: Error of SSL certificate when running Jobs with Lustre | CI-213 * fix: update copy command evaluation Co-authored-by: rubengomex <ruben@lifebit.ai> Co-authored-by: RaduP <radu@lifebit.ai>
…1-gitlab-fixes # Conflicts: # modules/nf-commons/src/main/nextflow/Const.groovy
fix: Authorization header to enable oauth token for gitlab
* feat: 21.04.1-update-to-use-imdsv2 * feat: return IAM role not ARN
| binding.launch_cmd = getLaunchCommand(interpreter,env) | ||
| binding.stage_cmd = getStageCommand() | ||
| binding.unstage_cmd = getUnstageCommand() | ||
|
|
There was a problem hiding this comment.
I dont think this change make sense. so dropping it
There was a problem hiding this comment.
What change did you drop? then, I'm siging the stagingScript prop being populated as well. This is needed because .getStageInputFilesScript can actually be fetching the files from s3 or directly from lustre mounted file system.
There was a problem hiding this comment.
@rubengomex I think only but line 263-23 is moved from 254-255, but this line (281) is newly added. that is considered for development
| @@ -58,12 +58,12 @@ class Const { | |||
| /** | |||
There was a problem hiding this comment.
not sure whether this is needed
| compileOnly 'org.pf4j:pf4j:3.4.1' | ||
|
|
||
| compile ('io.nextflow:nxf-s3fs:1.1.0') { transitive = false } | ||
| compile ('com.amazonaws:aws-java-sdk-s3:1.11.542') |
There was a problem hiding this comment.
already packages are using 1.12.129
feat: fix .command.run upload issue for LP-5254
There was a problem hiding this comment.
This changes done by @mageshwaran-lifebit to make pipeline test rans
There was a problem hiding this comment.
This changes done by @mageshwaran-lifebit to make pipeline test rans
| @PackageScope | ||
| ThrottlingExecutor getReaper() { reaper } | ||
|
|
||
| String getInstanceIdByQueueAndTaskArn(String queue, String taskArn) { |
There was a problem hiding this comment.
this getInstanceIdByQueueAndTaskArn function is not required, as we are moving towards nf-monitor plugin
| * it's not a EC2 instance | ||
| */ | ||
| protected String fetchIamRole() { | ||
| private String fetchIamRole() { |
There was a problem hiding this comment.
nf-amazon-1.12.0 already have this
| * {@code null} if it's not an EC2 instance. | ||
| */ | ||
| protected String fetchRegion() { | ||
| private String fetchRegion() { |
There was a problem hiding this comment.
nf-amazon-1.12.0 already this
There was a problem hiding this comment.
we dont need this file in newer version

No description provided.