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 #427

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

Copy link
Contributor

openshift-ci bot commented Sep 25, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

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://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2ee5cd5393d44d3a96e524549e786890

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 45m 38s
heat-operator-tempest-multinode FAILURE in 54m 29s

Warning:
Zuul encountered a deprecated syntax while parsing its
configuration in the repo openstack-k8s-operators/heat-operator on branch main. The
problem was:

All regular expressions must conform to RE2 syntax, but an
expression using the deprecated Perl-style syntax has been detected.
Adjust the configuration to conform to RE2 syntax.

The RE2 syntax error is: invalid perl operator: (?!

The problem appears in the "irrelevant-files" attribute
of the "heat-operator-tempest-multinode" job stanza:

job:
name: heat-operator-tempest-multinode
parent: podified-multinode-edpm-deployment-crc
dependencies: ["openstack-k8s-operators-content-provider"]
irrelevant-files:
- ./.md
- ^.github/.*$
- .ci-operator.yaml
- .dockerignore
...

in "openstack-k8s-operators/heat-operator/zuul.d/jobs.yaml@main", line 3

@fao89 fao89 force-pushed the zuul branch 2 times, most recently from 71d361b to 6085321 Compare September 25, 2024 18:15
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://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b1d75bdd7cf844a0bccbd6c7c04dc313

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 27m 52s
heat-operator-tempest-multinode FAILURE in 1h 01m 15s

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://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/dba1c244256d4c9d96799bcfdba949ce

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 32m 24s
heat-operator-tempest-multinode FAILURE in 2h 17m 34s

@fao89 fao89 mentioned this pull request Sep 25, 2024
@fao89 fao89 requested a review from bshephar September 25, 2024 23:32
@fao89
Copy link
Contributor Author

fao89 commented Sep 26, 2024

Currently failing:

{2} heat_tempest_plugin.tests.functional.test_os_wait_condition.OSWaitCondition.test_create_stack_with_multi_signal_waitcondition [204.871425s] ... FAILED
{1} heat_tempest_plugin.tests.scenario.test_server_cfn_init.CfnInitIntegrationTest.test_server_cfn_init [21.303928s] ... FAILED
{0} heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata [139.077174s] ... FAILED
{3} heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm [1.185802s] ... FAILED
{0} heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration [116.040087s] ... FAILED
{3} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_raw [1222.825997s] ... FAILED
{3} heat_tempest_plugin.tests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config [1224.424317s] ... FAILED
{3} heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config [1270.902584s] ... FAILED

https://logserver.rdoproject.org/27/427/9c5fdabebb936d0c3155b8ccc6677ed4f2ec00d0/github-check/heat-operator-tempest-multinode/72667a8/controller/ci-framework-data/tests/tempest/podman_tempest.log

@fao89 fao89 marked this pull request as ready for review September 26, 2024 10:29
@openshift-ci openshift-ci bot requested review from olliewalsh and rabi September 26, 2024 10:29
@fao89 fao89 force-pushed the zuul branch 2 times, most recently from a1222d9 to 3264cf1 Compare September 26, 2024 10:46
@fao89
Copy link
Contributor Author

fao89 commented Sep 26, 2024

/test heat-operator-build-deploy-kuttl

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://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/be4b522c10f64f30807d25c800c4b292

openstack-k8s-operators-content-provider FAILURE in 12m 51s
⚠️ heat-operator-tempest-multinode SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider

@fao89
Copy link
Contributor Author

fao89 commented Sep 26, 2024

recheck

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://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/cc6c18b96ea6408d99366d49ac64a5aa

✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 11m 52s
heat-operator-tempest-multinode FAILURE in 1h 11m 22s

zuul.d/jobs.yaml Outdated
Comment on lines 24 to 36
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.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata
heat_tempest_plugin.tests.scenario.test_aodh_alarm.AodhAlarmTest.test_alarm
heat_tempest_plugin.tests.scenario.test_base_resources.BasicResourcesTest.test_base_resources_integration
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
Copy link
Contributor Author

@fao89 fao89 Sep 26, 2024

Choose a reason for hiding this comment

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

these are currently failing, we can try to enable them in follow-up PRs

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://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/10773c719491412197fa68f646fc88d9

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 02m 11s
heat-operator-tempest-multinode FAILURE in 1h 46m 48s

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://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/bc60dd3e68ae44e093b999bb74e99b44

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 28m 28s
heat-operator-tempest-multinode FAILURE in 1h 13m 27s

@fao89 fao89 requested a review from lewisdenny September 27, 2024 09:39
Signed-off-by: Fabricio Aguiar <[email protected]>
Copy link
Collaborator

@bshephar bshephar left a comment

Choose a reason for hiding this comment

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

Very nice!

Copy link
Contributor

openshift-ci bot commented Sep 29, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bshephar, fao89

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

@openshift-merge-bot openshift-merge-bot bot merged commit 6e96f13 into openstack-k8s-operators:main Sep 30, 2024
7 checks passed
@fao89
Copy link
Contributor Author

fao89 commented Jan 6, 2025

OSPRH-7385

@fao89
Copy link
Contributor Author

fao89 commented Jan 6, 2025

OSPRH-7384

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants