Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
run_cppcheck:
name: Cppcheck
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/kyber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
jobs:
build_liboqs:
name: Build liboqs
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest
timeout-minutes: 4
steps:
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:

build_wolfssl:
name: Build wolfssl
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest
timeout-minutes: 4
steps:
Expand All @@ -69,6 +71,7 @@ jobs:

build_wolfssh:
name: Build wolfssh
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest
timeout-minutes: 4
needs: [build_wolfssl, build_liboqs]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/os-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ concurrency:

jobs:
create_matrix:
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest
outputs:
versions: ${{ steps.json.outputs.versions }}
Expand All @@ -33,6 +34,7 @@ jobs:
os: [ ubuntu-latest, macos-latest ]
wolfssl: ${{ fromJson(needs.create_matrix.outputs['versions']) }}
name: Build wolfssl
if: github.repository_owner == 'wolfssl'
runs-on: ${{ matrix.os }}
timeout-minutes: 4
steps:
Expand Down Expand Up @@ -76,6 +78,7 @@ jobs:
'--enable-shell',
]
name: Build wolfssh
if: github.repository_owner == 'wolfssl'
runs-on: ${{ matrix.os }}
timeout-minutes: 4
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/paramiko-sftp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ concurrency:
jobs:
build_wolfssl:
name: Build wolfssl
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest
timeout-minutes: 4
steps:
Expand All @@ -38,6 +39,7 @@ jobs:
paramiko_sftp_test:
needs: build_wolfssl
name: Paramiko SFTP Test
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/scp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ concurrency:

jobs:
create_matrix:
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest
outputs:
versions: ${{ steps.json.outputs.versions }}
Expand All @@ -33,6 +34,7 @@ jobs:
os: [ ubuntu-latest ]
wolfssl: ${{ fromJson(needs.create_matrix.outputs['versions']) }}
name: Build wolfssl
if: github.repository_owner == 'wolfssl'
runs-on: ${{ matrix.os }}
timeout-minutes: 4
steps:
Expand Down Expand Up @@ -65,6 +67,7 @@ jobs:
os: [ ubuntu-latest ]
wolfssl: ${{ fromJson(needs.create_matrix.outputs['versions']) }}
name: Build and test wolfsshd
if: github.repository_owner == 'wolfssl'
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/sftp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ concurrency:

jobs:
create_matrix:
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest
outputs:
versions: ${{ steps.json.outputs.versions }}
Expand All @@ -33,6 +34,7 @@ jobs:
os: [ ubuntu-latest ]
wolfssl: ${{ fromJson(needs.create_matrix.outputs['versions']) }}
name: Build wolfssl
if: github.repository_owner == 'wolfssl'
runs-on: ${{ matrix.os }}
timeout-minutes: 4
steps:
Expand Down Expand Up @@ -65,6 +67,7 @@ jobs:
os: [ ubuntu-latest ]
wolfssl: ${{ fromJson(needs.create_matrix.outputs['versions']) }}
name: Build and test wolfsftp
if: github.repository_owner == 'wolfssl'
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/singlethread-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest ]
name: Build wolfssl
if: github.repository_owner == 'wolfssl'
runs-on: ${{ matrix.os }}
timeout-minutes: 4
steps:
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
'--enable-shell',
]
name: Build wolfssh
if: github.repository_owner == 'wolfssl'
runs-on: ${{ matrix.os }}
timeout-minutes: 4
needs: build_wolfssl
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/sshd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ concurrency:

jobs:
create_matrix:
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest
outputs:
versions: ${{ steps.json.outputs.versions }}
Expand All @@ -33,6 +34,7 @@ jobs:
os: [ ubuntu-latest ]
wolfssl: ${{ fromJson(needs.create_matrix.outputs['versions']) }}
name: Build wolfssl
if: github.repository_owner == 'wolfssl'
runs-on: ${{ matrix.os }}
timeout-minutes: 4
steps:
Expand Down Expand Up @@ -65,6 +67,7 @@ jobs:
os: [ ubuntu-latest ]
wolfssl: ${{ fromJson(needs.create_matrix.outputs['versions']) }}
name: Build and test wolfsshd
if: github.repository_owner == 'wolfssl'
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-fatfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
get-fatfs:
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest
steps:
- name: Set up cache key
Expand All @@ -30,6 +31,7 @@ jobs:

test-fatfs:
needs: get-fatfs
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tpm-ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
test-tpm-ssh:
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:

jobs:
build:
if: github.repository_owner == 'wolfssl'
runs-on: windows-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
config:
- zephyr-ref: v3.4.0
zephyr-sdk: 0.16.1
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-22.04
# This should be a safe limit for the tests to run.
timeout-minutes: 20
Expand Down