You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checks have failed on the next merge upward PR for a variety of reasons, although all seem to be related to the development of the VD refactor that has been merged to 4.8.0:
We need to check the root of the problem and fix it so that we can correctly generate and install the packages via GitHub actions, and so that the checks pass correctly.
Error: /var/lib/dpkg/info/wazuh-manager.postinst: 247: .: cannot open /var/ossec/packages_files/manager_installation_scripts/src/init/update-indexer.sh: No such file
File not found: /build_wazuh/rpmbuild/BUILDROOT/wazuh-manager-4.8.1-merge.4.8.0.into.4.8.1.x86_64/var/ossec/queue/indexer/vd_states_template.json
File not found: /build_wazuh/rpmbuild/BUILDROOT/wazuh-manager-4.8.1-merge.4.8.0.into.4.8.1.x86_64/var/ossec/vd_1.0.0_vd_4.8.0.tar.xz
Directory not found: /build_wazuh/rpmbuild/BUILDROOT/wazuh-manager-4.8.1-merge.4.8.0.into.4.8.1.x86_64/var/ossec/queue/vd
The problem is in the target that GitHub action uses when running the tests, as they use the target of the version that the PR refers to.
To fix the problem, it is necessary to first merge the wazuh/wazuh repository and then run the wazuh-packages checks, that way they all pass correctly, as shown in the following PR:
Description
Checks have failed on the next merge upward PR for a variety of reasons, although all seem to be related to the development of the VD refactor that has been merged to
4.8.0
:We need to check the root of the problem and fix it so that we can correctly generate and install the packages via GitHub actions, and so that the checks pass correctly.
Error details
/var/lib/dpkg/info/wazuh-manager.postinst: 247: .: cannot open /var/ossec/packages_files/manager_installation_scripts/src/init/update-indexer.sh: No such file
Run#7484355391 is completed with disallowed conclusion: failure
DoD
The text was updated successfully, but these errors were encountered: