Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We need to pass component-ci-testing or promoted-component tag to repo-setup-get-hash to return proper hashes for downstream otherwise it will return distro and commit empty hash. This pr fixes the same. ``` ❯ repo-setup-get-hash --component baremetal --dlrn-url https://x.x.x.x --os-version rhel9 --release osp18 --tag component-ci-testing os_version: rhel9, release: osp18, component: baremetal, tag: component-ci-testing, dlrn_hash_tag: None, dlrn_url: x.x.x.x/rhel9-osp18/component/baremetal/component-ci-testing/commit.yaml, dlrn_api_url: x.x.x.x/api-rhel9-osp18, full_hash: 4e51aefa3ee32417a2b5b6ae801710a365818586_48e5ac78, commit_hash: 4e51aefa3ee32417a2b5b6ae801710a365818586, distro_hash: 48e5ac78483bfb7b327084386aa22dd88a214b60, extended_hash: 252b6b5fa34585d47af0954ee5d84c4f4dec0d52_4ee8dca8786a024cd470bbe8cab14bf586e63abf ``` Signed-off-by: Chandan Kumar <raukadah@gmail.com>
- Loading branch information