Skip to content

Commit

Permalink
don't test discovery on EL9
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Feb 9, 2024
1 parent 393396e commit 35a31af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipelines/vars/forklift_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ server_box:

- "--enable-foreman-plugin-bootdisk"

- "--enable-foreman-cli-discovery"
- "--enable-foreman-plugin-discovery"
- "--enable-foreman-proxy-plugin-discovery"
- "{{ '--enable-foreman-cli-discovery' if ('9' not in pipeline_os) else '' }}"
- "{{ '--enable-foreman-plugin-discovery' if ('9' not in pipeline_os) else '' }}"
- "{{ '--enable-foreman-proxy-plugin-discovery' if ('9' not in pipeline_os) else '' }}"

- "--enable-foreman-cli-google"
- "--enable-foreman-plugin-google"
Expand Down

0 comments on commit 35a31af

Please sign in to comment.