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

Revert deploy log snapshot, don't collect propolis logs as CI artifacts. #3263

Merged
merged 2 commits into from
May 31, 2023

Conversation

rcgoodfellow
Copy link
Contributor

In #3241 I was running into an issue with the deploy job, where artifact collection would fail because propolis logs were being deleted during collection. In that PR i attempted to create a snapshot before collection, only to have the snapshot fail for the same reason. This commit does two things.

  1. Reverts the misguided snapshot mechanism.
  2. Adds an output rule to prevent propolis logs from being collected as artifacts.

The output rule added here was originally in the buildomat job. It was removed in #1902 to get better visibility of propolis logs on CI output. However, to do that without risk of failing collection we need to stash the logs somewhere safe before deleting instances as a part of the e2e tests.

This seems to have caused more frequently occuring problems than were
there before - so revert it.
This can cause CI collection to fail when the file being collected is
deleted.
@rcgoodfellow rcgoodfellow requested a review from davepacheco May 31, 2023 05:54
@rcgoodfellow rcgoodfellow merged commit 241c673 into main May 31, 2023
@rcgoodfellow rcgoodfellow deleted the revert-deploy-log-snapshot branch May 31, 2023 16:02
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

Successfully merging this pull request may close these issues.

2 participants