Skip to content

Give permissions to /.cache dir#789

Merged
myakove merged 4 commits into
RedHatQE:mainfrom
oharan2:uv
Apr 8, 2025
Merged

Give permissions to /.cache dir#789
myakove merged 4 commits into
RedHatQE:mainfrom
oharan2:uv

Conversation

@oharan2
Copy link
Copy Markdown
Contributor

@oharan2 oharan2 commented Apr 7, 2025

When running as non root user (Openshift-Ci env), any uv execution command such as
uv run openshift_cli_installer/cli.py --help

Hits the following permission error:

error: failed to open file `/.cache/sdists-v8/.git`: Permission denied (os error 13)

@oharan2
Copy link
Copy Markdown
Contributor Author

oharan2 commented Apr 7, 2025

/verified

@redhat-qe-bot2
Copy link
Copy Markdown

Report bugs in Issues

The following are automatically added:

  • Add reviewers from OWNER file (in the root of the repository) under reviewers section.
  • Set PR size label.
  • New issue is created for the PR. (Closed when PR is merged/closed)
  • Run pre-commit if .pre-commit-config.yaml exists in the repo.

Available user actions:

  • To mark PR as WIP comment /wip to the PR, To remove it from the PR comment /wip cancel to the PR.
  • To block merging of PR comment /hold, To un-block merging of PR comment /hold cancel.
  • To mark PR as verified comment /verified to the PR, to un-verify comment /verified cancel to the PR.
    verified label removed on each new commit push.
  • To cherry pick a merged PR comment /cherry-pick <target branch to cherry-pick to> in the PR.
    • Multiple target branches can be cherry-picked, separated by spaces. (/cherry-pick branch1 branch2)
    • Cherry-pick will be started when PR is merged
  • To build and push container image command /build-and-push-container in the PR (tag will be the PR number).
    • You can add extra args to the Podman build command
      • Example: /build-and-push-container --build-arg OPENSHIFT_PYTHON_WRAPPER_COMMIT=<commit_hash>
  • To add a label by comment use /<label name>, to remove, use /<label name> cancel
  • To assign reviewers based on OWNERS file use /assign-reviewers
  • To check if PR can be merged use /check-can-merge
  • to assign reviewer to PR use /assign-reviewer @<reviewer>
Supported /retest check runs
  • /retest tox: Retest tox
  • /retest build-container: Retest build-container
  • /retest python-module-install: Retest python-module-install
  • /retest all: Retest all
Supported labels
  • hold
  • verified
  • wip
  • lgtm

@oharan2
Copy link
Copy Markdown
Contributor Author

oharan2 commented Apr 7, 2025

/verified

@oharan2
Copy link
Copy Markdown
Contributor Author

oharan2 commented Apr 8, 2025

/verified

@myakove
Copy link
Copy Markdown
Contributor

myakove commented Apr 8, 2025

/retest python-module-install

@myakove
Copy link
Copy Markdown
Contributor

myakove commented Apr 8, 2025

/verified
/lgtm

@myakove myakove merged commit 05fd865 into RedHatQE:main Apr 8, 2025
6 checks passed
@redhat-qe-bot1
Copy link
Copy Markdown

New container for quay.io/redhat_msi/openshift-cli-installer:latest published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants