From 41264dfdf29032ce605f8e160bc87f72ba30af18 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 19 Mar 2024 14:34:59 +0100 Subject: [PATCH] pass the pipeline version to beaker our nightly repos are unsigned and if you pass version=nightly to pulpcore::repo it will disable gpg checking, otherwise things don't install --- pipelines/pulpcore/03-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/pulpcore/03-tests.yml b/pipelines/pulpcore/03-tests.yml index b36513044..52f4c9f39 100644 --- a/pipelines/pulpcore/03-tests.yml +++ b/pipelines/pulpcore/03-tests.yml @@ -18,6 +18,7 @@ beaker_os: "{{ pipeline_os.replace('-stream', '') }}" beaker_environment: BEAKER_FACTER_PULPCORE_BASEURL: "https://stagingyum.theforeman.org/pulpcore/{{ pipeline_version }}/el{{ ansible_distribution_major_version }}/x86_64" + BEAKER_FACTER_PULPCORE_VERSION: "{{ pipeline_version }}" - name: run tests ansible become: True