linux-system-roles / kdump

An ansible role which configures kdump
https://linux-system-roles.github.io/kdump/
MIT License
19 stars 21 forks source link

Add tags to tests #77

Closed pcahyna closed 3 years ago

pcahyna commented 3 years ago

Updated version of #28.

The commit sequence is taken mostly from #28 with additional commits on top. It will be squashed to less commits when merging or before.

This change is for the benefit of quick downstream testing when tests run against localhost (a machine in CI) and should have no functional impact on upstream.

pcahyna commented 3 years ago

[citest bad]

jharuda commented 3 years ago

[citest]

richm commented 3 years ago

@pcahyna I did a test of this without the service save/restore, and with the test doing the service save/restore - it works fine. So I think we should drop the service save/restore from this PR

pcahyna commented 3 years ago

@pcahyna I did a test of this without the service save/restore, and with the test doing the service save/restore - it works fine. So I think we should drop the service save/restore from this PR

I tested that too, and the last commit drops service save/restore.

pcahyna commented 3 years ago

CentOS failures in tests_default.yml will be fixed by #76

richm commented 3 years ago

[citest bad]

richm commented 3 years ago

[citest bad] see if rhel-x failure is persistent

pcahyna commented 3 years ago

[citest bad] see if rhel-x failure is persistent

It is not! Hooray! Has the image been updated since the last failure, or pod redeployed?

richm commented 3 years ago

[citest bad] see if rhel-x failure is persistent

It is not! Hooray! Has the image been updated since the last failure, or pod redeployed?

I believe we're now using rhel 9 beta instead of alpha

pcahyna commented 3 years ago

rebased to squash all commits - no content changes