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

Adds missing "mode" to tasks with copy and file modules #1425

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

frenzyfriday
Copy link
Collaborator

As a pull request owner and reviewers, I checked that:

  • Appropriate testing is done and actually running
  • Appropriate documentation exists and/or is up-to-date:
    • README in the role
    • Content of the docs/source is reflecting the changes

@openshift-ci openshift-ci bot requested review from adrianfusco and psathyan April 8, 2024 16:17
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/b230179341c94d489840ab7efa50313e

openstack-k8s-operators-content-provider POST_FAILURE in 3h 04m 42s
podified-multinode-edpm-deployment-crc POST_FAILURE in 56m 14s
podified-multinode-hci-deployment-crc POST_FAILURE in 1h 15m 03s
cifmw-data-plane-adoption-osp-17-to-extracted-crc POST_FAILURE in 2h 15m 33s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-pre-commit SUCCESS in 7m 29s (non-voting)
cifmw-baremetal-nested-crc POST_FAILURE in 1h 02m 01s
✔️ cifmw-molecule-artifacts SUCCESS in 4m 51s
✔️ cifmw-molecule-cert_manager SUCCESS in 15m 13s
✔️ cifmw-molecule-ci_metallb SUCCESS in 15m 06s
✔️ cifmw-molecule-ci_nmstate SUCCESS in 17m 01s
✔️ cifmw-molecule-cifmw_ceph_client SUCCESS in 5m 03s
✔️ cifmw-molecule-devscripts SUCCESS in 7m 13s
✔️ cifmw-molecule-edpm_deploy SUCCESS in 5m 13s
✔️ cifmw-molecule-edpm_kustomize SUCCESS in 5m 13s
✔️ cifmw-molecule-hci_prepare SUCCESS in 4m 52s
cifmw-molecule-install_openstack_ca FAILURE in 20m 13s
✔️ cifmw-molecule-kustomize_deploy SUCCESS in 4m 29s
✔️ cifmw-molecule-manage_secrets SUCCESS in 17m 24s
cifmw-molecule-pkg_build FAILURE in 6m 53s
✔️ cifmw-molecule-repo_setup SUCCESS in 5m 43s
✔️ cifmw-molecule-reproducer SUCCESS in 15m 19s
✔️ cifmw-molecule-run_hook SUCCESS in 4m 23s
✔️ cifmw-molecule-tempest SUCCESS in 6m 18s
✔️ cifmw-molecule-test_operator SUCCESS in 4m 39s
✔️ cifmw-molecule-tofu SUCCESS in 22m 45s

Copy link

Merge Failed.

This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset.

playbooks/99-logs.yml Outdated Show resolved Hide resolved
@@ -23,6 +23,7 @@
- name: Copy generated repos to /etc/yum.repos.d directory
become: true
ansible.builtin.copy:
mode: "0644"
Copy link
Contributor

Choose a reason for hiding this comment

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

beware, this is a directory, it needs "0755"

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ack, updated

roles/reproducer/tasks/ci_job.yml 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/49ee71b3b5cc452ab22cc3970c67dd8b

openstack-k8s-operators-content-provider POST_FAILURE in 2h 36m 31s
podified-multinode-edpm-deployment-crc POST_FAILURE in 1h 15m 18s
podified-multinode-hci-deployment-crc POST_FAILURE in 1h 31m 09s
cifmw-data-plane-adoption-osp-17-to-extracted-crc POST_FAILURE in 2h 10m 21s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-pre-commit SUCCESS in 9m 24s (non-voting)
cifmw-baremetal-nested-crc POST_FAILURE in 1h 17m 09s
✔️ cifmw-molecule-artifacts SUCCESS in 6m 33s
cifmw-molecule-cert_manager FAILURE in 19m 27s
✔️ cifmw-molecule-ci_metallb SUCCESS in 16m 24s
✔️ cifmw-molecule-ci_nmstate SUCCESS in 16m 03s
✔️ cifmw-molecule-cifmw_ceph_client SUCCESS in 6m 30s
✔️ cifmw-molecule-devscripts SUCCESS in 9m 49s
✔️ cifmw-molecule-edpm_deploy SUCCESS in 5m 24s
✔️ cifmw-molecule-edpm_kustomize SUCCESS in 5m 34s
✔️ cifmw-molecule-hci_prepare SUCCESS in 5m 03s
cifmw-molecule-install_openstack_ca FAILURE in 21m 15s
cifmw-molecule-kustomize_deploy FAILURE in 5m 17s
✔️ cifmw-molecule-manage_secrets SUCCESS in 20m 07s
cifmw-molecule-pkg_build FAILURE in 7m 12s
✔️ cifmw-molecule-repo_setup SUCCESS in 5m 17s
✔️ cifmw-molecule-reproducer SUCCESS in 14m 29s
✔️ cifmw-molecule-run_hook SUCCESS in 4m 34s
✔️ cifmw-molecule-tempest SUCCESS in 5m 18s
✔️ cifmw-molecule-test_operator SUCCESS in 4m 07s
✔️ cifmw-molecule-tofu SUCCESS in 22m 50s

Copy link
Collaborator

@lewisdenny lewisdenny left a comment

Choose a reason for hiding this comment

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

Looks good @frenzyfriday, thank you!

Are you going to enable risky-file-permissions lint so we can see if this now passes CI on this patch? [1]

[1] https://github.com/openstack-k8s-operators/ci-framework/blob/8cd2a2db84b2c89af8f854948b620f9462065501/.ansible-lint#L43C5-L43C27

Copy link

Merge Failed.

This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset.
Warning:
Error merging github.com/openstack-k8s-operators/ci-framework for 1425,bc0b20ad9ea0472903752b4f8af6401b5f9c49c2

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

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 56m 16s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 18m 46s
✔️ podified-multinode-hci-deployment-crc SUCCESS in 1h 41m 21s
✔️ cifmw-data-plane-adoption-osp-17-to-extracted-crc SUCCESS in 2h 34m 32s
✔️ noop SUCCESS in 0s
cifmw-pod-pre-commit FAILURE in 7m 16s (non-voting)
✔️ cifmw-baremetal-nested-crc SUCCESS in 1h 15m 06s
✔️ cifmw-content-provider-build-images SUCCESS in 20m 35s
✔️ cifmw-edpm-build-images SUCCESS in 17m 12s
✔️ cifmw-tcib SUCCESS in 33m 50s
✔️ cifmw-molecule-artifacts SUCCESS in 5m 34s
✔️ cifmw-molecule-build_containers SUCCESS in 9m 01s
✔️ cifmw-molecule-build_openstack_packages SUCCESS in 12m 44s
✔️ cifmw-molecule-cert_manager SUCCESS in 16m 24s
✔️ cifmw-molecule-ci_local_storage SUCCESS in 14m 13s
✔️ cifmw-molecule-ci_metallb SUCCESS in 19m 11s
✔️ cifmw-molecule-ci_netconfig SUCCESS in 15m 15s
✔️ cifmw-molecule-ci_nmstate SUCCESS in 18m 25s
✔️ cifmw-molecule-cifmw_ceph_client SUCCESS in 5m 32s
✔️ cifmw-molecule-copy_container SUCCESS in 7m 02s
✔️ cifmw-molecule-devscripts SUCCESS in 8m 20s
✔️ cifmw-molecule-edpm_build_images SUCCESS in 5m 40s
✔️ cifmw-molecule-edpm_deploy SUCCESS in 4m 57s
✔️ cifmw-molecule-edpm_kustomize SUCCESS in 5m 53s
✔️ cifmw-molecule-env_op_images SUCCESS in 23m 49s
✔️ cifmw-molecule-hci_prepare SUCCESS in 5m 39s
✔️ cifmw-molecule-install_ca SUCCESS in 5m 56s
✔️ cifmw-molecule-install_openstack_ca SUCCESS in 20m 49s
✔️ cifmw-molecule-install_yamls SUCCESS in 5m 45s
cifmw-molecule-kustomize_deploy FAILURE in 5m 41s
✔️ cifmw-molecule-libvirt_manager SUCCESS in 10m 43s
✔️ cifmw-molecule-manage_secrets SUCCESS in 22m 39s
✔️ cifmw-molecule-pkg_build SUCCESS in 14m 37s
✔️ cifmw-molecule-repo_setup SUCCESS in 5m 58s
cifmw-molecule-reproducer FAILURE in 5m 23s
✔️ cifmw-molecule-run_hook SUCCESS in 4m 52s
✔️ cifmw-molecule-set_openstack_containers SUCCESS in 18m 07s
✔️ cifmw-molecule-sushy_emulator SUCCESS in 15m 09s
✔️ cifmw-molecule-tempest SUCCESS in 5m 56s
✔️ cifmw-molecule-test_operator SUCCESS in 4m 43s
✔️ cifmw-molecule-tofu SUCCESS in 21m 53s
cifmw-molecule-virtualbmc FAILURE in 7m 23s

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/81b34822ab0b4da59cdb1035de3fa021

✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 59m 46s
podified-multinode-edpm-deployment-crc MERGE_CONFLICT in 7s
cifmw-crc-podified-edpm-baremetal MERGE_CONFLICT in 7s
✔️ podified-multinode-hci-deployment-crc SUCCESS in 1h 43m 23s
cifmw-multinode-tempest MERGE_CONFLICT in 4s
✔️ cifmw-data-plane-adoption-osp-17-to-extracted-crc SUCCESS in 2h 40m 10s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 8m 24s
cifmw-pod-pre-commit FAILURE in 6m 12s
✔️ cifmw-baremetal-nested-crc SUCCESS in 1h 00m 12s
✔️ cifmw-content-provider-build-images SUCCESS in 14m 10s
✔️ cifmw-edpm-build-images SUCCESS in 14m 39s
cifmw-tcib MERGE_CONFLICT in 3s
✔️ cifmw-architecture-validate-hci SUCCESS in 4m 13s
✔️ cifmw-molecule-artifacts SUCCESS in 5m 08s
✔️ cifmw-molecule-build_containers SUCCESS in 8m 37s
✔️ cifmw-molecule-build_openstack_packages SUCCESS in 10m 58s
✔️ cifmw-molecule-cert_manager SUCCESS in 12m 57s
✔️ cifmw-molecule-ci_local_storage SUCCESS in 10m 47s
✔️ cifmw-molecule-ci_metallb SUCCESS in 13m 45s
✔️ cifmw-molecule-ci_netconfig SUCCESS in 14m 12s
✔️ cifmw-molecule-ci_nmstate SUCCESS in 14m 54s
✔️ cifmw-molecule-cifmw_ceph_client SUCCESS in 5m 11s
✔️ cifmw-molecule-copy_container SUCCESS in 7m 47s
✔️ cifmw-molecule-devscripts SUCCESS in 7m 12s
✔️ cifmw-molecule-edpm_build_images SUCCESS in 5m 15s
✔️ cifmw-molecule-edpm_deploy SUCCESS in 5m 25s
✔️ cifmw-molecule-edpm_kustomize SUCCESS in 5m 46s
✔️ cifmw-molecule-env_op_images SUCCESS in 18m 41s
✔️ cifmw-molecule-hci_prepare SUCCESS in 5m 17s
✔️ cifmw-molecule-install_ca SUCCESS in 5m 35s
✔️ cifmw-molecule-install_openstack_ca SUCCESS in 19m 31s
✔️ cifmw-molecule-install_yamls SUCCESS in 5m 30s
✔️ cifmw-molecule-kustomize_deploy SUCCESS in 5m 13s
✔️ cifmw-molecule-libvirt_manager SUCCESS in 12m 20s
✔️ cifmw-molecule-manage_secrets SUCCESS in 17m 43s
✔️ cifmw-molecule-ovirt SUCCESS in 2m 21s
✔️ cifmw-molecule-pkg_build SUCCESS in 28m 24s
✔️ cifmw-molecule-repo_setup SUCCESS in 5m 19s
✔️ cifmw-molecule-reproducer SUCCESS in 16m 14s
✔️ cifmw-molecule-run_hook SUCCESS in 4m 44s
✔️ cifmw-molecule-set_openstack_containers SUCCESS in 14m 47s
✔️ cifmw-molecule-sushy_emulator SUCCESS in 13m 39s
✔️ cifmw-molecule-tempest SUCCESS in 5m 29s
✔️ cifmw-molecule-test_operator SUCCESS in 4m 13s
✔️ cifmw-molecule-tofu SUCCESS in 23m 44s
cifmw-molecule-virtualbmc FAILURE in 6m 14s

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/918e3cb127064a8b9f0dfd8357597281

openstack-k8s-operators-content-provider NODE_FAILURE Node request 100-0007433115 failed in 0s
⚠️ podified-multinode-edpm-deployment-crc SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
⚠️ cifmw-crc-podified-edpm-baremetal SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
⚠️ podified-multinode-hci-deployment-crc SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
⚠️ cifmw-multinode-tempest SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
⚠️ cifmw-data-plane-adoption-osp-17-to-extracted-crc SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
✔️ noop SUCCESS in 0s
cifmw-pod-ansible-test NODE_FAILURE Node request 100-0007433116 failed in 0s
cifmw-pod-pre-commit NODE_FAILURE Node request 100-0007433117 failed in 0s
✔️ cifmw-baremetal-nested-crc SUCCESS in 1h 03m 16s
✔️ cifmw-content-provider-build-images SUCCESS in 15m 03s
✔️ cifmw-edpm-build-images SUCCESS in 14m 05s
cifmw-tcib NODE_FAILURE Node request 100-0007433121 failed in 0s
✔️ cifmw-architecture-validate-hci SUCCESS in 4m 52s
ci-framework-openstack-meta-content-provider NODE_FAILURE Node request 100-0007433123 failed in 0s
✔️ cifmw-molecule-artifacts SUCCESS in 5m 01s
✔️ cifmw-molecule-build_containers SUCCESS in 8m 38s
✔️ cifmw-molecule-build_openstack_packages SUCCESS in 17m 19s
cifmw-molecule-cert_manager NODE_FAILURE Node request 100-0007433127 failed in 0s
cifmw-molecule-ci_local_storage NODE_FAILURE Node request 100-0007433128 failed in 0s
cifmw-molecule-ci_metallb NODE_FAILURE Node request 100-0007433129 failed in 0s
cifmw-molecule-ci_netconfig NODE_FAILURE Node request 100-0007433130 failed in 0s
✔️ cifmw-molecule-ci_nmstate SUCCESS in 14m 41s
✔️ cifmw-molecule-cifmw_ceph_client SUCCESS in 5m 07s
✔️ cifmw-molecule-copy_container SUCCESS in 7m 10s
✔️ cifmw-molecule-devscripts SUCCESS in 11m 02s
✔️ cifmw-molecule-edpm_build_images SUCCESS in 4m 42s
✔️ cifmw-molecule-edpm_deploy SUCCESS in 5m 22s
✔️ cifmw-molecule-edpm_kustomize SUCCESS in 4m 55s
cifmw-molecule-env_op_images NODE_FAILURE Node request 100-0007433138 failed in 0s
✔️ cifmw-molecule-hci_prepare SUCCESS in 5m 13s
✔️ cifmw-molecule-install_ca SUCCESS in 5m 15s
cifmw-molecule-install_openstack_ca NODE_FAILURE Node request 100-0007433141 failed in 0s
✔️ cifmw-molecule-install_yamls SUCCESS in 4m 53s
✔️ cifmw-molecule-kustomize_deploy SUCCESS in 4m 50s
✔️ cifmw-molecule-libvirt_manager SUCCESS in 15m 50s
cifmw-molecule-manage_secrets NODE_FAILURE Node request 100-0007433145 failed in 0s
✔️ cifmw-molecule-ovirt SUCCESS in 1m 52s
✔️ cifmw-molecule-pkg_build SUCCESS in 23m 43s
✔️ cifmw-molecule-repo_setup SUCCESS in 5m 05s
cifmw-molecule-reproducer NODE_FAILURE Node request 100-0007433149 failed in 0s
✔️ cifmw-molecule-run_hook SUCCESS in 4m 31s
cifmw-molecule-set_openstack_containers NODE_FAILURE Node request 100-0007433151 failed in 0s
cifmw-molecule-sushy_emulator NODE_FAILURE Node request 100-0007433152 failed in 0s
✔️ cifmw-molecule-tempest SUCCESS in 5m 08s
✔️ cifmw-molecule-test_operator SUCCESS in 4m 27s
cifmw-molecule-tofu NODE_FAILURE Node request 100-0007433155 failed in 0s
cifmw-molecule-virtualbmc FAILURE in 8m 28s

@lewisdenny
Copy link
Collaborator

rebased to check current status

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

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 42m 43s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 13m 55s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 23m 07s
✔️ podified-multinode-hci-deployment-crc SUCCESS in 1h 36m 03s
✔️ cifmw-multinode-tempest SUCCESS in 1h 31m 58s
✔️ cifmw-data-plane-adoption-osp-17-to-extracted-crc SUCCESS in 2h 25m 18s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 8m 47s
cifmw-pod-pre-commit FAILURE in 6m 28s
✔️ cifmw-baremetal-nested-crc SUCCESS in 1h 17m 36s
✔️ cifmw-content-provider-build-images SUCCESS in 21m 28s
✔️ cifmw-edpm-build-images SUCCESS in 21m 01s
✔️ cifmw-tcib SUCCESS in 40m 38s
✔️ cifmw-architecture-validate-hci SUCCESS in 5m 32s
✔️ ci-framework-openstack-meta-content-provider SUCCESS in 16m 34s
✔️ cifmw-molecule-artifacts SUCCESS in 5m 41s
✔️ cifmw-molecule-build_containers SUCCESS in 9m 30s
✔️ cifmw-molecule-build_openstack_packages SUCCESS in 12m 55s
✔️ cifmw-molecule-cert_manager SUCCESS in 16m 28s
✔️ cifmw-molecule-ci_local_storage SUCCESS in 16m 10s
✔️ cifmw-molecule-ci_metallb SUCCESS in 16m 25s
✔️ cifmw-molecule-ci_netconfig SUCCESS in 17m 26s
cifmw-molecule-ci_nmstate FAILURE in 17m 59s
✔️ cifmw-molecule-cifmw_ceph_client SUCCESS in 4m 37s
✔️ cifmw-molecule-copy_container SUCCESS in 6m 16s
✔️ cifmw-molecule-devscripts SUCCESS in 11m 56s
✔️ cifmw-molecule-edpm_build_images SUCCESS in 5m 37s
✔️ cifmw-molecule-edpm_deploy SUCCESS in 5m 50s
✔️ cifmw-molecule-edpm_kustomize SUCCESS in 5m 45s
✔️ cifmw-molecule-env_op_images SUCCESS in 22m 16s
✔️ cifmw-molecule-hci_prepare SUCCESS in 5m 33s
✔️ cifmw-molecule-install_ca SUCCESS in 5m 37s
✔️ cifmw-molecule-install_openstack_ca SUCCESS in 21m 43s
✔️ cifmw-molecule-install_yamls SUCCESS in 5m 47s
✔️ cifmw-molecule-kustomize_deploy SUCCESS in 5m 39s
cifmw-molecule-libvirt_manager TIMED_OUT in 32m 51s
✔️ cifmw-molecule-manage_secrets SUCCESS in 20m 00s
✔️ cifmw-molecule-pkg_build SUCCESS in 15m 16s
✔️ cifmw-molecule-repo_setup SUCCESS in 5m 34s
✔️ cifmw-molecule-reproducer SUCCESS in 17m 19s
✔️ cifmw-molecule-run_hook SUCCESS in 4m 41s
cifmw-molecule-set_openstack_containers FAILURE in 17m 53s
✔️ cifmw-molecule-sushy_emulator SUCCESS in 18m 30s
✔️ cifmw-molecule-tempest SUCCESS in 6m 15s
✔️ cifmw-molecule-test_operator SUCCESS in 4m 26s
✔️ cifmw-molecule-tofu SUCCESS in 13m 36s
cifmw-molecule-virtualbmc FAILURE in 11m 39s

@lewisdenny
Copy link
Collaborator

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

✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 17m 09s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 15m 41s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 17m 23s
✔️ podified-multinode-hci-deployment-crc SUCCESS in 1h 36m 57s
✔️ cifmw-multinode-tempest SUCCESS in 1h 37m 35s
✔️ adoption-standalone-to-crc-ceph-provider SUCCESS in 2h 29m 54s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 7m 06s
cifmw-pod-pre-commit FAILURE in 6m 06s
✔️ cifmw-baremetal-nested-crc SUCCESS in 1h 04m 43s
✔️ cifmw-content-provider-build-images SUCCESS in 16m 37s
✔️ cifmw-edpm-build-images SUCCESS in 16m 37s
✔️ cifmw-tcib SUCCESS in 40m 39s
✔️ cifmw-architecture-validate-hci SUCCESS in 4m 44s
✔️ ci-framework-openstack-meta-content-provider SUCCESS in 15m 04s
✔️ cifmw-molecule-artifacts SUCCESS in 5m 02s
✔️ cifmw-molecule-build_containers SUCCESS in 7m 50s
✔️ cifmw-molecule-build_openstack_packages SUCCESS in 10m 43s
✔️ cifmw-molecule-cert_manager SUCCESS in 12m 54s
✔️ cifmw-molecule-ci_local_storage SUCCESS in 12m 51s
✔️ cifmw-molecule-ci_metallb SUCCESS in 17m 04s
✔️ cifmw-molecule-ci_netconfig SUCCESS in 13m 53s
✔️ cifmw-molecule-ci_nmstate SUCCESS in 16m 38s
✔️ cifmw-molecule-cifmw_ceph_client SUCCESS in 5m 00s
✔️ cifmw-molecule-copy_container SUCCESS in 6m 50s
✔️ cifmw-molecule-devscripts SUCCESS in 10m 03s
✔️ cifmw-molecule-edpm_build_images SUCCESS in 4m 53s
✔️ cifmw-molecule-edpm_deploy SUCCESS in 5m 21s
✔️ cifmw-molecule-edpm_kustomize SUCCESS in 5m 16s
✔️ cifmw-molecule-env_op_images SUCCESS in 21m 42s
✔️ cifmw-molecule-hci_prepare SUCCESS in 5m 03s
✔️ cifmw-molecule-install_ca SUCCESS in 5m 15s
cifmw-molecule-install_openstack_ca FAILURE in 23m 09s
✔️ cifmw-molecule-install_yamls SUCCESS in 5m 08s
✔️ cifmw-molecule-kustomize_deploy SUCCESS in 5m 07s
✔️ cifmw-molecule-libvirt_manager SUCCESS in 26m 02s
✔️ cifmw-molecule-manage_secrets SUCCESS in 17m 33s
✔️ cifmw-molecule-pkg_build SUCCESS in 21m 57s
✔️ cifmw-molecule-repo_setup SUCCESS in 5m 12s
✔️ cifmw-molecule-reproducer SUCCESS in 15m 03s
✔️ cifmw-molecule-run_hook SUCCESS in 4m 21s
✔️ cifmw-molecule-set_openstack_containers SUCCESS in 14m 40s
✔️ cifmw-molecule-sushy_emulator SUCCESS in 16m 30s
✔️ cifmw-molecule-tempest SUCCESS in 5m 37s
✔️ cifmw-molecule-test_operator SUCCESS in 4m 18s
✔️ cifmw-molecule-tofu SUCCESS in 12m 20s
cifmw-molecule-virtualbmc FAILURE in 10m 01s

Copy link
Collaborator

@lewisdenny lewisdenny left a comment

Choose a reason for hiding this comment

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

cifmw-molecule-install_openstack_ca is flaky, not a failure due to this patch, I opened a patch to try improve here

The other two failures are an easy fix, I left a suggestion.

This patch is almost ready to get in.

roles/virtualbmc/tasks/main.yml Outdated Show resolved Hide resolved
Copy link
Contributor

@marios marios left a comment

Choose a reason for hiding this comment

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

could only find one this time :)
and directories now look consistent at 0755 I couldn't find any more 0775

tests/integration/targets/make/tasks/ci_make.yml Outdated Show resolved Hide resolved
Copy link
Collaborator

@lewisdenny lewisdenny left a comment

Choose a reason for hiding this comment

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

/lgtm

Thanks @frenzyfriday

@openshift-ci openshift-ci bot added the lgtm label Aug 15, 2024
@frenzyfriday
Copy link
Collaborator Author

recheck

1 similar comment
@rlandy
Copy link
Collaborator

rlandy commented Aug 15, 2024

recheck

@raukadah
Copy link
Contributor

recheck after dequeuing stuck zuul jobs

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

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 55m 45s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 14m 57s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 15m 33s
✔️ podified-multinode-hci-deployment-crc SUCCESS in 1h 35m 04s
✔️ cifmw-multinode-tempest SUCCESS in 1h 37m 52s
adoption-standalone-to-crc-ceph-provider FAILURE in 2h 35m 03s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 7m 43s
✔️ cifmw-pod-pre-commit SUCCESS in 7m 27s
✔️ cifmw-content-provider-build-images SUCCESS in 14m 26s
✔️ cifmw-edpm-build-images SUCCESS in 19m 50s
✔️ cifmw-tcib SUCCESS in 38m 27s
✔️ cifmw-architecture-validate-hci SUCCESS in 5m 33s
✔️ ci-framework-openstack-meta-content-provider SUCCESS in 14m 52s
✔️ cifmw-molecule-artifacts SUCCESS in 5m 28s
✔️ cifmw-molecule-build_containers SUCCESS in 8m 37s
✔️ cifmw-molecule-build_openstack_packages SUCCESS in 12m 14s
✔️ cifmw-molecule-cert_manager SUCCESS in 13m 53s
✔️ cifmw-molecule-ci_local_storage SUCCESS in 13m 43s
✔️ cifmw-molecule-ci_metallb SUCCESS in 19m 03s
✔️ cifmw-molecule-ci_netconfig SUCCESS in 19m 13s
✔️ cifmw-molecule-ci_nmstate SUCCESS in 14m 31s
✔️ cifmw-molecule-cifmw_ceph_client SUCCESS in 5m 16s
✔️ cifmw-molecule-cifmw_cephadm SUCCESS in 5m 30s
✔️ cifmw-molecule-copy_container SUCCESS in 7m 39s
✔️ cifmw-molecule-devscripts SUCCESS in 12m 16s
✔️ cifmw-molecule-edpm_build_images SUCCESS in 5m 14s
✔️ cifmw-molecule-edpm_deploy SUCCESS in 5m 15s
✔️ cifmw-molecule-edpm_kustomize SUCCESS in 5m 17s
✔️ cifmw-molecule-env_op_images SUCCESS in 20m 27s
✔️ cifmw-molecule-hci_prepare SUCCESS in 5m 19s
✔️ cifmw-molecule-install_ca SUCCESS in 5m 18s
✔️ cifmw-molecule-install_openstack_ca SUCCESS in 27m 54s
✔️ cifmw-molecule-install_yamls SUCCESS in 5m 27s
✔️ cifmw-molecule-kustomize_deploy SUCCESS in 5m 37s
✔️ cifmw-molecule-libvirt_manager SUCCESS in 33m 36s
✔️ cifmw-molecule-manage_secrets SUCCESS in 17m 37s
✔️ cifmw-molecule-nat64_appliance SUCCESS in 15m 04s
✔️ cifmw-molecule-openshift_login SUCCESS in 20m 27s
✔️ cifmw-molecule-openshift_provisioner_node SUCCESS in 9m 15s
✔️ cifmw-molecule-openshift_setup SUCCESS in 15m 50s
✔️ cifmw-molecule-operator_build SUCCESS in 5m 42s
✔️ cifmw-molecule-os_must_gather SUCCESS in 13m 52s
✔️ cifmw-molecule-pkg_build SUCCESS in 23m 25s
✔️ cifmw-molecule-registry_deploy SUCCESS in 5m 33s
✔️ cifmw-molecule-repo_setup SUCCESS in 5m 27s
✔️ cifmw-molecule-reproducer SUCCESS in 15m 15s
✔️ cifmw-molecule-rhol_crc SUCCESS in 24m 07s
✔️ cifmw-molecule-run_hook SUCCESS in 4m 43s
✔️ cifmw-molecule-set_openstack_containers SUCCESS in 14m 37s
✔️ cifmw-molecule-shiftstack SUCCESS in 15m 55s
✔️ cifmw-molecule-sushy_emulator SUCCESS in 17m 37s
✔️ cifmw-molecule-tempest SUCCESS in 5m 42s
✔️ cifmw-molecule-test_operator SUCCESS in 4m 32s
✔️ cifmw-molecule-tofu SUCCESS in 13m 07s
✔️ cifmw-molecule-update SUCCESS in 5m 31s
✔️ cifmw-molecule-update_containers SUCCESS in 5m 15s
✔️ cifmw-molecule-virtualbmc SUCCESS in 9m 54s

@rlandy
Copy link
Collaborator

rlandy commented Aug 19, 2024

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Aug 19, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit 1f9756b into openstack-k8s-operators:main Aug 19, 2024
4 checks passed
@sathlan
Copy link
Contributor

sathlan commented Sep 11, 2024

/cherry-pick 18.0.0-proposed

@openshift-cherrypick-robot

@sathlan: new pull request created: #2340

In response to this:

/cherry-pick 18.0.0-proposed

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-sigs/prow repository.

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.

10 participants