-
Notifications
You must be signed in to change notification settings - Fork 298
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
ci: migrate azure jobs to eks prow cluster #1578
ci: migrate azure jobs to eks prow cluster #1578
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aramase The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
f4e2103
to
2051fc4
Compare
/test pull-secrets-store-csi-driver-e2e-windows-prow-migration-test |
This comment was marked as resolved.
This comment was marked as resolved.
a241fbf
to
4624f0b
Compare
/test pull-secrets-store-csi-driver-e2e-azure-prow-migration-test |
4624f0b
to
bbed807
Compare
/test pull-secrets-store-csi-driver-e2e-azure-prow-migration-test |
bbed807
to
812dd10
Compare
Tests passed:
|
ALL_OSVERSIONS.windows := 1809 ltsc2022 | ||
ALL_OS_ARCH.windows = $(foreach arch, $(ALL_ARCH.windows), $(foreach osversion, ${ALL_OSVERSIONS.windows}, windows-${osversion}-${arch})) | ||
ALL_OS_ARCH = $(foreach os, $(ALL_OS), ${ALL_OS_ARCH.${os}}) | ||
ALL_ARCH_linux ?= amd64 arm64 |
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.
Using .
in the variable name makes it hard to reference variables in shell, so using _
consistently.
export SECRET_NAME=${KEYVAULT_SECRET_NAME:-secret1} | ||
export SECRET_VERSION=${KEYVAULT_SECRET_VERSION:-""} | ||
export SECRET_VALUE=${KEYVAULT_SECRET_VALUE:-"test"} | ||
export KEY_NAME=${KEYVAULT_KEY_NAME:-key1} |
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.
Trimmed down the azure provider tests because the goal is to have small set of tests for providers. These key specific tests are done in the e2e-provider test suite.
@@ -310,66 +258,14 @@ setup() { | |||
assert_success | |||
} | |||
|
|||
@test "Test auto rotation of mount contents and K8s secrets - Create deployment" { |
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.
Rotation is tested as part of e2e-provider suite and doesn't need to be done again in azure provider
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.
This folder has been deleted because we don't test rotation in azure provider (tested as part of e2e-provider already)
812dd10
to
96d6e56
Compare
96d6e56
to
a1b1949
Compare
Signed-off-by: Anish Ramasekar <[email protected]>
a1b1949
to
1bfd728
Compare
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.
just a small nit. Otherwise lgtm
/lgtm |
…upstream-release-1.4 Automated cherry pick of #1578: ci: migrate azure job to eks prow cluster
part of #1273