Skip to content

Commit

Permalink
Run datastream static checks only on x86_64
Browse files Browse the repository at this point in the history
scap-security-guide is noarch and thus datastream is same on all archs.
  • Loading branch information
mildas authored and comps committed Jul 30, 2024
1 parent 18b0fc6 commit 3d393b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static-checks/diff/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ environment+:
duration: 10m
tag:
- always-fails
adjust:
- when: arch != x86_64
enabled: false
because: datastream is same on all architectures

/profiles:
summary: Diff datastreams, output added/removed profiles
Expand Down
4 changes: 4 additions & 0 deletions static-checks/removed-rules/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ result: custom
environment+:
PYTHONPATH: ../..
duration: 10m
adjust:
- when: arch != x86_64
enabled: false
because: datastream is same on all architectures

0 comments on commit 3d393b0

Please sign in to comment.