Skip to content
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

Integrate a GHA workflow running ansible-test #1187

Open
wants to merge 1 commit into
base: 7.2.x
Choose a base branch
from

Conversation

webknjaz
Copy link

@webknjaz webknjaz commented Oct 4, 2022

Description

(DISCLAIMER: this is a drive-by contribution, feel free to adapt it, I'm leaving the "allow maintainers to edit" checkbox on)

The patch merely wires up ansible-test sanity w/ GHA. Thought you might benefit from the official linter running on a public CI.

This is derived from the ansible community collection skeleton/repo template
project that I contribute to: https://github.com/ansible-collections/collection_template.
It also relies on a GitHub Action for invoking ansible-test that I maintain in the Ansible Community GH org.

Type of change

  • Testing / Maintenance

How Has This Been Tested?

CI

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules
  • Any variable changes have been validated to be backwards compatible

@webknjaz webknjaz requested a review from a team as a code owner October 4, 2022 13:38
This is derived from the community collection skeleton/repo template
project: https://github.com/ansible-collections/collection_template.
@webknjaz webknjaz force-pushed the testing/gha-community-ansible-test-template branch from b599d0e to f6adf20 Compare October 4, 2022 13:42
test-deps: ansible.netcommon


check: # This job does nothing and is only used for the branch protection
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTE: this job is designed to be used in branch protection or as a gate for other post-testing jobs.

@utkarsh5474 utkarsh5474 changed the base branch from 7.2.2-post to 7.2.x October 14, 2022 05:38
Copy link

cla-assistant bot commented Oct 31, 2023

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants