Skip to content

Commit

Permalink
chore(ignorelist): add agent 12.17.1 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
iurly authored Oct 24, 2023
1 parent e60a766 commit 3745450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent_ignorelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matchers:

ignorelist:
- description: "[SMAGENT-5378] RHEL8.9 kernels ~492..500 do not include backported patch"
probe_versions: [ 12.16.0, 12.16.1, 12.16.2, 12.16.3, 12.17.0 ]
probe_versions: [ 12.16.0, 12.16.1, 12.16.2, 12.16.3, 12.17.0, 12.17.1 ]
probe_kinds: [ kmod ]
matcher: redhat
skip_if: "{{ (version == '4.18.0' and 492<=(rpmrelver|int)<=500) }}"
Expand Down

0 comments on commit 3745450

Please sign in to comment.