Added osp18 option for releases in get hash

Change-Id: I2ffe3d220e0876cafd0fe16c4f3b806b7c1b5259
This commit is contained in:
bshewale 2022-12-01 15:52:08 +05:30
parent e6c52d0371
commit c73cb0f636
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@ tripleo_releases:
- osp16-2 - osp16-2
- osp17 - osp17
- osp17-1 - osp17-1
- osp18
tripleo_ci_components: tripleo_ci_components:
- baremetal - baremetal

View File

@ -49,7 +49,8 @@ DEFAULT_CONFIG = {
"queens", "queens",
"osp16-2", "osp16-2",
"osp17", "osp17",
"osp17-1" "osp17-1",
"osp18"
], ],
"dlrn_url": "https://trunk.rdoproject.org", "dlrn_url": "https://trunk.rdoproject.org",
"rdo_named_tags": [ "rdo_named_tags": [