Skip to content

Commit 718e7a2

Browse files
authored
[OAS/CI] Do not retry validation failures (#241118)
## Summary Per the title
1 parent 59670a4 commit 718e7a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/scripts/steps/checks/capture_oas_snapshot.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ fi
3131

3232
run_check() {
3333
eval "$cmd"
34-
node ./scripts/validate_oas_docs.js --assert-no-error-increase --skip-printing-issues --update-baseline
3534
}
3635

3736
retry 5 15 run_check
3837

38+
node ./scripts/validate_oas_docs.js --assert-no-error-increase --skip-printing-issues --update-baseline
39+
3940
check_for_changed_files "$cmd" true
4041

4142
.buildkite/scripts/steps/openapi_bundling/security_solution_openapi_bundling.sh

0 commit comments

Comments
 (0)