Skip to content

Commit

Permalink
Enable content proxy testing on EL8 Katello pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Jan 29, 2021
1 parent c974358 commit 6d291e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/vars/forklift_katello.yml
Expand Up @@ -14,7 +14,7 @@ server_box:
- "--puppet-server-jvm-min-heap-size 1G"
- "--puppet-server-jvm-max-heap-size 1G"
bats_tests_additional:
"{{ ['fb-katello-proxy.bats'] if pipeline_os != 'centos8' else [] }}"
- fb-katello-proxy.bats
proxy_box:
box: "{{ pipeline_os }}"
memory: 3072
Expand All @@ -27,4 +27,4 @@ proxy_box:
foreman_installer_additional_packages:
- foreman-proxy-content
forklift_boxes:
"{{ {forklift_server_name: server_box, forklift_smoker_name: smoker_box} | combine({forklift_proxy_name: proxy_box} if pipeline_os != 'centos8' else {}) }}"
"{{ {forklift_server_name: server_box, forklift_proxy_name: proxy_box, forklift_smoker_name: smoker_box} }}"

0 comments on commit 6d291e4

Please sign in to comment.