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

Merge branch 'dev' into ipv6 #2629

Merged
merged 21 commits into from
Sep 11, 2020
Merged

Merge branch 'dev' into ipv6 #2629

merged 21 commits into from
Sep 11, 2020

Conversation

fenxiong
Copy link
Contributor

Summary

Merge dev branch into ipv6 branch to test feature with latest code.

Implementation details

git merge no merge conflict.

Testing

Rely on existing tests.

Description for the changelog

N/A

Licensing

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

root and others added 21 commits August 20, 2020 17:18
…2608)

* Centralize DockerID getting, make it more resilient

* Fix unit tests for containerID/containerName changes
Previously, the dockerID in the dockerContainer struct of a container is only saved in termination handler. This means that if the agent is forcefully stopped (e.g. via SIGKILL instead of SIGTERM), the dockerID is not saved, and as a result loses track of container if it is stopped by SIGKILL. This commit fixes the issue by saving the dockerID  after creating the container.
Check that gogenerate does not generate a diff in CI

Install mockgen 1.3.1 automatically in get-deps make target

Remove static analysis and xplatform checks from travis job
This reverts commit a2299e2.

This needs to be in a feature branch for now.
Next step will be to delete .travis.yml and the travis webhook from
agent repo settings.

That will be done after we've had time to evaluate and verify that
github actions are working well and providing consistent test results.
@fenxiong fenxiong merged commit 9fb6694 into aws:ipv6 Sep 11, 2020
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.

10 participants