Skip to content
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

Test More TLS Combinations #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Test More TLS Combinations #77

wants to merge 1 commit into from

Conversation

nibanks
Copy link
Member

@nibanks nibanks commented Feb 17, 2024

No description provided.

@nibanks nibanks added enhancement New feature or request test execution Related to actually running tests labels Feb 17, 2024
@Alan-Jowett
Copy link
Member

Copilot summary:

This pull request includes changes to the .github/workflows/quic.yml file to expand the testing matrix for the CI/CD pipeline. The changes add more test configurations for different operating systems and TLS options.

Here are the most important changes:

  • tls option changes:

    • For the windows-2022 operating system, the tls options have been expanded to include openssl and openssl3 along with the existing schannel.
    • Similarly, for the ubuntu-20.04 operating system, the tls options have been expanded to include openssl3 along with the existing openssl.
  • Test configuration additions:

    • In the vec array, new test configurations have been added for azure and lab environments on both windows-2022 and ubuntu-20.04 operating systems with openssl and openssl3 tls options. [1] [2]

These changes ensure that the software is tested more thoroughly across different environments and configurations.

@nibanks nibanks reopened this Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request test execution Related to actually running tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants