-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ceph#57729 from idryomov/wip-66232
qa/suites/rbd: override extra_system_packages directly on install task Reviewed-by: Patrick Donnelly <[email protected]> Reviewed-by: Ramana Raja <[email protected]>
- Loading branch information
Showing
13 changed files
with
19 additions
and
29 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
overrides: | ||
install: | ||
ceph: | ||
extra_system_packages: | ||
- pv | ||
extra_system_packages: | ||
- pv | ||
tasks: | ||
- workunit: | ||
clients: | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
overrides: | ||
install: | ||
ceph: | ||
extra_system_packages: | ||
extra_system_packages: | ||
- python3-pytest | ||
tasks: | ||
- workunit: | ||
|
3 changes: 1 addition & 2 deletions
3
qa/suites/rbd/librbd/workloads/python_api_tests_with_defaults.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
overrides: | ||
install: | ||
ceph: | ||
extra_system_packages: | ||
extra_system_packages: | ||
- python3-pytest | ||
tasks: | ||
- workunit: | ||
|
3 changes: 1 addition & 2 deletions
3
qa/suites/rbd/librbd/workloads/python_api_tests_with_journaling.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
overrides: | ||
install: | ||
ceph: | ||
extra_system_packages: | ||
extra_system_packages: | ||
- python3-pytest | ||
tasks: | ||
- workunit: | ||
|
5 changes: 2 additions & 3 deletions
5
qa/suites/rbd/mirror/workloads/compare-mirror-image-alternate-primary-krbd.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
overrides: | ||
install: | ||
ceph: | ||
extra_system_packages: | ||
- pv | ||
extra_system_packages: | ||
- pv | ||
tasks: | ||
- workunit: | ||
clients: | ||
|
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
5 changes: 2 additions & 3 deletions
5
qa/suites/rbd/mirror/workloads/compare-mirror-images-krbd.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
overrides: | ||
install: | ||
ceph: | ||
extra_system_packages: | ||
- pv | ||
extra_system_packages: | ||
- pv | ||
tasks: | ||
- workunit: | ||
clients: | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
overrides: | ||
install: | ||
ceph: | ||
extra_system_packages: | ||
extra_system_packages: | ||
- python3-pytest | ||
tasks: | ||
- workunit: | ||
|
3 changes: 1 addition & 2 deletions
3
qa/suites/rbd/valgrind/workloads/python_api_tests_with_defaults.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
overrides: | ||
install: | ||
ceph: | ||
extra_system_packages: | ||
extra_system_packages: | ||
- python3-pytest | ||
tasks: | ||
- workunit: | ||
|
3 changes: 1 addition & 2 deletions
3
qa/suites/rbd/valgrind/workloads/python_api_tests_with_journaling.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
overrides: | ||
install: | ||
ceph: | ||
extra_system_packages: | ||
extra_system_packages: | ||
- python3-pytest | ||
tasks: | ||
- workunit: | ||
|