-
Notifications
You must be signed in to change notification settings - Fork 9
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
[python] add test-app-python-36 app for INSTALLER_NOT_SUPPORTED_AUTO_INJECTION #3438
base: main
Are you sure you want to change the base?
Conversation
utils/build/virtual_machine/weblogs/python/provision_test-app-python-36.yml
Show resolved
Hide resolved
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.
Could the problems you had with RH9 be the problems we detected yesterday? In that case the failures would not be because of this PR and you could re-include RH9.
@@ -653,7 +653,7 @@ def __init__(self, **kwargs) -> None: | |||
krunvm_config=None, | |||
os_type="linux", | |||
os_distro="rpm", | |||
os_branch="redhat", | |||
os_branch="redhat_9", |
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.
Motivation
We are currently not running the
INSTALLER_NOT_SUPPORTED_AUTO_INJECTION
scenario for Python. This change adds a test case for that.Changes
Adds a new
test-app-python-36
VM weblog so we can test older/unsupported versions of Python.Starts running the
INSTALLER_NOT_SUPPORTED_AUTO_INJECTION
scenario with this new app.Workflow
codeowners
file quickly.🚀 Once your PR is reviewed, you can merge it!
🛟 #apm-shared-testing 🛟
Reviewer checklist
[<language>]
, double-check that only<language>
is impacted by the changebuild-XXX-image
label is present