File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ CEPH_SHA=latest
71
71
CEPH_DEVEL_MGR_PATH = ../ceph
72
72
73
73
# Atom
74
- ATOM_SHA = f9e67be63ad9cdcd225693fbe84d8d1bed080fe8
74
+ ATOM_SHA = f1ca5a2130c0d7ee701dd17d5b39eb29825f6ccd
75
75
76
76
# Demo settings
77
77
RBD_POOL = rbd
Original file line number Diff line number Diff line change @@ -683,7 +683,7 @@ jobs:
683
683
684
684
atom :
685
685
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'
687
687
runs-on : dailyAtomRunner
688
688
steps :
689
689
- name : Checkout code
@@ -715,7 +715,7 @@ jobs:
715
715
716
716
atom-nightly :
717
717
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'
719
719
runs-on : nightlyAtomRunner
720
720
timeout-minutes : 1440
721
721
steps :
Original file line number Diff line number Diff line change 114
114
python3 atom.py \
115
115
--project=nvmeof \
116
116
--ceph-img=quay.ceph.io/ceph-ci/ceph:" $CEPH_SHA " \
117
+ --ceph-branch=" $CEPH_BRANCH " \
117
118
--gw-img=quay.io/ceph/nvmeof:" $VERSION " \
118
119
--cli-img=quay.io/ceph/nvmeof-cli:" $VERSION " \
119
120
--initiators=1 \
You can’t perform that action at this time.
0 commit comments