]>
git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
tcmu-runner: set $RELEASE before it's used
get_rpm_dist() call is misplaced. The Ceph repo URL ends up missing
the distro version which causes the job to fail after some timeouts:
REPO_URL=https://shaman.ceph.com/api/repos/ceph/main/latest/centos//flavors/default/repo
...
curl --fail -L https://shaman.ceph.com/api/repos/ceph/main/latest/centos//flavors/default/repo
...
curl: (22) The requested URL returned error: 504 Gateway Timeout
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>