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

Update base images for Linux ARM & Windows AMD #4085

Merged

Commits on Nov 30, 2020

  1. Fixing ValidateMetrics E2E (Azure#3767)

    Currently the `ValidateMetrics` parses [metric readme page](https://github.com/Azure/iotedge/blob/master/doc/BuiltInMetrics.md) to obtain all the metric keys. The test then deploy the system runtime modules and populate its metrics which then are compared against the parsed-document set.
    There are a handful of not-so-positive metrics that are not being populated if the system modules operated on a happy path during the E2E test. These not-so-positive metrics are currently causing the `ValidateMetrics` to fail since they are not being populated.
    yophilav committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    c724360 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    5a4d3bd View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    79d702d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be7993 View commit details
    Browse the repository at this point in the history