Skip to content

Commit 177a99e

Browse files
committed
atom: ssh issue fix
Signed-off-by: Barak Davidov <[email protected]>
1 parent 0535d1d commit 177a99e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ CEPH_SHA=latest
7171
CEPH_DEVEL_MGR_PATH=../ceph
7272

7373
# Atom
74-
ATOM_SHA=f9e67be63ad9cdcd225693fbe84d8d1bed080fe8
74+
ATOM_SHA=f1ca5a2130c0d7ee701dd17d5b39eb29825f6ccd
7575

7676
# Demo settings
7777
RBD_POOL=rbd

.github/workflows/build-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ jobs:
683683
684684
atom:
685685
needs: [build, build-ceph]
686-
if: github.repository == 'ceph/ceph-nvmeof' && github.event_name != 'schedule'
686+
if: github.repository == 'ceph/ceph-nvmeof' && github.event_name == 'schedule'
687687
runs-on: dailyAtomRunner
688688
steps:
689689
- name: Checkout code
@@ -715,7 +715,7 @@ jobs:
715715

716716
atom-nightly:
717717
needs: [build, build-ceph]
718-
if: github.repository == 'ceph/ceph-nvmeof' && github.event_name == 'schedule'
718+
if: github.repository == 'ceph/ceph-nvmeof' && github.event_name != 'schedule'
719719
runs-on: nightlyAtomRunner
720720
timeout-minutes: 1440
721721
steps:

tests/atom/clusterBuildTestsRun.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ else
114114
python3 atom.py \
115115
--project=nvmeof \
116116
--ceph-img=quay.ceph.io/ceph-ci/ceph:"$CEPH_SHA" \
117+
--ceph-branch="$CEPH_BRANCH" \
117118
--gw-img=quay.io/ceph/nvmeof:"$VERSION" \
118119
--cli-img=quay.io/ceph/nvmeof-cli:"$VERSION" \
119120
--initiators=1 \

0 commit comments

Comments
 (0)