Skip to content

Commit 9b5622d

Browse files
ci: Temporarily enable verbose mode for cirrus-run
We've hit issues with GitLab CI jobs reporting a failure despite the corresponding Cirrus CI job finishing successfully: this is apparently caused by the underlying VM being rescheduled. A workaround for this issue has been implemented as of sio/cirrus-run@5299874 which will be included in the upcoming 0.3.0 release; however, in order to validate that this workaround is effective it would be useful to have more data. Based on the conversation in sio/cirrus-run#4 enabling verbose mode allows to collect this data while not having any impact on performance, so let's enable it temporarily and then disable it again once cirrus-run 0.3.0 is out. Signed-off-by: Andrea Bolognani <[email protected]> Reviewed-by: Ján Tomko <[email protected]>
1 parent d8f1366 commit 9b5622d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ stages:
104104
-e "s|[@]PYPI_PKGS@|$PYPI_PKGS|g"
105105
<ci/cirrus/build.yml >ci/cirrus/$NAME.yml
106106
- cat ci/cirrus/$NAME.yml
107-
- cirrus-run --show-build-log always ci/cirrus/$NAME.yml
107+
- cirrus-run -v --show-build-log always ci/cirrus/$NAME.yml
108108
only:
109109
variables:
110110
- $CIRRUS_GITHUB_REPO

0 commit comments

Comments
 (0)