Allow building packages for RHEL8 jobs

Change-Id: I121bf00dfe535e3803501c1b2962eab2ba6bac07
This commit is contained in:
Sagi Shnaidman 2019-08-07 01:14:36 +03:00
parent c4d6e038b3
commit 8bb2dc094c
1 changed files with 8 additions and 2 deletions

View File

@ -6,9 +6,15 @@ artg_dlrn_repo_url: "https://github.com/openstack-packages/DLRN.git"
artg_rdoinfo_repo_url: "https://github.com/redhat-openstack/rdoinfo"
artg_compressed_gating_repo: "/home/stack/gating_repo.tar.gz"
artg_build_one: true
dlrn_target: centos
dlrn_target: >-
{%- if ansible_distribution == "RedHat" -%}
redhat
{%- else %}centos{% endif -%}
dlrn_cleanup: false
dlrn_baseurl: "https://trunk.rdoproject.org/centos7/"
dlrn_baseurl: >-
{%- if ansible_distribution == "RedHat" and ansible_distribution_major_version|int == 8 -%}
https://trunk.rdoproject.org/rhel8-master
{%- else %}https://trunk.rdoproject.org/centos7/{% endif -%}
dlrn_use_local_mirrors: false
dlrn_pre_installed: false