Skip to content

fix periodic builds for ssdlc #250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .evergreen-periodic-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,22 @@ tasks:
vars:
image_name: mongodb-agent-1-daily

- name: periodic_build_agent_2
exec_timeout_secs: 43200
commands:
- func: enable_QEMU
- func: pipeline
vars:
image_name: mongodb-agent-2-daily

- name: periodic_build_agent_3
exec_timeout_secs: 43200
commands:
- func: enable_QEMU
- func: pipeline
vars:
image_name: mongodb-agent-3-daily

#TODO should we still build the community operator?
- name: periodic_build_community_operator
commands:
Expand Down Expand Up @@ -142,6 +158,8 @@ task_groups:
- periodic_build_sbom_cli
- periodic_build_agent
- periodic_build_agent_1
- periodic_build_agent_2
- periodic_build_agent_3

- name: periodic_teardown_task_group
<<: *setup_group
Expand Down