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

ACS Model change for container ordering #1885

Merged
merged 4 commits into from
Feb 27, 2019

Conversation

ubhattacharjya
Copy link
Contributor

@ubhattacharjya ubhattacharjya commented Feb 24, 2019

Summary

ACS Model change for container ordering

Implementation details

Testing

New tests cover the changes:

Description for the changelog

Licensing

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

@ubhattacharjya ubhattacharjya changed the title Acs ACS Model change for container ordering Feb 24, 2019
@ubhattacharjya ubhattacharjya requested a review from a team February 24, 2019 07:03
"type":{"shape":"ProxyConfigurationType"},
"containerName":{"shape":"String"},
"properties":{"shape":"StringMap"}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Please only includes changes that related to ur feature. Normally we only update changes related to our own features when we update acs model.

@suneyz
Copy link
Contributor

suneyz commented Feb 25, 2019

please take a look at why integ and functional tests are failing

@petderek
Copy link
Contributor

I'm investigating why windows tests are failing. It looks like the dependency tests are failing and it isn't clear why

This should eventually make windows tests faster to run.

Fixes a bug where task context cancel causes an infinite steady state
loop. Previously if the context expired, waitSteady() will spin forever
since the timeout no longer works. This introduces a check for context
expiration earlier in the code.
@ubhattacharjya ubhattacharjya added this to the 1.26.0 milestone Feb 27, 2019
@petderek
Copy link
Contributor

petderek commented Feb 27, 2019

We've isolated the reason for windows tests failing: the windows containers are too resource constrained. We will open a separate PR to address this.

Copy link
Contributor

@petderek petderek left a comment

Choose a reason for hiding this comment

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

Tests are failing, but we have a fix before we merge to dev.

@ubhattacharjya ubhattacharjya merged commit fc2d930 into aws:container-ordering-feature Feb 27, 2019
@ubhattacharjya ubhattacharjya deleted the ACS branch April 8, 2019 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants