-
Notifications
You must be signed in to change notification settings - Fork 616
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
ACS Model change for container ordering #1885
Conversation
agent/acs/model/api/api-2.json
Outdated
"type":{"shape":"ProxyConfigurationType"}, | ||
"containerName":{"shape":"String"}, | ||
"properties":{"shape":"StringMap"} | ||
} |
There was a problem hiding this comment.
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.
7547184
to
d8fc073
Compare
please take a look at why integ and functional tests are failing |
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.
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. |
There was a problem hiding this 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.
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.