Skip to content
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

CLOUDP-269871 Allow image build to be triggered on demand #3212

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

fmenezes
Copy link
Collaborator

@fmenezes fmenezes commented Aug 26, 2024

Proposed changes

Allow image build to be triggered on demand

Jira ticket: CLOUDP-269871

Closes #[issue number]

Checklist

  • I have signed the MongoDB CLA
  • I have added tests that prove my fix is effective or that my feature works
  • I have added any necessary documentation in document requirements section listed in CONTRIBUTING.md (if appropriate)
  • I have addressed the @mongodb/docs-cloud-team comments (if appropriate)
  • I have updated test/README.md (if an e2e test has been added)
  • I have run make fmt and formatted my code

Further comments

in essence this PR is merging evergreen.yml, evergreen_common.yml and periodic_build.yml back together and restricting the build_variants for the periodic build to run only on periodic build (ad_hoc), patches, and PRs.

@fmenezes fmenezes marked this pull request as ready for review August 26, 2024 10:54
@fmenezes fmenezes requested a review from a team as a code owner August 26, 2024 10:54
@@ -1236,6 +1465,39 @@ buildvariants:
<<: *go_linux_version
tasks:
- name: ".e2e .atlas .plugin"
- name: e2e_local_deployments_rhel
display_name: "E2E Local Deployments Tests (rhel/podman)"
allowed_requesters: ["patch", "ad_hoc", "github_pr"]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

main change

@fmenezes fmenezes merged commit cc0afab into master Aug 26, 2024
21 of 22 checks passed
@fmenezes fmenezes deleted the CLOUDP-269871 branch August 26, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants