Skip to content

Commit

Permalink
[CI] Set the docker_integration_tests job to allowed to fail (DataD…
Browse files Browse the repository at this point in the history
  • Loading branch information
amenasria authored Nov 8, 2024
1 parent 6aa3170 commit 45ff22b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab/integration_test/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ agent_integration_tests:

docker_integration_tests:
extends: .integration_tests_deb
# This job is not stable yet because of rate limit issues and micro vms beta status.
allow_failure: true
script:
- inv -e docker.test
- inv -e docker.integration-tests

0 comments on commit 45ff22b

Please sign in to comment.