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

Bug fix: Generic Worker: Process absolute paths in task payload correctly #6690

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Dec 8, 2023

  1. Bug fix: Generic Worker: Process absolute paths in task payload corre…

    …ctly
    
    Generic Worker now evaluates absolute paths inside `mounts` (properties
    `directory` and `file`) and artifacts (property `path`) correctly.  Previously
    Generic Worker would effectively strip leading path separators and treat them
    as relative paths inside the task directory. For example, `/tmp` would be
    resolved as the relative path `tmp` from inside the task directory.  This has
    now been fixed, so that both absolute and relative paths are evaluated
    correctly.
    petemoore committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    69c6b84 View commit details
    Browse the repository at this point in the history
  2. wip debug

    petemoore committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4cd5ece View commit details
    Browse the repository at this point in the history
  3. Extra debug

    petemoore committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1320099 View commit details
    Browse the repository at this point in the history
  4. wip debug

    petemoore committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    65fb0d6 View commit details
    Browse the repository at this point in the history
  5. fix

    petemoore committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    430bdbd View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    afba5e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    d5c6da7 View commit details
    Browse the repository at this point in the history