Skip to content

Commit

Permalink
Fix CI errors - skip the test on nonrpm validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwanatha-HD authored and omajid committed May 6, 2024
1 parent bb9a42a commit ff4a6c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion distribution-packages/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"type": "bash",
"cleanup": true,
"skipWhen": [
"vmr-ci" // not packaged (tar.gz build)
"vmr-ci", // not packaged (tar.gz build)
"non-rpm"
],
"ignoredRIDs":[
"rhel7",
Expand Down
1 change: 1 addition & 0 deletions managed-symbols-available/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"skipWhen": [
"vmr-ci,version=6", // unpacking symbols is a hassle
"vmr-ci,version=7",
"non-rpm"
],
"ignoredRIDs":[
]
Expand Down

0 comments on commit ff4a6c9

Please sign in to comment.