Skip to content

Upgrade tests #97

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

Merged
merged 70 commits into from
Jun 4, 2021
Merged

Upgrade tests #97

merged 70 commits into from
Jun 4, 2021

Conversation

nilekhc
Copy link
Contributor

@nilekhc nilekhc commented May 24, 2021

Reason for Change:

Implements e2e upgrade tests

Issue Fixed:

fixes #88
fixes #90

Notes for Reviewers:

@nilekhc nilekhc requested review from aramase and sozercan May 24, 2021 23:30
@aramase aramase added this to the v0.0.12 milestone May 25, 2021
@nilekhc nilekhc requested a review from aramase June 2, 2021 18:26
CLIENT_SECRET: $(AZURE_CLIENT_SECRET)

- script: |
. scripts/setup-kind-cluster.sh &
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be replaced with make e2e-setup-kind

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Though had to move from wait to sleep. It seems ADO does not wait for child process and marks task as done after 10s.

imageVersion: $(LATEST_KMS_VERSION)

- script: |
. scripts/setup-kind-cluster.sh &
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be replaced with make e2e-setup-kind

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In upgrade we can't use this target since it depends on setup-local-registry. This generates also generates the manifests. For upgrade test we want to keep setup, manifest and cluster creation separate to make sure we install right version of kms

@nilekhc nilekhc requested a review from aramase June 3, 2021 17:18
@aramase aramase merged commit a319efc into Azure:master Jun 4, 2021
@nilekhc nilekhc deleted the upgrade-test branch June 4, 2021 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Soak tests upgrade tests
2 participants