From ec831d385a531475332db9bd1e4ac2e6fd3d481d Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Tue, 29 Sep 2020 19:51:28 +0000 Subject: [PATCH] ceph-dev, ceph-dev-new: add SHA1 to build names Signed-off-by: Dan Mick --- ceph-dev-new/config/definitions/ceph-dev-new.yml | 2 +- ceph-dev/config/definitions/ceph-dev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-dev-new/config/definitions/ceph-dev-new.yml b/ceph-dev-new/config/definitions/ceph-dev-new.yml index ead4f5e4..c6c64b97 100644 --- a/ceph-dev-new/config/definitions/ceph-dev-new.yml +++ b/ceph-dev-new/config/definitions/ceph-dev-new.yml @@ -113,4 +113,4 @@ If this is checked, then the binaries will be built and pushed to chacra even if global: true mask-password-params: true - build-name: - name: "#${BUILD_NUMBER} ${BRANCH}, ${DISTROS}, ${FLAVOR}" + name: "#${BUILD_NUMBER} ${BRANCH}, ${SHA1}, ${DISTROS}, ${FLAVOR}" diff --git a/ceph-dev/config/definitions/ceph-dev.yml b/ceph-dev/config/definitions/ceph-dev.yml index c2ee4ce9..deb537f7 100644 --- a/ceph-dev/config/definitions/ceph-dev.yml +++ b/ceph-dev/config/definitions/ceph-dev.yml @@ -113,4 +113,4 @@ If this is checked, then the binaries will be built and pushed to chacra even if global: true mask-password-params: true - build-name: - name: "#${BUILD_NUMBER} ${BRANCH}, ${DISTROS}, ${FLAVOR}" + name: "#${BUILD_NUMBER} ${BRANCH}, ${SHA1}, ${DISTROS}, ${FLAVOR}" -- 2.39.5