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

test: Cleanup ginkgo test artifacts #25833

Merged
merged 2 commits into from
Jun 6, 2023

Commits on Jun 1, 2023

  1. test: Don't collect bugtool reports in artifacts

    Since commit e93fdd8 ("test: Collect sysdump as part of artifacts"),
    bugtool reports are already collected as part of the sysdump. Now that
    we are confident the sysdump collection works, we can drop the separate
    collection of bugtool reports.
    
    Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
    pchaigno committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7ac65ea View commit details
    Browse the repository at this point in the history
  2. test/artifacts: Skip various duplicate kubectl commands

    Those kubectl commands are already part of the sysdump collected for
    artifacts since commit e93fdd8 ("test: Collect sysdump as part of
    artifacts").
    
    Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
    pchaigno committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7f0bba1 View commit details
    Browse the repository at this point in the history