Skip to content

Commit

Permalink
feat(ci-linter): allow job
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythyu committed Dec 10, 2024
1 parent ad79e3f commit 5576d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab/.ci-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ needs-rules:
- tests_windows_sysprobe_x64
- trigger_auto_staging_release
- trigger_manual_prod_release
- generate_windows_gitlab_runner_bump_pr

# Lists jobs that are allowed to not be within JOBOWNERS
job-owners:
Expand Down
2 changes: 1 addition & 1 deletion tasks/github_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def _trigger_buildenv_workflow(new_version=None, datadog_agent_ref="master"):
new_version=new_version,
)

workflow_conclusion, workflow_url = follow_workflow_run(run)
workflow_conclusion, workflow_url = follow_workflow_run(run, "DataDog/buildenv")

if workflow_conclusion == "failure":
print_failed_jobs_logs(run)
Expand Down

0 comments on commit 5576d6f

Please sign in to comment.