Skip to content

Commit

Permalink
test when build exists [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 14, 2025
1 parent 088ace2 commit 3c31637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ def check_agent6_build_status(ctx, channel_id):
api_instance = CIVisibilityPipelinesApi(api_client)
response = api_instance.list_ci_app_pipeline_events(
filter_query='ci_level:pipeline @ci.pipeline.name:"DataDog/datadog-agent" @git.tag:6.53.* [email protected]:true',
filter_from=(datetime.now() + relativedelta(days=-1)),
filter_from=(datetime.now() + relativedelta(days=-7)),
filter_to=datetime.now(),
page_limit=5,
)
Expand Down

0 comments on commit 3c31637

Please sign in to comment.