-
Notifications
You must be signed in to change notification settings - Fork 92
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
ceph-windows: Use PowerShell script to run tests #2094
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We have a new PowerShell script that runs all the Ceph Windows tests from the main repository. Signed-off-by: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
ionutbalutoiu
force-pushed
the
update-ceph-win-tests
branch
from
January 6, 2023 12:41
3cd9a9c
to
a1d12d6
Compare
petrutlucian94
added a commit
to petrutlucian94/ceph
that referenced
this pull request
Jan 6, 2023
We have a few Python rbd-wnbd tests that are invoked explicitly by the ceph-build scripts [1]. There are a few issues with that: * it's a separate repo that has to be updated whenever we add new tests * new tests that reside in the ceph repo will not be executed by the PR check * some tests may be missing in case of older branches For this reason, we're adding a new script as part of the Ceph repo that will take care of invoking the Windows rbd-wnbd tests. The ceph-build script has already been updated accordingly [2]. [1] https://github.com/ceph/ceph-build/blob/main/scripts/ceph-windows/run_tests#L73-L80 [2] ceph/ceph-build#2094 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com> Co-Authored-By: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
petrutlucian94
added a commit
to petrutlucian94/ceph
that referenced
this pull request
Jan 6, 2023
We have a few Python rbd-wnbd tests that are invoked explicitly by the ceph-build scripts [1]. There are a few issues with that: * it's a separate repo that has to be updated whenever we add new tests * new tests that reside in the ceph repo will not be executed by the PR check * some tests may be missing in case of older branches For this reason, we're adding a new script as part of the Ceph repo that will take care of invoking the Windows rbd-wnbd tests. The ceph-build script has already been updated accordingly [2]. [1] https://github.com/ceph/ceph-build/blob/main/scripts/ceph-windows/run_tests#L73-L80 [2] ceph/ceph-build#2094 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com> Co-Authored-By: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
stefan-chivu
pushed a commit
to stefan-chivu/ceph
that referenced
this pull request
Jan 6, 2023
We have a few Python rbd-wnbd tests that are invoked explicitly by the ceph-build scripts [1]. There are a few issues with that: * it's a separate repo that has to be updated whenever we add new tests * new tests that reside in the ceph repo will not be executed by the PR check * some tests may be missing in case of older branches For this reason, we're adding a new script as part of the Ceph repo that will take care of invoking the Windows rbd-wnbd tests. The ceph-build script has already been updated accordingly [2]. [1] https://github.com/ceph/ceph-build/blob/main/scripts/ceph-windows/run_tests#L73-L80 [2] ceph/ceph-build#2094 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com> Co-Authored-By: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
stefan-chivu
pushed a commit
to stefan-chivu/ceph
that referenced
this pull request
Jan 6, 2023
We have a few Python rbd-wnbd tests that are invoked explicitly by the ceph-build scripts [1]. There are a few issues with that: * it's a separate repo that has to be updated whenever we add new tests * new tests that reside in the ceph repo will not be executed by the PR check * some tests may be missing in case of older branches For this reason, we're adding a new script as part of the Ceph repo that will take care of invoking the Windows rbd-wnbd tests. The ceph-build script has already been updated accordingly [2]. [1] https://github.com/ceph/ceph-build/blob/main/scripts/ceph-windows/run_tests#L73-L80 [2] ceph/ceph-build#2094 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com> Co-Authored-By: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
stefan-chivu
pushed a commit
to stefan-chivu/ceph
that referenced
this pull request
Jan 6, 2023
We have a few Python rbd-wnbd tests that are invoked explicitly by the ceph-build scripts [1]. There are a few issues with that: * it's a separate repo that has to be updated whenever we add new tests * new tests that reside in the ceph repo will not be executed by the PR check * some tests may be missing in case of older branches For this reason, we're adding a new script as part of the Ceph repo that will take care of invoking the Windows rbd-wnbd tests. The ceph-build script has already been updated accordingly [2]. [1] https://github.com/ceph/ceph-build/blob/main/scripts/ceph-windows/run_tests#L73-L80 [2] ceph/ceph-build#2094 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com> Co-Authored-By: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
petrutlucian94
approved these changes
Jan 6, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
petrutlucian94
added a commit
to stefan-chivu/ceph
that referenced
this pull request
Jan 16, 2023
We have a few Python rbd-wnbd tests that are invoked explicitly by the ceph-build scripts [1]. There are a few issues with that: * it's a separate repo that has to be updated whenever we add new tests * new tests that reside in the ceph repo will not be executed by the PR check * some tests may be missing in case of older branches For this reason, we're adding a new script as part of the Ceph repo that will take care of invoking the Windows rbd-wnbd tests. The ceph-build script has already been updated accordingly [2]. [1] https://github.com/ceph/ceph-build/blob/main/scripts/ceph-windows/run_tests#L73-L80 [2] ceph/ceph-build#2094 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com> Co-Authored-By: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
petrutlucian94
added a commit
to stefan-chivu/ceph
that referenced
this pull request
Jan 18, 2023
We have a few Python rbd-wnbd tests that are invoked explicitly by the ceph-build scripts [1]. There are a few issues with that: * it's a separate repo that has to be updated whenever we add new tests * new tests that reside in the ceph repo will not be executed by the PR check * some tests may be missing in case of older branches For this reason, we're adding a new script as part of the Ceph repo that will take care of invoking the Windows rbd-wnbd tests. The ceph-build script has already been updated accordingly [2]. [1] https://github.com/ceph/ceph-build/blob/main/scripts/ceph-windows/run_tests#L73-L80 [2] ceph/ceph-build#2094 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com> Co-Authored-By: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
petrutlucian94
added a commit
to stefan-chivu/ceph
that referenced
this pull request
Jan 18, 2023
We have a few Python rbd-wnbd tests that are invoked explicitly by the ceph-build scripts [1]. There are a few issues with that: * it's a separate repo that has to be updated whenever we add new tests * new tests that reside in the ceph repo will not be executed by the PR check * some tests may be missing in case of older branches For this reason, we're adding a new script as part of the Ceph repo that will take care of invoking the Windows rbd-wnbd tests. The ceph-build script has already been updated accordingly [2]. [1] https://github.com/ceph/ceph-build/blob/main/scripts/ceph-windows/run_tests#L73-L80 [2] ceph/ceph-build#2094 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com> Co-Authored-By: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
yuriw
pushed a commit
to ceph/ceph-ci
that referenced
this pull request
Jan 20, 2023
We have a few Python rbd-wnbd tests that are invoked explicitly by the ceph-build scripts [1]. There are a few issues with that: * it's a separate repo that has to be updated whenever we add new tests * new tests that reside in the ceph repo will not be executed by the PR check * some tests may be missing in case of older branches For this reason, we're adding a new script as part of the Ceph repo that will take care of invoking the Windows rbd-wnbd tests. The ceph-build script has already been updated accordingly [2]. [1] https://github.com/ceph/ceph-build/blob/main/scripts/ceph-windows/run_tests#L73-L80 [2] ceph/ceph-build#2094 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com> Co-Authored-By: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
aaSharma14
pushed a commit
to rhcs-dashboard/ceph
that referenced
this pull request
Feb 15, 2023
We have a few Python rbd-wnbd tests that are invoked explicitly by the ceph-build scripts [1]. There are a few issues with that: * it's a separate repo that has to be updated whenever we add new tests * new tests that reside in the ceph repo will not be executed by the PR check * some tests may be missing in case of older branches For this reason, we're adding a new script as part of the Ceph repo that will take care of invoking the Windows rbd-wnbd tests. The ceph-build script has already been updated accordingly [2]. [1] https://github.com/ceph/ceph-build/blob/main/scripts/ceph-windows/run_tests#L73-L80 [2] ceph/ceph-build#2094 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com> Co-Authored-By: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We have a new PowerShell script that runs all the Ceph Windows tests from the main repository.
Signed-off-by: Ionut Balutoiu ibalutoiu@cloudbasesolutions.com