Skip to content

Commit 5a9e351

Browse files
authored
ci: allow notify dd release job to fail (#17709)
## Description Allowing failure to keep release pipelines green ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers --> Co-authored-by: gyuheon.oh <gyuheon.oh@datadoghq.com>
1 parent 02f5fad commit 5a9e351

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitlab/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ release_pypi_prod:
4545

4646
notify_datadog_release:
4747
extends: .release_base
48+
allow_failure: true
4849
needs: [ "ddtrace package", "release_pypi_prod" ]
4950
image: ${PYPI_PUBLISH_IMAGE}
5051
id_tokens:

0 commit comments

Comments
 (0)