Skip to content

Add openssh 10.2p1 to CI#10081

Open
julek-wolfssl wants to merge 1 commit intowolfSSL:masterfrom
julek-wolfssl:openssh-10.2p1
Open

Add openssh 10.2p1 to CI#10081
julek-wolfssl wants to merge 1 commit intowolfSSL:masterfrom
julek-wolfssl:openssh-10.2p1

Conversation

@julek-wolfssl
Copy link
Copy Markdown
Member

Depends on wolfSSL/osp#327

Copilot AI review requested due to automatic review settings March 26, 2026 17:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Extends the OpenSSH CI workflow matrix to include testing against OpenSSH 10.2p1.

Changes:

  • Add a new matrix entry for OpenSSH 10.2p1 using git ref V_10_2_P1.
  • Reuse the same SKIP_LTESTS list for the new OpenSSH version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 69 to +76
SKIP_LTESTS: >-
exit-status rekey multiplex forward-control channel-timeout
connection-timeout
- git_ref: 'V_10_2_P1'
osp_ver: '10.2p1'
SKIP_LTESTS: >-
exit-status rekey multiplex forward-control channel-timeout
connection-timeout
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The SKIP_LTESTS block is duplicated verbatim across matrix entries. In GitHub Actions YAML you can reduce duplication by defining this list once (e.g., as a global env: value, or via a YAML anchor/alias) and reusing it for each matrix item. This makes future updates less error-prone when the skip list changes.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants