-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34cd9de
commit 24597f6
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1297,13 +1297,13 @@ def check_previous_agent6_rc(ctx): | |
|
||
response = get_ci_pipeline_events( | ||
'ci_level:pipeline @ci.pipeline.name:"DataDog/datadog-agent" @git.tag:6.53.* [email protected]:true', | ||
7, | ||
0.04, | ||
) | ||
if not response.data: | ||
err_msg += "\nAGENT 6 ERROR: No Agent 6 build pipelines have run in the past week. Please trigger a build pipeline for the next agent 6 release candidate." | ||
|
||
if err_msg: | ||
print(err_msg) | ||
# send slack message to #agent-ci-on-call channel | ||
send_slack_msg(ctx, "C0701E5KYSX", err_msg) | ||
send_slack_msg(ctx, "C085P12CTFX", err_msg) | ||
sys.exit(1) |