-
Notifications
You must be signed in to change notification settings - Fork 398
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
Disable network-firewall tests - slow enough to timeout #1396
Merged
softwarefactory-project-zuul
merged 1 commit into
ansible-collections:main
from
tremble:tests/disable/network-firewall
Aug 5, 2022
Merged
Disable network-firewall tests - slow enough to timeout #1396
softwarefactory-project-zuul
merged 1 commit into
ansible-collections:main
from
tremble:tests/disable/network-firewall
Aug 5, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ansibullbot
added
bug
This issue/PR relates to a bug
community_review
integration
tests/integration
needs_triage
plugins
plugin (any type)
small_patch
Hopefully easy to review
tests
tests
labels
Aug 5, 2022
Backport to stable-4: 💚 backport PR created✅ Backport PR branch: Backported as #1411 🤖 @patchback |
patchback bot
pushed a commit
that referenced
this pull request
Aug 12, 2022
Disable network-firewall tests - slow enough to timeout SUMMARY The network-firewall tests take at least 45-50 minutes, due to how slow the firewalls themselves are to create/delete. While they are sporadically able to pass, as soon as things are running slightly slower we hit Zuul timeouts. ISSUE TYPE Bugfix Pull Request COMPONENT NAME network_firewall ADDITIONAL INFORMATION (cherry picked from commit 68d2f1f)
softwarefactory-project-zuul bot
pushed a commit
that referenced
this pull request
Aug 12, 2022
[PR #1396/68d2f1fa backport][stable-4] Disable network-firewall tests - slow enough to timeout This is a backport of PR #1396 as merged into main (68d2f1f). SUMMARY The network-firewall tests take at least 45-50 minutes, due to how slow the firewalls themselves are to create/delete. While they are sporadically able to pass, as soon as things are running slightly slower we hit Zuul timeouts. ISSUE TYPE Bugfix Pull Request COMPONENT NAME network_firewall ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
abikouo
pushed a commit
to abikouo/community.aws
that referenced
this pull request
Oct 24, 2023
…llections#1419) route53_info: fix "key error" for health_check operations SUMMARY Fixes ansible-collections#1396 This pull request Add new return key health_check_observations for health check operations, returned when I(query=health_check) and I(health_check_method=status) or I(health_check_method=failure_reason) Fixes "Key Error" when getting status or failure_reason of a health check. ISSUE TYPE Bugfix Pull Request COMPONENT NAME route53_info ADDITIONAL INFORMATION Reviewed-by: Mark Chappell Reviewed-by: Mandar Kulkarni <[email protected]> Reviewed-by: Alina Buzachis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-4
PR should be backported to the stable-4 branch
bug
This issue/PR relates to a bug
community_review
integration
tests/integration
mergeit
Merge the PR (SoftwareFactory)
needs_triage
plugins
plugin (any type)
small_patch
Hopefully easy to review
tests
tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
The network-firewall tests take at least 45-50 minutes, due to how slow the firewalls themselves are to create/delete. While they are sporadically able to pass, as soon as things are running slightly slower we hit Zuul timeouts.
ISSUE TYPE
COMPONENT NAME
network_firewall
ADDITIONAL INFORMATION