Skip to content
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

[installer-tests] make domain name configurable #13245

Merged
merged 1 commit into from
Sep 24, 2022
Merged

Conversation

nandajavarma
Copy link
Contributor

Description

This PR makes the Domain name configurable for self hosted installer tests. The main drive here is to still run the tests even after we hit the let's encrypt cert limits. This is a very tiny workaround. The domain we provide should be registered under CloudDNS under the project dns-for-playgrounds(the project will change in the future) with a zone name same as the domain but . replaced by -. For eg, if the domain is tests.doptig.com, it expects the domain to be registered under the name tests-doptig-com(this is how we currently do it under dns-for-playgrounds project.

Related Issue(s)

Fixes #

How to test

You can something like the following:

werft run github -j .werft/k3s-installer-tests.yaml -a skipTests=true -a domain=tests.doptig.com -a subdomain=testing-abc

Release Notes

NONE

Documentation

Werft options:

  • /werft with-local-preview
    If enabled this will build install/preview
  • /werft with-preview
  • /werft with-integration-tests=all
    Valid options are all, workspace, webapp, ide

@nandajavarma nandajavarma requested a review from a team September 23, 2022 13:54
@github-actions github-actions bot added the team: delivery Issue belongs to the self-hosted team label Sep 23, 2022
Copy link
Contributor

@adrienthebo adrienthebo left a comment

Choose a reason for hiding this comment

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

Only applies to the eks job, but @nandajavarma and I have discussed this in slack.

/hold for AKS/GKE support, good otherwise

@nandajavarma
Copy link
Contributor Author

Added support on all platforms. /unhold

@roboquat roboquat merged commit 66be58d into main Sep 24, 2022
@roboquat roboquat deleted the nvn/use-domains branch September 24, 2022 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note-none size/M team: delivery Issue belongs to the self-hosted team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants