Skip to content

Commit

Permalink
declare beaker_os as a var for better re-use
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 30, 2023
1 parent 30b2f2e commit 6f0ca1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pipelines/candlepin/03-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
environment:
BEAKER_HYPERVISOR: "docker"
BEAKER_provision: "yes"
BEAKER_setfile: "{{ pipeline_os | regex_replace('-stream', '') }}-64{hostname={{ pipeline_os | regex_replace('-stream', '') }}-64.example.com}"
BEAKER_setfile: "{{ beaker_os }}-64{hostname={{ beaker_os }}-64.example.com}"
BEAKER_destroy: "no"
BEAKER_FACTER_CANDLEPIN_VERSION: "{{ pipeline_version }}"
vars:
beaker_os: "{{ pipeline_os | regex_replace('-stream', '') }}"

0 comments on commit 6f0ca1d

Please sign in to comment.