-
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
[.NET] Add onboarding tests for unsupported runtime version #3504
base: main
Are you sure you want to change the base?
Conversation
utils/build/virtual_machine/weblogs/dotnet/provision_test-app-dotnet-unsupported.yml
Outdated
Show resolved
Hide resolved
…dotnet-unsupported.yml Co-authored-by: Brett Langdon <[email protected]>
1d1c79d
to
d4beefe
Compare
utils/build/virtual_machine/weblogs/dotnet/provision_test-app-dotnet-unsupported.yml
Show resolved
Hide resolved
utils/build/virtual_machine/weblogs/dotnet/provision_test-app-dotnet-unsupported.yml
Outdated
Show resolved
Hide resolved
utils/build/virtual_machine/weblogs/dotnet/provision_test-app-dotnet-unsupported.yml
Outdated
Show resolved
Hide resolved
utils/build/virtual_machine/weblogs/dotnet/provision_test-app-dotnet-unsupported.yml
Outdated
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.
Looks like CI is passing, one suggestion that isn't required.
@@ -194,6 +194,9 @@ onboarding_dotnet: | |||
- ONBOARDING_FILTER_WEBLOG: [test-app-dotnet-multicontainer,test-app-dotnet-multialpine] | |||
SCENARIO: [SIMPLE_INSTALLER_AUTO_INJECTION] | |||
DEFAULT_VMS: ["True", "False"] | |||
- ONBOARDING_FILTER_WEBLOG: [test-app-dotnet-unsupported] | |||
SCENARIO: [INSTALLER_NOT_SUPPORTED_AUTO_INJECTION] | |||
DEFAULT_VMS: ["True", "False"] |
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.
DEFAULT_VMS: ["True", "False"] | |
DEFAULT_VMS: ["True"] |
Since we skip all the systems in the non-default we can probably remove the False
here.
However, maybe we want to keep it anyways in case we add support later, or move the tested VM to non-default?
No preference, but the job run with False
just does a single skip.
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.
Better to maintain the both cases (true and false)
@@ -194,6 +194,9 @@ onboarding_dotnet: | |||
- ONBOARDING_FILTER_WEBLOG: [test-app-dotnet-multicontainer,test-app-dotnet-multialpine] | |||
SCENARIO: [SIMPLE_INSTALLER_AUTO_INJECTION] | |||
DEFAULT_VMS: ["True", "False"] | |||
- ONBOARDING_FILTER_WEBLOG: [test-app-dotnet-unsupported] | |||
SCENARIO: [INSTALLER_NOT_SUPPORTED_AUTO_INJECTION] | |||
DEFAULT_VMS: ["True", "False"] |
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.
Better to maintain the both cases (true and false)
Motivation
We want to test this
Changes
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