Raymond Toy pushed to branch master at cmucl / cmucl Commits: fad6dd9e by Raymond Toy at 2026-06-02T17:03:21-07:00 Fix #512: CI retries select stages - - - - - 47971b15 by Raymond Toy at 2026-06-02T17:03:21-07:00 Merge branch 'issue-512-ci-retries-select-stages' into 'master' Fix #512: CI retries select stages Closes #512 See merge request cmucl/cmucl!386 - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -29,6 +29,7 @@ workflow: # for building. .install: stage: install + retry: 1 artifacts: paths: - snapshot/ @@ -89,6 +90,7 @@ workflow: when: always paths: - ansi-test.out + retry: 1 script: - bin/run-ansi-tests.sh -l dist/bin/lisp after_script: @@ -99,6 +101,7 @@ workflow: # Default configuration for running unit tests. .unit-test: stage: test + retry: 1 artifacts: paths: - test.log View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/1b0a461cae6966caacc6260... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/1b0a461cae6966caacc6260... You're receiving this email because of your account on gitlab.common-lisp.net. Manage all notifications: https://gitlab.common-lisp.net/-/profile/notifications | Help: https://gitlab.common-lisp.net/help