AWS MediaLive module PR: Guidance needed on CI build failures

Hi AWS Ansible community,

I’ve submitted a PR to the community.aws repository that adds new MediaLive modules. While the code and tests work in my environment, I’m encountering two build failures that I need help addressing:

  1. Documentation Build Failure
  • I’ve noticed this same documentation build error appearing in other recently merged PRs
  • Would appreciate guidance on whether this is a known issue that can be bypassed
  1. Integration Test Permissions
  • The integration tests run successfully in my environment using an IAM role with MediaLive permissions
  • The automated build system appears to be failing due to insufficient IAM permissions for MediaLive and IAM
  • Looking for confirmation if this is an environment-specific issue that needs to be addressed at the CI level

PR Link: feat(medialive): add Elemental MediaLive modules to community collection by buxell · Pull Request #2318 · ansible-collections/community.aws · GitHub

I’ve commented on the PR but haven’t received any response. Would greatly appreciate any guidance on how to proceed with these build failures or if they can be considered non-blocking for this contribution.

Thanks in advance for any help!

1 Like

@buxell Welcome to the forum, thanks for your PR and pointing out this problems

@bianca I know you often help with community.aws.

It looks like module documentation builds have been failing in community.aws for a while. Is this a know issue?

Any ideas on the other questions that @buxell has?

Hi @buxell ! The module documentation build failures are a known issue, and are not typically considered a PR blocker.

Thanks for linking to your PR; I went ahead and approved the workflow run, so the full test suite should be running now.