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

CI failure observed #5791

Open
heidihoward opened this issue Oct 26, 2023 · 3 comments
Open

CI failure observed #5791

heidihoward opened this issue Oct 26, 2023 · 3 comments

Comments

@heidihoward
Copy link
Member

This CI run unexpectedly failed: https://github.com/microsoft/CCF/pull/5778/checks?check_run_id=18090858685. Rerunning it fixed it

@heidihoward
Copy link
Member Author

@achamayou
Copy link
Member

The first one is a disk full error, we'd added local disk to the 1ES executors to take care of this, but they do not seem to be mounted in the expected location anymore. As a workaround, I've shorted the max duration for executors to 1 day (down from 7), which will hopefully address the issue.

The second issue is an unfortunate byproduct of a build being canceled during the run of the ctest partitions step, which happens as root to be able to update iptables. When this happens, even the blocks that are normally executed on failure to clean up are not run, leaving a bunch of files owned by root under build.

One solution would be a pre-emptive cleanup step run as root, another would be to switch to a way to do network chaos testing without elevating.

@achamayou
Copy link
Member

Accidentally closed as a result of auto-completing the wrong ticket.

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

No branches or pull requests

2 participants