-
Notifications
You must be signed in to change notification settings - Fork 19
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
Migrate Windows helm-chart tests. #32
Conversation
Moving over to make new PR.
@@ -1,6 +1,9 @@ | |||
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | |||
// SPDX-License-Identifier: Apache-2.0 | |||
|
|||
//go:build linuxonly || windowslinux |
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.
Do we need 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.
Not sure, but this is how it was in the previous package I migrated from: https://github.com/aws/amazon-cloudwatch-agent-operator/blob/cab619e55a8719dbfcf7756d0e1647f9d7834521/integration-tests/eks/validateResources_test.go#L4.
I know it was in the other packages to associate tags with it.
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.
Yeah that's needed coz those tags are used to distinguish linux/windows integration tests
Migrate Windows helm-chart tests.
Migrated windows from https://github.com/aws/amazon-cloudwatch-agent-operator/blob/main/.github/workflows/helm-integ-test.yml into https://github.com/aws-observability/helm-charts/blob/main/.github/workflows/amazon-cloudwatch-observability-helm-integration-test.yaml and refactored the directory location for helm.
See #27 for previous status on PR.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.