Add CI testing against ansible-core devel branch#723
Merged
jvanderaa merged 8 commits intonautobot:developfrom Apr 29, 2026
Merged
Add CI testing against ansible-core devel branch#723jvanderaa merged 8 commits intonautobot:developfrom
jvanderaa merged 8 commits intonautobot:developfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
joewesch
reviewed
Apr 7, 2026
Removes the standalone `invoke devel` task and adds an `--ansible-core-branch` option to `invoke unit` instead. Moves the ansible-core branch install in the Dockerfile after `poetry install` so the lock file version does not overwrite it. Updates the scheduled devel workflow to use the new flag.
joewesch
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
trigger_scheduled_devel.yml) that tests against theansible-coredevel branch, meeting the Ansible community collection inclusion requirement.ANSIBLE_CORE_BRANCHbuild arg to theDockerfileanddocker-compose.ymlso any git branch of ansible-core can be installed during the Docker build.invoke develtask for running devel branch tests locally.node_modules/to.dockerignoreto prevent unrelated files from leaking into the build context.Closes #718
Test plan
invoke devel --skip lintlocally to verify the devel build arg worksworkflow_dispatchto confirm CI runs