You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove agent rebuilds unless we release the agent (#350)
# Summary
- we shouldn't rebuild and potentially release the agent to ecr unless
we run an agent-release
- otherwise, we might change the release.json and release some changes
unwanted
- instead, if we want to release a set of agents we should run the
`manual_ecr_release_agent` variant
- note; i kept the `release_agent` depends_on build_agent task
## Proof of Work
<!-- Enter your proof that it works here.-->
## Checklist
- [ ] Have you linked a jira ticket and/or is the ticket in the title?
- [ ] Have you checked whether your jira ticket required DOCSP changes?
- [ ] Have you added changelog file?
- use `skip-changelog` label if not needed
- refer to [Changelog files and Release
Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes)
section in CONTRIBUTING.md for more details
0 commit comments