-
Notifications
You must be signed in to change notification settings - Fork 29
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
Include tempest-multinode-ceph job #431
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: fao89 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/f50762fc9eba4211941ccb586ae28c39 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 43m 51s |
some tests seem to be just a SSL thing:
I wonder why it is using internal instead of public |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ffd0cbbc80b14bb4a361cd7e3f189d16 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 25m 40s |
1f51b56
to
4db24fa
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/a66aab49a5384d70a766a6b072804bf4 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 15m 08s |
heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition | ||
heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init | ||
heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm | ||
heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw | ||
heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config | ||
heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config | ||
heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore |
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.
I thought I would see less failures in the ceph job, but it is pretty similar
without ceph: https://logserver.rdoproject.org/31/431/4db24fa5f40996c29ad51f7b4b1b82a66a243a77/github-check/heat-operator-tempest-multinode/c67b143/controller/ci-framework-data/tests/test_operator/tempest-tests/stestr_results.html
I wonder if it still worth enabling the ceph job
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.
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.
Some of the errors are because the VM can't resolve the endpoint to signal back to Heat:
curl: (6) Could not resolve host: heat-api-public-openstack.apps-crc.testing
curl: (6) Could not resolve host: heat-api-public-openstack.apps-crc.testing
curl: (6) Could not resolve host: heat-api-public-openstack.apps-crc.testing
curl: (6) Could not resolve host: heat-api-public-openstack.apps-crc.testing
}}}
I think we're skipping these tests downstream for the same reason.
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.
Problem is that we don't have a DNS server that the VM can reach and resolve the hostname for. We can't use the IP because of the TLS requirements.
Signed-off-by: Fabricio Aguiar <[email protected]>
/test heat-operator-build-deploy-kuttl |
No description provided.