-
Notifications
You must be signed in to change notification settings - Fork 42
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
Adding pulp-2to3-migration support #142
Conversation
09d51a0
to
31f302f
Compare
10224a7
to
dfe52ae
Compare
# shellcheck source=tests/scripts/config.source | ||
. "$(dirname "$(dirname "$(realpath "$0")")")"/config.source | ||
|
||
pulp debug has-plugin --name "pulp_2to3_migration" || exit 3 |
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.
Am i right, that these tests will not run in our container based CI?
Would this be reason to have this plugin packaged independently?
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.
Am i right, that these tests will not run in our container based CI?
That's correct
Would this be reason to have this plugin packaged independently?
That's a good question. Let's discuss at our CLI meeting?
dfe52ae
to
3cbc0a9
Compare
3cbc0a9
to
b060e36
Compare
Required PR: pulp/pulp-cli#142 [noissue]
Required PR: pulp/pulp-cli#142 [noissue]
Required PR: pulp/pulp-cli#142 [noissue]
Required PR: pulp/pulp-cli#142 [noissue]
Looks like the tests are running successfully against the migration plugin: pulp/pulp-2to3-migration#315 |
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.
Thanks for keeping on top of the tests.
Required PR: pulp/pulp-cli#142 [noissue]
fixes #133