Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

atom nightly and sha update #1041

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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=f33642d1e01df5b1a6a4140f3b31b33a4bbfd945
ATOM_SHA=c7369a53e5817545ed129618e540712c0f6bb69e

# Demo settings
RBD_POOL=rbd
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -665,15 +665,15 @@ jobs:
pattern: container_images_nvmeof
merge-multiple: true

- name: Cluster build and Atom tests run
if: always() && github.event_name != 'schedule'
run: |
. .env
ACTION_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
./tests/atom/clusterBuildTestsRun.sh $NVMEOF_VERSION $CEPH_SHA $ATOM_SHA $ACTION_URL
# - name: Cluster build and Atom tests run
# if: always() && github.event_name != 'schedule'
# run: |
# . .env
# ACTION_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
# ./tests/atom/clusterBuildTestsRun.sh $NVMEOF_VERSION $CEPH_SHA $ATOM_SHA $ACTION_URL

- name: Cluster build and Atom nightly tests run
if: always() && github.event_name == 'schedule'
# if: always() && github.event_name == 'schedule'
run: |
. .env
ACTION_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
Expand Down
6 changes: 3 additions & 3 deletions tests/atom/clusterBuildTestsRun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if [ "$5" != "nightly" ]; then
--nvmeof-daemon-remove \
--redeploy-gws \
--github-action-deployment \
--dont-use-mtls \
--mtls \
--journalctl-to-console \
--dont-power-off-cloud-vms \
--ibm-cloud-key=nokey \
Expand All @@ -104,7 +104,7 @@ else
--subsystem-num=118 \
--ns-num=8 \
--subsystem-max-ns-num=1024 \
--failover-num=10 \
--failover-num=6 \
--failover-num-after-upgrade=2 \
--rbd-size=200M \
--seed=0 \
Expand All @@ -119,10 +119,10 @@ else
--nvmeof-daemon-remove \
--redeploy-gws \
--github-action-deployment \
--dont-use-mtls \
--journalctl-to-console \
--dont-power-off-cloud-vms \
--dont-use-hugepages \
--concise-output \
--ibm-cloud-key=nokey \
--github-nvmeof-token=nokey \
--env=m6
Expand Down
Loading