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

make upload directory in S3 bucket configurable #254

Merged
merged 9 commits into from
Feb 26, 2024

Commits on Feb 16, 2024

  1. let upload script support configurable target directories

    - adds command line args to specify upload target directories/directory pattern
    - adds a command line arg to show variables that could be used in a directory
      pattern
    - makes the legacy path accessible (i.e., can be used in the directory pattern)
    - slighly modifies some variable names to make their purpose more clear
    - fixes small typo
    - makes script a bit more 'noisy' to let it tell what it does (should facilitate
      debugging; as some actions are more configurable it's desirable to have a bit
      more information about what is going on)
    truib committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5759b0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccf5230 View commit details
    Browse the repository at this point in the history
  3. pass *_prefix settings to upload script

    - read settings from config
    - parse settings
    - pass settings to upload script
    - adjust messages used for reporting via GitHub PR comments
    truib committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1fd7b60 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    3a2df5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbfb21b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge branch 'develop' of github.com:EESSI/eessi-bot-software-layer i…

    …nto configurable_upload_directory
    truib committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f1c4001 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. add new/missing bot settings to README.md

    - added new settings `metadata_prefix` and `tarball_prefix`
    - added new settings for reporting about pull request download failures
    - added missing settings for build permissions and reporting about no permissions
    truib committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7ef1e4b View commit details
    Browse the repository at this point in the history
  2. fix flake8 test issue

    truib committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    2eb7f0a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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