-
Notifications
You must be signed in to change notification settings - Fork 169
feat: Add multi-collection CI support for juniper.device and junipern… #792
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
feat: Add multi-collection CI support for juniper.device and junipern… #792
Conversation
AAYUSH2091
commented
Dec 5, 2025
- Add matrix strategy to run tests for both collections
- Support push/PR triggers on main, devel, and master branches
- Parameterize working directories for collection-specific testing
…etworks.junos - Add matrix strategy to run tests for both collections - Support push/PR triggers on main, devel, and master branches - Parameterize working directories for collection-specific testing
eb95a58 to
b4bc424
Compare
6e66601 to
8216fc6
Compare
| # | ||
| # (c) 2016 Red Hat Inc. | ||
| # | ||
| # This file is part of Ansible | ||
| # | ||
| # Ansible is free software: you can redistribute it and/or modify | ||
| # it under the terms of the GNU General Public License as published by | ||
| # the Free Software Foundation, either version 3 of the License, or | ||
| # (at your option) any later version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don;t need action plugin here , we can simple add redirection for it
| @@ -1,5 +1,354 @@ | |||
| from ansible_collections.juniper.device.plugins.cliconf.junos import Cliconf | |||
| # | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we simple need to have header and doc nothing else
|
@AAYUSH2091 thanks for these changes here is another PR #796 If you want you can align your PR with #796 or we can close this one and merge #796 |
|
Closing this PR in favor of #796 |