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

GDB-10462: Updated cluster jobs to always use the temp folder #105

Merged
merged 2 commits into from
Jul 2, 2024

Commits on Jul 1, 2024

  1. GDB-10462: Updated cluster jobs to always use the temp folder

    - Updated all cluster jobs to explicitly use `/tmp` as a working directory to avoid
      permission errors due to the default security context's `readOnlyRootFilesystem`
      when the container has a starting folder different from `/tmp`.
    - Updated all utility scripts to use temporary files under `/tmp` for the same reason.
    - Prepared for version 11.0.1
    mihailradkov committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    541d866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f128b10 View commit details
    Browse the repository at this point in the history