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

Resolve macros in archiveFilter lists #100

Closed
richcar58 opened this issue Aug 28, 2024 · 0 comments
Closed

Resolve macros in archiveFilter lists #100

richcar58 opened this issue Aug 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@richcar58
Copy link

A user expected the following code to cause the ${JobUUID}.err and ${JobUUID}.out log files to be used but not archived. Since we don't perform macro expansion in the archiveFile includes and excludes lists, the resolved log files were not recognized as part of the exclusions. The fix is to perform macro expansion on the archiveFile includes and excludes lists.

"archiveFilter": {
        "excludes": [
            "tapisjob.sh",
            "${JobUUID}.out",
            "${JobUUID}.err",
            "tapisjob.env"
        ],
        "includeLaunchFiles": false,
        "includes": []
    },
"logConfig": {
            "stderrFilename": "${JobUUID}.err",
            "stdoutFilename": "${JobUUID}.out"
},
@richcar58 richcar58 added the enhancement New feature or request label Aug 28, 2024
@richcar58 richcar58 self-assigned this Aug 28, 2024
@richcar58 richcar58 moved this from To Do to Develop in Tapis Project Beta Board Aug 29, 2024
@richcar58 richcar58 moved this from Develop to Staging in Tapis Project Beta Board Aug 29, 2024
@richcar58 richcar58 moved this from Staging to Done/Production in Tapis Project Beta Board Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

2 participants