-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qa/suites/rbd: override extra_system_packages directly on install task
[1] and [2] added support for applying extra_system_packages overrides directly on install task, but at the same time broke our long standing workaround where we sneaked extra_system_packages directive in through an override on ceph task. This is likely getting addressed in [3], but it's better to not rely on this odd feature in the first place. [1] ceph/teuthology#1941 [2] ceph/teuthology#1943 [3] ceph/teuthology#1942 Fixes: https://tracker.ceph.com/issues/66232 Signed-off-by: Ilya Dryomov <[email protected]> (cherry picked from commit c61cb16)
- 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: | ||
|