enchanment for terraform-provider-aquasec nightly workflow #355
+129
−43
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.
implementation:
Note
Enhances nightly CI to generate/upload drift and acceptance artifacts and aggregate them into a webhook payload, plus enables parallelism and increases wait in the acknowledge test.
.github/workflows/nightly.yml:driftandacceptanceand upload as artifacts (result-drift-*.json,result-acceptance-*.json).jqinto a single JSON payload includingworkflow,branch,run_id,github_url, tested versions, drift and acceptance summaries; posts to Power Automate webhook.needsand removes job outputs in favor of artifacts.aquasec/resource_acknowledge_test.go: enablet.Parallel()and increase image provisioner delay fromsleep 60tosleep 120.Written by Cursor Bugbot for commit 9764ff1. This will update automatically on new commits. Configure here.