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

Add zuul tempest jobs #370

Closed
wants to merge 2 commits into from

Conversation

bshephar
Copy link
Collaborator

This change adds the Zuul based tempest test executions

This change adds the Zuul based tempest test executions

Signed-off-by: Brendan Shephard <[email protected]>
@openshift-ci openshift-ci bot requested review from dprince and viroel May 29, 2024 22:43
Copy link
Contributor

openshift-ci bot commented May 29, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bshephar

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

zuul.d/project.yaml Outdated Show resolved Hide resolved
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://review.rdoproject.org/zuul/buildset/e6e6be0af70845c0b91b41c8d233468a

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 29m 59s
heat-operator-tempest-multinode FAILURE in 1h 08m 24s

@bshephar
Copy link
Collaborator Author

Fails because Heat isn't enabled in the OpenStackControlPlane:

❯ curl -s https://logserver.rdoproject.org/70/370/e465fe00598fbd417487f1aa5fb8714c7fcdc3dc/github-check/heat-operator-tempest-multinode/8728bc6/job-output.txt | grep "Heat is not available"
2024-05-29 22:23:33.816181 | controller |     {3} heat_tempest_plugin.tests.api.test_heat_api.resources_create_stack_with_resources.test_request ... SKIPPED: Heat is not available
2024-05-29 22:23:33.816186 | controller |     {3} heat_tempest_plugin.tests.api.test_heat_api.resources_poll_for_rsrcstack_create_complete.test_request ... SKIPPED: Heat is not available
2024-05-29 22:23:33.816190 | controller |     {1} heat_tempest_plugin.tests.api.test_heat_api.environments_environment_with_parameter.test_request ... SKIPPED: Heat is not available
❯ curl -s https://logserver.rdoproject.org/70/370/e465fe00598fbd417487f1aa5fb8714c7fcdc3dc/github-check/heat-operator-tempest-multinode/8728bc6/controller/ci-framework-data/logs/openstack-k8s-operators-openstack-must-gather/namespaces/openstack/crs/openstackcontrolplanes.core.openstack.org/openstack-galera-network-isolation.yaml | yq .spec.heat.enabled
false

So we need to Enable Heat in the ControlPlane as part of the job to make this work.

@bshephar
Copy link
Collaborator Author

So, we need to add an interface in the ci-framework that will take an arbitrary service name and then enable said service in the OpenStackControlPlane.

Something like cifmw_enable_service. Then just a small job that would patch the oscp when that is defined.

- name: Enable {{ cifmw_enable_service }} in the OpenStackControlPlane
  ansible.builtin.shell:
     oc patch -n openstack ....
  when: cifmw_enable_service is defined

@fao89
Copy link
Contributor

fao89 commented Sep 27, 2024

close in favor of #427

@fao89 fao89 closed this Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants