Skip to content

21.04.1 List of changes done by Lifebit#19

Open
mageshwaran-lifebit wants to merge 17 commits into21.04.1-originalfrom
21.04.1
Open

21.04.1 List of changes done by Lifebit#19
mageshwaran-lifebit wants to merge 17 commits into21.04.1-originalfrom
21.04.1

Conversation

@mageshwaran-lifebit
Copy link

No description provided.

pprieto and others added 8 commits November 16, 2022 11:46
* 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
@mageshwaran-lifebit mageshwaran-lifebit changed the title 21.04.1 conflits checks 21.04.1 List of changes done by Lifebit Dec 6, 2023
@mageshwaran-lifebit mageshwaran-lifebit requested review from a team and tiagofilipe12 and removed request for a team December 7, 2023 12:36
binding.launch_cmd = getLaunchCommand(interpreter,env)
binding.stage_cmd = getStageCommand()
binding.unstage_cmd = getUnstageCommand()

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think this change make sense. so dropping it

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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 {
/**
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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')
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already packages are using 1.12.129

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changes done by @mageshwaran-lifebit to make pipeline test rans

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changes done by @mageshwaran-lifebit

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changes done by @mageshwaran-lifebit to make pipeline test rans

@PackageScope
ThrottlingExecutor getReaper() { reaper }

String getInstanceIdByQueueAndTaskArn(String queue, String taskArn) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nf-amazon-1.12.0 already have this

* {@code null} if it's not an EC2 instance.
*/
protected String fetchRegion() {
private String fetchRegion() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nf-amazon-1.12.0 already this

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we dont need this file in newer version

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we dont need this change, as this is been deprecated and not used anymore in code
V19.10.0:
image

*v21.04.1
Uploading image.png…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants