-
Notifications
You must be signed in to change notification settings - Fork 105
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
NO-ISSUE: fix for None platform CI #1004
NO-ISSUE: fix for None platform CI #1004
Conversation
/test ? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tsorya 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 |
@tsorya: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test e2e-metal-assisted-single-node |
/test e2e-metal-assisted-none |
Already tried to do it myself and wrote this commit message, please use it:
|
/test e2e-metal-assisted-none |
ad49308
to
28ca9f8
Compare
/test e2e-metal-assisted-single-node |
/test e2e-metal-assisted-none |
Configure DNS on none-platform before waiting for AI to be ready for install Since new DNS validations have been added to AI for none-platform installations, AI will not become ready to install until DNS is properly configured. Until now, the test infra configured the DNS entries for none-platform only AFTER it waited for AI to become ready. But now AI will not become ready until those DNS entries have been configured. This caused the waiting function to time-out in none-platform tests ever since the DNS validations PR has been merged. This commit fixes that problem by configuring the relevant DNS entries before waiting for AI to become ready. References: openshift/assisted-service#1884 - DNS Validations PR
28ca9f8
to
62415c4
Compare
/test e2e-metal-assisted-single-node |
/lgtm |
Configure DNS on none-platform before waiting for AI to be ready for install
Since new DNS validations have been added to AI for none-platform installations,
AI will not become ready to install until DNS is properly configured.
Until now, the test infra configured the DNS entries for none-platform
only AFTER it waited for AI to become ready. But now AI will not become
ready until those DNS entries have been configured. This caused the waiting
function to time-out in none-platform tests ever since the DNS
validations PR has been merged.
This commit fixes that problem by configuring the relevant DNS entries before
waiting for AI to become ready.
References:
openshift/assisted-service#1884 - DNS Validations PR