-
Notifications
You must be signed in to change notification settings - Fork 54
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: add e2e test for self-managed infrastructure #2472
Conversation
✅ Deploy Preview for constellation-docs canceled.
|
c9650d5
to
d37692d
Compare
6ae2a2e
to
151fddf
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.
LGTM
2c13c37
to
aecf893
Compare
selfManagedInfra: "true" | ||
|
||
- name: Always terminate cluster | ||
if: always() | ||
uses: ./.github/actions/constellation_destroy | ||
with: | ||
kubeconfig: ${{ steps.e2e_test.outputs.kubeconfig }} | ||
selfManagedInfra: "true" |
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.
Needs to be reverted/moved to its own workflow before merging
We need to patch the MAA manually before init on Azure, which we currently only do in the CLI.
|
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
Signed-off-by: Moritz Sanft <[email protected]>
492773d
to
1bea9dd
Compare
Coverage report
|
Context
There should be an e2e-test of the self-managed infrastructure workflow we also describe in our docs. This is related to #2458.
Proposed change(s)
self-managed infra
to test self-managed infrastructure creation as a substitution toconstellation create
Additional info
Checklist