We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcdaf4 commit 1489eb3Copy full SHA for 1489eb3
1 file changed
.gitlab-ci.yml
@@ -62,6 +62,12 @@ build_windows:
62
- ./process-agent.exe
63
tags:
64
- agent_windows_6
65
+ retry:
66
+ max: 2
67
+ when:
68
+ - runner_system_failure
69
+ - stuck_or_timeout_failure
70
+ - script_failure
71
72
pre_release_windows:
73
stage: pre_release
@@ -73,6 +79,12 @@ pre_release_windows:
79
- aws.exe s3 cp . s3://stackstate-process-agent-2-test/%CI_COMMIT_REF_NAME% --recursive --exclude "*" --include "*.exe" --acl public-read
74
80
75
81
82
83
84
85
86
87
76
88
77
89
pre_release_linux:
78
90
0 commit comments