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

[zuul] Move test-operator job to stages #215

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lpiwowar
Copy link
Collaborator

@lpiwowar lpiwowar commented Oct 2, 2024

The linked PR for the test-oprator role introduces the concept of
stages. This patch updates the job definition so that it is
consuming the newly defined interface. It is required because by
default only the tempest stage is enabled.

Depends-On: openstack-k8s-operators/ci-framework#2374

The linked PR for the test-oprator role introduces the concept of
stages. This patch updates the job definition so that it is
consuming the newly defined interface. It is required because by
default only the tempest stage is enabled.

Depends-On: openstack-k8s-operators/ci-framework#2374
Copy link

openshift-ci bot commented Oct 2, 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

openshift-ci bot commented Oct 2, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lpiwowar

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

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/aefc6a360eef48a5a19d549fefab7a61

✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 22m 08s
podified-multinode-edpm-deployment-crc-test-operator TIMED_OUT in 3h 11m 42s

@lpiwowar
Copy link
Collaborator Author

recheck

Copy link

This change depends on a change that failed to merge.

Change openstack-k8s-operators/ci-framework#2374 is needed.

@lpiwowar
Copy link
Collaborator Author

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/663e052708db467aa81710b3d9633e76

✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 27m 31s
podified-multinode-edpm-deployment-crc-test-operator TIMED_OUT in 3h 11m 54s

@eshulman2
Copy link
Contributor

recheck

Copy link

This change depends on a change that failed to merge.

Change openstack-k8s-operators/ci-framework#2374 is needed.

@lpiwowar lpiwowar closed this Oct 21, 2024
@lpiwowar lpiwowar deleted the feature/update-jobs-to-stages branch October 21, 2024 14:11
@lpiwowar lpiwowar restored the feature/update-jobs-to-stages branch October 29, 2024 09:52
@lpiwowar lpiwowar reopened this Oct 29, 2024
@lpiwowar
Copy link
Collaborator Author

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/32897794f7684203afbfe336ec5faeb2

✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 21m 24s
podified-multinode-edpm-deployment-crc-test-operator TIMED_OUT in 3h 11m 52s

@lpiwowar
Copy link
Collaborator Author

@eshulman2 FYI:

Failed because of:

  Warning  InspectFailed   4m26s (x577 over 129m)  kubelet            Failed to apply default image tag "{{ _test_operator_tempest_registry }}/{{ _test_operator_tempest_namespace }}/{{ _test_operator_tempest_container }}:current-podified": couldn't parse image name "{{ _test_operator_tempest_registry }}/{{ _test_operator_tempest_namespace }}/{{ _test_operator_tempest_container }}:current-podified": invalid reference format

https://logserver.rdoproject.org/15/215/824b0bc5fcba970c32b8f5b2ffab3f368e2b0940/github-check/podified-multinode-edpm-deployment-crc-test-operator/d62d19e/controller/ci-framework-data/logs/openstack-k8s-operators-openstack-must-gather/namespaces/openstack/pods/tempest-tests-tempest-full-workflow-step-0-dtq65/tempest-tests-tempest-full-workflow-step-0-dtq65-describe

@lpiwowar
Copy link
Collaborator Author

lpiwowar commented Nov 4, 2024

recheck

Copy link

This change depends on a change that failed to merge.

Change openstack-k8s-operators/ci-framework#2374 is needed.

@lpiwowar
Copy link
Collaborator Author

lpiwowar commented Nov 5, 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/c5e8a32d41b44de2963956359deb0819

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 54m 21s
podified-multinode-edpm-deployment-crc-test-operator FAILURE in 1h 45m 15s

@lpiwowar
Copy link
Collaborator Author

lpiwowar commented Nov 5, 2024

@eshulman2 just fyi. Failing because of:

2024-11-05 05:47:02.966540 | controller | TASK [test_operator : Create the ssh keys path={{ cifmw_test_operator_artifacts_basedir }}/id_{{ stage_vars_dict.cifmw_test_operator_tobiko_ssh_keytype }}, type={{ stage_vars_dict.cifmw_test_operator_tobiko_ssh_keytype }}, size={{ stage_vars_dict.cifmw_test_operator_tobiko_ssh_keysize }}] ***
2024-11-05 05:47:02.966558 | controller | Tuesday 05 November 2024  05:47:01 -0500 (0:00:00.389)       1:21:42.151 ******
2024-11-05 05:47:02.966582 | controller | fatal: [localhost]: FAILED! => changed=false
2024-11-05 05:47:03.349948 | controller |   msg: 'argument ''size'' is of type <class ''str''> and we were unable to convert to int: <class ''str''> cannot be converted to an int'
2024-11-05 05:47:03.350006 | controller |

The problem is here [1].

[1] https://github.com/openstack-k8s-operators/ci-framework/blob/3ca94101ceb72227cf3b0fa37334813342994f3c/roles/test_operator/tasks/tobiko-tests.yml#L51

@eshulman2
Copy link
Contributor

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/a159fea5e7294e1cb05ba11210de9710

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 03m 36s
podified-multinode-edpm-deployment-crc-test-operator FAILURE in 1h 44m 40s

@eshulman2
Copy link
Contributor

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/c0934a5f60a540aba11dc2f7b846953b

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 58m 48s
podified-multinode-edpm-deployment-crc-test-operator FAILURE in 1h 50m 04s

@lpiwowar
Copy link
Collaborator Author

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/392e75a9c69f406fae4d32847f18828b

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 21m 36s
podified-multinode-edpm-deployment-crc-test-operator FAILURE in 2h 09m 17s

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