You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ansible-lint 5.4.0 (because it's the last one with ansible 2.9 support).
It was detecting 17 violations as fatal, but the last commit did not introduce any new violations. So I noticed the default log level was warning and wanted to see more details. Enabled -v in the pipeline and tests passed 🤯
I can't test this with the latest version so not opening a bug report or anything.. but wanted to share this funny event.
$ ansible-lint --progressive
12:21:36 WARNING Loading custom .yamllint config file, this extends our internal yamllint config.
12:21:36 Preparing worktree (checking out 'old-rev')
12:21:38 WARNING Marked 40 previously known violation(s) as ignored due to progressive mode.
12:21:38 WARNING Listing 40 violation(s) marked as ignored, likely already known
....
12:21:38 WARNING Listing 17 violation(s) that are fatal
....
12:21:38 You can skip specific rules or tags by adding them to your configuration file:
12:21:38 # .ansible-lint
12:21:38 warn_list: # or 'skip_list' to silence them completely
12:21:38 - yaml # Violations reported by yamllint
12:21:38
12:21:38 Finished with 57 failure(s), 0 warning(s) on 6 files.
12:21:43 Finished: FAILURE
ansible-lint -v --progressive:
12:47:56 WARNING Loading custom .yamllint config file, this extends our internal yamllint config.
12:47:58 INFO Matches found, running again on previous revision in order to detect regressions
12:47:58 Preparing worktree (checking out 'old-rev')
12:47:59 WARNING Total violations not increased since previous commit, will mark result as success. (57 -> 0)
12:47:59 WARNING Marked 57 previously known violation(s) as ignored due to progressive mode.
12:47:59 WARNING Listing 57 violation(s) marked as ignored, likely already known
....
12:47:59 Finished with 57 failure(s), 0 warning(s) on 6 files.
12:48:03 Finished: SUCCESS
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
ansible-lint 5.4.0 (because it's the last one with ansible 2.9 support).
It was detecting 17 violations as fatal, but the last commit did not introduce any new violations. So I noticed the default log level was warning and wanted to see more details. Enabled
-v
in the pipeline and tests passed 🤯I can't test this with the latest version so not opening a bug report or anything.. but wanted to share this funny event.
ansible-lint -v --progressive:
Beta Was this translation helpful? Give feedback.
All reactions