Skip to content

Commit

Permalink
update atom executions to new form
Browse files Browse the repository at this point in the history
Signed-off-by: hezko <[email protected]>
  • Loading branch information
Hezko committed Nov 27, 2024
1 parent 105c92e commit 6332736
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ CEPH_SHA=latest
CEPH_DEVEL_MGR_PATH=../ceph

# Atom
ATOM_SHA=337922522c1ab22e0969f1e04d10f0d88c08509c
ATOM_SHA=14330a7bbc0bcf0177271db26c690be2573fb3a9

# Demo settings
RBD_POOL=rbd
Expand Down
102 changes: 65 additions & 37 deletions tests/atom/clusterBuildTestsRun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,46 +70,74 @@ if [ "$5" != "nightly" ]; then
sudo docker run \
-v /root/.ssh:/root/.ssh \
nvmeof_atom:"$ATOM_SHA" \
python3 cephnvme_atom.py \
nvmeof \
quay.ceph.io/ceph-ci/ceph:"$CEPH_SHA" \
quay.io/ceph/nvmeof:"$VERSION" \
quay.io/ceph/nvmeof-cli:"$VERSION" \
None None None None None None 1 1 4 1 1 2 4 1024 2 2 200M 0 1 20 10 1 \
--stopNvmeofDaemon \
--stopNvmeofSystemctl \
--stopMonLeader \
--killMonClient \
--rmNvmeofDaemon \
--redeployGWs \
--gitHubActionDeployment \
--dontUseMTLS \
--skiplbTest \
--journalctlToConsole \
--dontPowerOffCloudVMs noKey noKey \
--multiIBMCloudServers_m6
python3 atom.py \
--project=nvmeof \
--ceph-img=quay.ceph.io/ceph-ci/ceph:"$CEPH_SHA" \
--gw-img=quay.io/ceph/nvmeof:"$VERSION" \
--cli-img=quay.io/ceph/nvmeof-cli:"$VERSION" \
--initiators=1 \
--gw-group-num=1 \
--gw-num=4 \
--gw-to-stop-num=1 \
--gw-scale-down-num=1 \
--subsystem-num=2 \
--ns-num=4 \
--subsystem-max-ns-num=1024 \
--failover-num=2 \
--failover-num-after-upgrade=2 \
--rbd-size=200M \
--fio-devices-num=1 \
--lb-timeout=20 \
--config-dbg-mon=10 \
--config-dbg-ms=1 \
--nvmeof-daemon-stop \
--nvmeof-systemctl-stop \
--mon-leader-stop \
--mon-client-kill \
--nvmeof-daemon-remove \
--redeploy-gws \
--github-action-deployment \
--dont-use-mtls \
--skip-lb-test \
--journalctl-to-console \
--dont-power-off-cloud-vms \
--env=m6
else
sudo docker run \
-v /root/.ssh:/root/.ssh \
nvmeof_atom:"$ATOM_SHA" \
python3 cephnvme_atom.py \
nvmeof \
quay.ceph.io/ceph-ci/ceph:"$CEPH_SHA" \
quay.io/ceph/nvmeof:"$VERSION" \
quay.io/ceph/nvmeof-cli:"$VERSION" \
None None None None None None 1 1 4 1 1 10 90 1024 6 2 200M 0 1 20 10 1 \
--stopNvmeofDaemon \
--stopNvmeofSystemctl \
--stopMonLeader \
--killMonClient \
--rmNvmeofDaemon \
--redeployGWs \
--gitHubActionDeployment \
--dontUseHUGEPAGES \
--dontUseMTLS \
--skiplbTest \
--journalctlToConsole \
--dontPowerOffCloudVMs noKey noKey \
--multiIBMCloudServers_m6
python3 atom.py \
--project=nvmeof \
--ceph-img=quay.ceph.io/ceph-ci/ceph:"$CEPH_SHA" \
--gw-img=quay.io/ceph/nvmeof:"$VERSION" \
--cli-img=quay.io/ceph/nvmeof-cli:"$VERSION" \
--initiators=1 \
--gw-group-num=1 \
--gw-num=4 \
--gw-to-stop-num=1 \
--gw-scale-down-num=1 \
--subsystem-num=10 \
--ns-num=90 \
--subsystem-max-ns-num=1024 \
--failover-num=6 \
--failover-num-after-upgrade=2 \
--rbd-size=200M \
--fio-devices-num=1 \
--lb-timeout=20 \
--config-dbg-mon=10 \
--config-dbg-ms=1 \
--nvmeof-daemon-stop \
--nvmeof-systemctl-stop \
--mon-leader-stop \
--mon-client-kill \
--nvmeof-daemon-remove \
--redeploy-gws \
--github-action-deployment \
--dont-use-mtls \
--skip-lb-test \
--journalctl-to-console \
--dont-power-off-cloud-vms \
--dont-use-hugepages \
--env=m6
fi
set +x

0 comments on commit 6332736

Please sign in to comment.