Skip to content

Commit d37115c

Browse files
Configure conductor to run the nightly build on main during the weekend in this repo (#46786)
### What does this PR do? Configure conductor to run the nightly build on main during the weekend in this repo ### Motivation Part 2 of DataDog/k8s-datadog-agent-ops#7515 and make sure we have a daily job during the weekend ### Describe how you validated your changes ### Additional Notes Co-authored-by: florent.clarret <florent.clarret@datadoghq.com>
1 parent 8d7bcf5 commit d37115c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

service.datadog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@ extensions:
9797
options:
9898
disable_bia: true
9999
disable_failure_notifications: true
100+
- name: "main-nightly-build"
101+
branch: "main"
102+
schedule: "0 3 * * 6,0"
103+
build_only: true
104+
options:
105+
disable_bia: true
106+
disable_failure_notifications: true
100107
datadoghq.com/change-detection:
101108
source_patterns:
102109
- service.datadog.yaml

0 commit comments

Comments
 (0)