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

preparing an ecs agent and init merged branch for AL1 builds #3345

Conversation

YashdalfTheGray
Copy link
Contributor

Summary

  • preparing an ecs agent and init merged branch for AL1

Implementation details

Testing

  • checked out initAgentIntegrationAL1
  • cherry picked the agent config changes from Update healthcheck and ports #3343
  • built an agent tar using make dockerfree-agent-image
  • loaded the agent onto a host by docker load < ecs-agent.tar
  • restarted the ECS service
  • agent connected to ECS and ran a task

New tests cover the changes: N/A

Description for the changelog

  • enhancement: preparing a branch for AL1 builds after agent/init merge

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

GO111MODULE=on go get github.com/fzipp/gocyclo/cmd/[email protected]
go get golang.org/x/tools/cmd/goimports
go get github.com/golang/mock/mockgen
go get honnef.co/go/tools/cmd/staticcheck
GO111MODULE=on go get honnef.co/go/tools/cmd/[email protected]
Copy link
Contributor

@prateekchaudhry prateekchaudhry Aug 17, 2022

Choose a reason for hiding this comment

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

nit: We have v0.3.2 in master, is it okay to have that here too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nah, it breaks the static checks if I try with 0.3.2.

@YashdalfTheGray YashdalfTheGray merged commit d59651e into aws:AmazonLinuxLegacy2018 Aug 17, 2022
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.

4 participants