rebase.sh: remove previous last_rebase.sh#1208
rebase.sh: remove previous last_rebase.sh#1208openshift-merge-robot merged 2 commits intoopenshift:mainfrom
Conversation
CI jobs are ran as random user, but repo is cloned as root. Job can change files' contents freely or even delete files but it's unable to change permissions of files it doesn't own: chmod: changing permissions of '(...)/last_rebase.sh': Operation not permitted
Co-authored-by: Gregory Giguashvili <85498834+ggiguash@users.noreply.github.com>
|
/label tide/merge-method-squash |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ggiguash, pmtk The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/override ci/prow/e2e-openshift-conformance-sig-api-machinery |
|
@ggiguash: Overrode contexts on behalf of ggiguash: ci/prow/e2e-openshift-conformance-sig-api-machinery, ci/prow/e2e-router-smoke-test, ci/prow/e2e-rpm-install DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@pmtk: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
CI jobs script run as nonroot, but repo is cloned as root.
Job can change files' contents freely or even delete files, but it's unable to change permissions of files it doesn't own: