Skip to content

Commit

Permalink
ci: avoid killing the CI script itself on functional test error
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Dec 26, 2024
1 parent 2bd4703 commit 8413621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ image: "ubuntu:jammy"
variables:
DOCKER_DRIVER: overlay2
FAST_MODE: "false" # when "true", only run linter on arm and unit/functional tests on linux64, skip everything else
CI_FAILFAST_TEST_LEAVE_DANGLING: "1" # Gitlab CI does not care about dangling process and setting this variable avoids killing the CI script itself on error

workflow:
rules:
Expand Down

0 comments on commit 8413621

Please sign in to comment.