Skip to content

fix(ci): Update scheduled test that fails due to retries #163

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Nov 3, 2020

Conversation

tembleking
Copy link
Member

The set_secure_system_falco_rules.py must fail because it's only allowed to set up the system falco rules in an on-prem installation. The script was looking for the string "Access is denied: Not enough privileges to complete the action" but since #159 the errors are using a retry strategy, and after 3 failure attempts, raise an exception instead of returning an error.
This PR removes the part that checks for the string since the new output is empty.

@tembleking tembleking self-assigned this Nov 3, 2020
@tembleking tembleking merged commit 952df02 into master Nov 3, 2020
@tembleking tembleking deleted the ci-scheduled-test branch November 3, 2020 08:41
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant