From 93c7b2868ee9a80e25e5f191b8890ad8945c09d0 Mon Sep 17 00:00:00 2001 From: Wes Hayutin Date: Thu, 11 Apr 2019 13:16:46 -0600 Subject: [PATCH] add temp repo for rdoinfo changes podman/buildah This adds a hand built yum repo to get additional coverage on a dep package bump for buildah and podman Change-Id: I2ce9dd1111cb5be68a27770b4b8b9b817063ba38 --- .../CentOS-7/promotion-testing-hash-master.yml | 8 ++++++++ .../tripleo-ci/CentOS-7/promotion-testing-hash-stein.yml | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/config/release/tripleo-ci/CentOS-7/promotion-testing-hash-master.yml b/config/release/tripleo-ci/CentOS-7/promotion-testing-hash-master.yml index 4c0610e54..9b5ccd329 100644 --- a/config/release/tripleo-ci/CentOS-7/promotion-testing-hash-master.yml +++ b/config/release/tripleo-ci/CentOS-7/promotion-testing-hash-master.yml @@ -97,6 +97,14 @@ repos: baseurl: ${NODEPOOL_CENTOS_MIRROR}/7/cr/x86_64/ enabled: 0 + - type: generic + reponame: rdoinfo_repo_test + filename: rdoinfo_repo_test.repo + priority: 1 + gpgcheck: 0 + enabled: 1 + baseurl: http://38.145.32.220/rdoinfo_repo_test/ + repo_cmd_after: | sudo yum install -y yum-plugin-priorities; {% if not enable_opstools_repo|default(false)|bool %}sudo yum-config-manager --save --setopt quickstart-centos-opstools.enabled=0; diff --git a/config/release/tripleo-ci/CentOS-7/promotion-testing-hash-stein.yml b/config/release/tripleo-ci/CentOS-7/promotion-testing-hash-stein.yml index a33703625..9c9dcedd9 100644 --- a/config/release/tripleo-ci/CentOS-7/promotion-testing-hash-stein.yml +++ b/config/release/tripleo-ci/CentOS-7/promotion-testing-hash-stein.yml @@ -104,6 +104,15 @@ repos: baseurl: ${NODEPOOL_CENTOS_MIRROR}/7/rt/x86_64/ enabled: 0 + - type: generic + reponame: rdoinfo_repo_test + filename: rdoinfo_repo_test.repo + priority: 1 + gpgcheck: 0 + enabled: 1 + baseurl: http://38.145.32.220/rdoinfo_repo_test/ + + repo_cmd_after: | sudo yum install -y yum-plugin-priorities; {% if not enable_opstools_repo|default(false)|bool %}sudo yum-config-manager --save --setopt quickstart-centos-opstools.enabled=0;