ama-logs deployment and test in dev clusters#1625
Merged
zanejohnson-azure merged 20 commits intoci_prodfrom Apr 6, 2026
Merged
ama-logs deployment and test in dev clusters#1625zanejohnson-azure merged 20 commits intoci_prodfrom
zanejohnson-azure merged 20 commits intoci_prodfrom
Conversation
69e2df7 to
f404bad
Compare
| linuxImageTagUnderTest: $[stageDependencies.stage.common.outputs['setup.linuxImagetag']] | ||
| windowsImageTagUnderTest: $[stageDependencies.stage.common.outputs['setup.windowsImageTag']] | ||
| jobs: | ||
| # TODO: remomve the two temp cluster and add more clusters from test automation framework when the tests are stable |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
|
This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
|
This PR was closed because it has been stalled for 12 days with no activity. |
wanlonghenry
reviewed
Apr 3, 2026
charts/azuremonitor-containerinsights-for-prod-clusters/templates/ama-logs.yaml
Show resolved
Hide resolved
rashmichandrashekar
previously approved these changes
Apr 3, 2026
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
rashmichandrashekar
approved these changes
Apr 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
intro:
test infra that uses helm chart to deploy ama-logs new images from built to aks clusters, then run e2e scripts to test the new images.
key new file:
test-ci-image-in-aks-cluster.yml: script to deploy ama-logs through helm chart, and trigger e2e scripts
changes to existing e2e test scripts:
change 15m windows to 5m to allow test not to wait long. after helm chart deployment and before trigger e2e test, we need wait for a period of time before querying the logs to avoid using logs from prev helm deployment. If we use 15m, we need wait until 20m for safety, by changing to 5m, we can just wait for 1m before running e2e test.
run a few tests using 5m query window and 10m waiting time. Log exists and test passed.
test:
see #20260320.12 in ci build pipeline