Skip to content

Commit 240eb69

Browse files
murphp15paulm2
andauthored
vdk-jupyter: add retries (#2957)
# What Add retries for a task in the CICD pipeline # Why it seems to randomly fail. Co-authored-by: paulm2 <[email protected]>
1 parent cf19e40 commit 240eb69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/vdk-plugins/vdk-jupyter/.plugin-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
.retry:
55
retry_options:
6-
max: 1
6+
max: 2
77
when:
88
- always
99

@@ -56,6 +56,7 @@ integration-tests-vdk-jupyterlab-extension:
5656
- jlpm install
5757
- jlpm playwright install
5858
- jlpm playwright test
59+
retry: !reference [.retry, retry_options]
5960
rules:
6061
- if: '$CI_COMMIT_BRANCH == "main" || $CI_PIPELINE_SOURCE == "external_pull_request_event"'
6162
changes:

0 commit comments

Comments
 (0)