Skip to content

Commit

Permalink
don't add NoProductization to /static-checks/diff/removed-rules
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Jaburek <[email protected]>
  • Loading branch information
comps committed Apr 24, 2024
1 parent deae420 commit a740ef5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions static-checks/diff/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ result: custom
environment+:
PYTHONPATH: ../..
duration: 10m
tag:
- NoProductization
adjust:
- when: distro == rhel-7
enabled: false
Expand All @@ -12,18 +10,22 @@ adjust:
/profiles:
summary: Diff datastreams, output added/removed profiles
test: python3 -m lib.runtest ./profiles.py
tag: [NoProductization]

/profile-titles:
summary: Diff datastreams, output profile title differences
test: python3 -m lib.runtest ./profile-titles.py
tag: [NoProductization]

/profile-rules:
summary: Diff datastreams, output profile rule/variable differences
test: python3 -m lib.runtest ./profile-rules.py
tag: [NoProductization]

/profile-variables:
summary: Diff datastreams, output profile variable refine differences
test: python3 -m lib.runtest ./profile-variables.py
tag: [NoProductization]

/removed-rules:
summary: Diff datastreams, check that no rule has been removed
Expand Down

0 comments on commit a740ef5

Please sign in to comment.