-
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: Check IPS on static IPs mode #1127
NO-ISSUE: Check IPS on static IPs mode #1127
Conversation
discovery-infra/test_infra/controllers/node_controllers/libvirt_controller.py
Outdated
Show resolved
Hide resolved
/test e2e-metal-assisted-networking |
2dfedcf
to
7b5e52f
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: osherdp, YuviGold 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 |
/hold Can we wait to see if the networking job succeeds? |
good idea |
@carbonin A full installation passed for me locally 🥇 |
@eliorerz mentioned he couldn't actually reproduce the issue locally so I'd rather see it pass in prow |
@YuviGold: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Job failed on timeout but OVN passed the previous spot, it reached waiting for CVO to be available <testsuites disabled="0" errors="0" failures="1" tests="6" time="5584.898301362991">
<testsuite disabled="0" errors="0" failures="1" name="TestInstall_test_networking" skipped="0" tests="6" time="5584.898301362991" timestamp="2021-09-30 14:20:43.490569">
<testcase class="fixture" classname="BaseTest" name="cluster[is_static_ip=True, network_type=OVNKubernetes]" time="0.173479"/>
<testcase class="function" classname="Cluster.prepare_for_installation" name="generate_and_download_image[is_static_ip=True, network_type=OVNKubernetes]" time="78.304883"/>
<testcase class="function" classname="Cluster.prepare_for_installation" name="wait_until_hosts_are_discovered[is_static_ip=True, network_type=OVNKubernetes]" time="35.069768"/>
<testcase class="function" classname="Cluster" name="prepare_for_installation[is_static_ip=True, network_type=OVNKubernetes]" time="283.360996"/>
<testcase class="function" classname="Cluster.start_install_and_wait_for_installed" name="start_install[is_static_ip=True, network_type=OVNKubernetes]" time="0.656902"/>
<testcase class="function" classname="Cluster" name="start_install_and_wait_for_installed[is_static_ip=True, network_type=OVNKubernetes]" time="5187.332273">
<failure message="Timeout of 3600 seconds expired waiting for Monitored ['builtin'] operators to be in of the statuses ['available']" type="TimeoutExpired">Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/junit_report/_junit_decorator.py", line 51, in _wrapper value = self._execute_wrapped_function(*args, **kwargs) File "/usr/local/lib/python3.6/site-packages/junit_report/_junit_decorator.py", line 93, in _execute_wrapped_function return self._func(*args, **kwargs) File "/home/assisted/discovery-infra/test_infra/helper_classes/cluster.py", line 508, in start_install_and_wait_for_installed self.wait_for_operators_to_finish() File "/home/assisted/discovery-infra/test_infra/helper_classes/cluster.py", line 670, in wait_for_operators_to_finish fall_on_error_status=False, File "/home/assisted/discovery-infra/test_infra/utils/operators_utils.py", line 77, in wait_till_all_operators_are_in_status waiting_for=f"Monitored {operator_types} operators to be in of the statuses {statuses}", File "/usr/local/lib/python3.6/site-packages/waiting/__init__.py", line 18, in wait for x in iterwait(result=result, *args, **kwargs): File "/usr/local/lib/python3.6/site-packages/waiting/__init__.py", line 56, in iterwait raise TimeoutExpired(timeout_seconds, waiting_for) waiting.exceptions.TimeoutExpired: Timeout of 3600 seconds expired waiting for Monitored ['builtin'] operators to be in of the statuses ['available'] </failure>
</testcase>
</testsuite>
</testsuites>
kube-api operator
Anyway going to unhold this one but will keep an eye on what happens with this job. |
/cc @tsorya
/cc @carbonin
/cc @osherdp
/cc @eliorerz
/hold
/test e2e-metal-assisted-networking