Skip to content
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

Remove square brackets from job name in LSF executor #4799

Merged
merged 4 commits into from
Mar 10, 2024

Commits on Mar 7, 2024

  1. remove square brackets from job name

    Signed-off-by: Brian Fulton-Howard <fultonh1@gmail.com>
    BEFH committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    896a042 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Add tests for sanitizeJobName() in LsfExecutor

    Signed-off-by: Brian Fulton-Howard <brian.fulton-howard@mssm.edu>
    
    Adapted from PbsExecutorTest.groovy
    Brian Fulton-Howard committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a7bfd2d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Update modules/nextflow/src/test/groovy/nextflow/executor/LsfExecutor…

    …Test.groovy
    
    Co-authored-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
    Signed-off-by: Brian Fulton-Howard <fultonh1@gmail.com>
    BEFH and pditommaso committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    22a4e42 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Reduce job name length limit to 511

    Signed-off-by: Brian Fulton-Howard <brian.fulton-howard@mssm.edu>
    Brian Fulton-Howard committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    4c8f7b2 View commit details
    Browse the repository at this point in the history