Skip to content

Commit

Permalink
Merge pull request #976 from barakda/bump_atom_sha
Browse files Browse the repository at this point in the history
bump atom sha, mtls add and nightly run update
  • Loading branch information
barakda authored Dec 3, 2024
2 parents 2cbe91b + e948060 commit 002e72c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 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=14330a7bbc0bcf0177271db26c690be2573fb3a9
ATOM_SHA=269ce6fd8ec65bfe6eb25d19415f13927bd80e60

# Demo settings
RBD_POOL=rbd
Expand Down
26 changes: 4 additions & 22 deletions tests/atom/clusterBuildTestsRun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,6 @@ git checkout $ATOM_SHA
# Build atom images based on the cloned repo
docker build -t nvmeof_atom:$ATOM_SHA .

# Atom test script run
# Description of the uncleared flags with their default values
# - Upgrade ceph image target (None)
# - Upgrade nvmeof image target (None)
# - Nvmeof cli image use in target (None)
# - Number of gateways (4)
# - Number of gateways to stop (1)
# - Number of gateways after scale down (1)
# - Number of subsystems (2)
# - Number of namespaces (4)
# - Max namespaces per subsystem (1024)
# - HA failover cycles (2)
# - HA failover cycles after upgrade (2)
# - RBD size (200M)
# - Seed number (0)
# - FIO use (1=run fio, 0=don't run fio)

set -x
if [ "$5" != "nightly" ]; then
sudo docker run \
Expand Down Expand Up @@ -97,8 +80,7 @@ if [ "$5" != "nightly" ]; then
--nvmeof-daemon-remove \
--redeploy-gws \
--github-action-deployment \
--dont-use-mtls \
--skip-lb-test \
--skip-ns-rebalancing-test \
--journalctl-to-console \
--dont-power-off-cloud-vms \
--env=m6
Expand All @@ -116,8 +98,8 @@ else
--gw-num=4 \
--gw-to-stop-num=1 \
--gw-scale-down-num=1 \
--subsystem-num=10 \
--ns-num=90 \
--subsystem-num=118 \
--ns-num=8 \
--subsystem-max-ns-num=1024 \
--failover-num=6 \
--failover-num-after-upgrade=2 \
Expand All @@ -134,7 +116,7 @@ else
--redeploy-gws \
--github-action-deployment \
--dont-use-mtls \
--skip-lb-test \
--skip-ns-rebalancing-test \
--journalctl-to-console \
--dont-power-off-cloud-vms \
--dont-use-hugepages \
Expand Down

0 comments on commit 002e72c

Please sign in to comment.