| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
CODEOWNERS: let orchestration cover all of python-common
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Redouane Kachach <rkachach@ibm.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
While it's not perfectly correct to say the orchestration team owns
src/python-common, it's closer to the truth than not. It also ensures
that someone with domain specific knowledge is looking at the rest of
python-common outside just the deployment section (short of creating
some sort of new python-sig type group). This is relevant due to the
changes in PR #60377 as python-common's ceph package will be included
in cephadm.
Signed-off-by: John Mulligan <jmulligan@redhat.com>
|
|/
|
|
|
|
|
|
|
|
|
| |
Change "Check Incompatible Licenses" to "Check for Incompatible
Licenses".
This commit is made as part of a project to separate the changes in
https://github.com/ceph/ceph/pull/60448 into individual pull requests.
Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
|
|
|
|
|
| |
In the absence of `name`, GH uses the `job` ID of the action to select which checks are required, and `pull_request` is rather confusing.
Signed-off-by: Ernesto Puerta <37327689+epuertat@users.noreply.github.com>
|
|\
| |
| |
| |
| | |
ci: fix typo in check-license
|
| |
| |
| | |
Signed-off-by: Ernesto Puerta <37327689+epuertat@users.noreply.github.com>
|
|\ \
| |/
|/|
| |
| |
| | |
rgw: document and label mstart.sh and related scripts
Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
Reviewed-by: Shilpa Jagannath <smanjara@redhat.com>
|
| |
| |
| |
| | |
Signed-off-by: Casey Bodley <cbodley@redhat.com>
|
|/
|
|
| |
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
|
|
|
|
| |
Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
|
|
|
|
| |
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
|
|
|
|
| |
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
| |
The test job definition under qa/suites is an integral part of almost
any test. Often, the test logic is split between the task or workunit
and respective snippet(s) under qa/suites.
Other files under qa are less used, but still related to nothing but
testing, so just add the label on all of it.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
|
|\
| |
| |
| |
| | |
.github/milestone.yml: add squid
Reviewed-by: Laura Flores <lflores@redhat.com>
|
| |
| |
| |
| | |
Signed-off-by: Neha Ojha <nojha@redhat.com>
|
| |
| |
| |
| |
| |
| | |
It is rejected by github's parser.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
|
| |
| |
| |
| | |
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
|
|/
|
|
| |
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With https://github.com/actions/labeler/issues/483 still pending, do it
manually.
A couple of entries matching both files and directories were expanded
since, unlike fnmatch(3), minimatch treats slashes specially:
- src/include/rbd* -> src/include/rbd* src/include/rbd/**
- src/rbd* -> src/rbd* src/rbd*/**
- src/test/rbd* -> src/test/rbd* src/test/rbd*/**
A bunch of entries under src/tools were combined into:
- src/tools/rbd*/**
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
|
|
|
|
| |
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Getting warning about node16 being deprecated. The workflow doesn't use node
directly, but through the external actions. Moving to node20 requires
changing setup-python version; Bhacaz/checkout-files is deprecated and
recommends actions/checkout.
Signed-off-by: Dan Mick <dmick@redhat.com>
|
|
|
|
| |
Signed-off-by: Laura Flores <lflores@ibm.com>
|
|\
| |
| | |
.github/workflows: disable sync-labels in pr-triage
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
`sync-labels` is defined as "Whether or not to remove labels
when matching files are reverted or no longer changed by the PR".
We should disable this in case someone manually adds a label,
so the label doesn't get removed.
Signed-off-by: Laura Flores <lflores@ibm.com>
|
|\ \
| |/
|/|
| |
| | |
ceph/dependabot-github_actions-actions-labeler-5.0.0
.github: Bump actions/labeler from 4.0.2 to 5.0.0
|
| |
| |
| |
| | |
Signed-off-by: Laura Flores <lflores@ibm.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.2 to 5.0.0.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/5c7539237e04b714afd8ad9b4aed733815b9fab4...8558fd74291d67161a8a78ce36a881fa63b766a9)
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [gregsdennis/dependencies-action](https://github.com/gregsdennis/dependencies-action) from 1.2.3 to 1.3.2.
- [Release notes](https://github.com/gregsdennis/dependencies-action/releases)
- [Commits](https://github.com/gregsdennis/dependencies-action/compare/80b5ffec566913b1494d5a8577ab0d60e476271d...f98d55eee1f66e7aaea4a60e71892736ae2548c7)
---
updated-dependencies:
- dependency-name: gregsdennis/dependencies-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Followup to commit 265f727481c729fbe78dce7410def7de6fe869d1.
Fixes this error mesage under GitHub Insights (https://github.com/ceph/ceph/network/updates):
```
The property '#/updates/1/commit-message/prefix' was not of a maximum string length of 15
```
Signed-off-by: Laura Flores <lflores@ibm.com>
|
|
|
| |
Signed-off-by: Laura Flores <lflores@redhat.com>
|
|
|
|
| |
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
|
|
|
|
|
|
| |
See https://docs.python.org/3.10/whatsnew/3.10.html#distutils-deprecated.
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
|
|
|
|
| |
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
```
Error: Request failed due to following response errors:
- Could not resolve to a ProjectV2 with the number 2.
```
On further investigation, it looks like it could be a permission issue.
I followed the recommendation in their documentation to fix it: https://github.com/actions/add-to-project#creating-a-pat-and-adding-it-to-your-repository
Signed-off-by: Nizamudeen A <nia@redhat.com>
|
|
|
|
|
|
|
|
| |
The link I put was broken so replacing it with the correct one:
Fixes: https://github.com/ceph/ceph/pull/52455
Signed-off-by: Nizamudeen A <nia@redhat.com>
|
|\
| |
| |
| |
| | |
.github: pr-triage fix
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
|
| |
| |
| |
| | |
Signed-off-by: Nizamudeen A <nia@redhat.com>
|
|/
|
|
| |
Signed-off-by: Laura Flores <lflores@redhat.com>
|
|
|
|
| |
Signed-off-by: Neha Ojha <nojha@redhat.com>
|
|
|
| |
Signed-off-by: Ernesto Puerta <37327689+epuertat@users.noreply.github.com>
|
|
|
|
|
|
|
| |
Assume ownership of qa/workunits/windows. Despite the generic name,
currently it has just rbd-wnbd tests.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
|
|
|
|
|
| |
[Example](https://github.com/ceph/ceph/actions/runs/4222995073/jobs/7360873373) of failing run.
Signed-off-by: Ernesto Puerta <37327689+epuertat@users.noreply.github.com>
|
|
|
|
| |
Signed-off-by: Casey Bodley <cbodley@redhat.com>
|
|
|
|
|
|
|
| |
This happens because core and rbd ownership is defined after
doc-writers: a later match takes precedence.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
|
|
|
|
| |
Signed-off-by: Casey Bodley <cbodley@redhat.com>
|
|
|
|
| |
Signed-off-by: Casey Bodley <cbodley@redhat.com>
|
|
|
|
| |
Signed-off-by: Laura Flores <ljflores@redhat.com>
|
|
|
|
|
| |
In response to https://tracker.ceph.com/issues/58173, it would have helped to have the PR label librados test files with core, so the PR would have been tagged for rados qa.
Signed-off-by: Laura Flores <lflores@redhat.com>
|
|
|
|
|
|
|
| |
Currently, the stale bot closes PRs 90 days after they are marked stale since it counts "marking a PR stale" as activity.
We really want the PRs to close after a total of 90 days, or 30 days after they are marked stale. Changing `days-before-prs-close` to 30 will fix this.
Signed-off-by: Laura Flores <lflores@redhat.com>
|
|
|
|
|
|
|
|
|
| |
[Warning](https://github.com/ceph/ceph/actions/runs/3273201887):
```
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Please update the following actions to use Node.js 16: actions/labeler, iyu/actions-milestone
```
Signed-off-by: Ernesto Puerta <37327689+epuertat@users.noreply.github.com>
|