Skip to content

Commit

Permalink
pass the pipeline version to beaker
Browse files Browse the repository at this point in the history
our nightly repos are unsigned and if you pass version=nightly to
pulpcore::repo it will disable gpg checking, otherwise things don't
install
  • Loading branch information
evgeni authored and ekohl committed Mar 19, 2024
1 parent 1f1edac commit 41264df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/pulpcore/03-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41264df

Please sign in to comment.