Skip to content

Commit

Permalink
Exclude Cisco failed_attempts pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
weslambert authored Jan 11, 2024
1 parent c89d674 commit 5e1e685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup/so-verify
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ log_has_errors() {
grep -vE "response from daemon: unauthorized" | \
grep -vE "Reading first line of patchfile" | \
grep -vE "Command failed with exit code" | \
grep -vE "Running scope as unit" &> "$error_log"
grep -vE "Running scope as unit" | \
grep -vE "log-.*-pipeline_failed_attempts" &> "$error_log"

if [[ $? -eq 0 ]]; then
# This function succeeds (returns 0) if errors are detected
Expand Down

0 comments on commit 5e1e685

Please sign in to comment.