Skip to content

Commit

Permalink
Merge pull request ceph#57729 from idryomov/wip-66232
Browse files Browse the repository at this point in the history
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
idryomov authored May 28, 2024
2 parents ae21c15 + c61cb16 commit 08f2aaf
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ overrides:
- \(SLOW_OPS\)
- slow request
install:
ceph:
extra_system_packages:
extra_system_packages:
- python3-pytest
tasks:
- workunit:
Expand Down
5 changes: 2 additions & 3 deletions qa/suites/rbd/device/workloads/diff-continuous-krbd.yaml
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:
Expand Down
4 changes: 2 additions & 2 deletions qa/suites/rbd/device/workloads/diff-continuous-nbd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ overrides:
ceph:
extra_packages:
- rbd-nbd
extra_system_packages:
- pv
extra_system_packages:
- pv
tasks:
- workunit:
clients:
Expand Down
3 changes: 1 addition & 2 deletions qa/suites/rbd/librbd/workloads/python_api_tests.yaml
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:
Expand Down
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:
Expand Down
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:
Expand Down
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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ overrides:
ceph:
extra_packages:
- rbd-nbd
extra_system_packages:
- pv
extra_system_packages:
- pv
tasks:
- workunit:
clients:
Expand Down
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:
Expand Down
4 changes: 2 additions & 2 deletions qa/suites/rbd/mirror/workloads/compare-mirror-images-nbd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ overrides:
ceph:
extra_packages:
- rbd-nbd
extra_system_packages:
- pv
extra_system_packages:
- pv
tasks:
- workunit:
clients:
Expand Down
3 changes: 1 addition & 2 deletions qa/suites/rbd/valgrind/workloads/python_api_tests.yaml
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:
Expand Down
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:
Expand Down
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:
Expand Down

0 comments on commit 08f2aaf

Please sign in to comment.