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

[devel] build ansible-runner via branch #11

Open
wants to merge 3 commits into
base: devel
Choose a base branch
from
Open

Conversation

emoruzzi
Copy link

No description provided.

@emoruzzi emoruzzi changed the title build ansible-runner via branch [devel] build ansible-runner via branch Nov 28, 2024
@syndr
Copy link
Collaborator

syndr commented Dec 2, 2024

CI is updated in #12 if you want to take a look.

Tag built from that PR (which should include your ansible-runner package) can be had with:

  • docker pull quay.io/influxdb/awx-ee:DEV-PR-12

* Refactor release CI

Image tags will be generated based upon the event that triggered the workflow:
  - push event:
    - main branch: latest
    - devel branch: devel
    - all other branches: <branch name>-latest
      Branches must be added to the on.push.branches array above to trigger
  - pull_request event: DEV-PR-<pull_request_number>
    Branches must be added to the on.pull_request.branches array above to trigger
  - release event: <tag_name>
  - schedule event: nightly
    This will be the same configuration as the 'latest' tag, but may contain updated packages, etc. from upstream
  - all other events: <first 7 chars of commit sha>

Run podman test as part of same workflow as release (fail faster)

* Build on PR to feature branch

* Update PR CI

No need to run on changes of only markdown files
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.

2 participants