Skip to content

Commit

Permalink
atom nightly and sha update
Browse files Browse the repository at this point in the history
Signed-off-by: Barak Davidov <barakda@il.ibm.com>
  • Loading branch information
barakda committed Jan 22, 2025
1 parent 0faa705 commit 9cf11c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/atom/clusterBuildTestsRun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ set -e

VERSION=$1
if [ "$2" = "latest" ]; then
CEPH_SHA=$(curl -s https://shaman.ceph.com/api/repos/ceph/main/latest/centos/9/ | jq -r ".[] | select(.archs[] == \"$(uname -m)\" and .status == \"ready\") | .sha1")
# CEPH_SHA=$(curl -s https://shaman.ceph.com/api/repos/ceph/main/latest/centos/9/ | jq -r ".[] | select(.archs[] == \"$(uname -m)\" and .status == \"ready\") | .sha1")
CEPH_SHA=b5c07ab4f77bffd19c88ef47141176982670de94
else
CEPH_SHA=$2
fi
Expand Down

0 comments on commit 9cf11c6

Please sign in to comment.