Skip to content
Open
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/alpine-architecture-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
jobs:
alpine-architecture-tests:
runs-on: ubuntu-latest
timeout-minutes: 90
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 30

steps:
#pull wolfPKCS11
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ on:
jobs:
clang-tidy:
runs-on: ubuntu-latest
timeout-minutes: 60

strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
build:
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest
timeout-minutes: 30

steps:
# install cmake
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
codespell:
runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- name: Checkout code
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/debian-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
debian-package-test:
runs-on: ubuntu-22.04
timeout-minutes: 30

steps:
# Pull wolfPKCS11
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/empty-pin-store-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
jobs:
empty-pin-store-test:
runs-on: ubuntu-latest
timeout-minutes: 30

steps:
- name: Checkout wolfPKCS11
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
test-firefox:
runs-on: ubuntu-latest-m
timeout-minutes: 30
Comment thread
julek-wolfssl marked this conversation as resolved.
container: wolfssl/wolfpkcs11-firefox-test:latest
if: github.repository_owner == 'wolfssl'
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nss-cmsutil-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
jobs:
nss-cmsutil-test:
runs-on: ubuntu-22.04
timeout-minutes: 60

steps:
- name: Checkout repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nss-curl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
jobs:
test-nss-curl:
runs-on: ubuntu-24.04
timeout-minutes: 60
steps:
- name: Checkout wolfPKCS11 repository
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nss-pdfsig-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
jobs:
test-nss-pdf-signing:
runs-on: ubuntu-22.04
timeout-minutes: 60

steps:
- name: Checkout wolfPKCS11 repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nss-pk12util-debian-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
jobs:
nss-pk12util-debian-test:
runs-on: ubuntu-latest
timeout-minutes: 60
container:
image: debian:bookworm

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nss-pk12util-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
jobs:
nss-pk12util-test:
runs-on: ubuntu-22.04
timeout-minutes: 60

steps:
- name: Checkout repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nss-ssltap-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
jobs:
nss-ssltap-test:
runs-on: ubuntu-22.04
timeout-minutes: 60

steps:
- name: Checkout wolfPKCS11
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sanitizer-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
sanitizer:
runs-on: ubuntu-latest
timeout-minutes: 60

strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scan-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ on:
jobs:
scan-build:
runs-on: ubuntu-latest
timeout-minutes: 60

strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/storage-upgrade-test-tpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
jobs:
storage-upgrade-test-tpm:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
base-ref:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/storage-upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
jobs:
storage-upgrade-test:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
base-ref:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tpm2-store-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
get_current_wolfssl_versions:
runs-on: ubuntu-latest
timeout-minutes: 15
outputs:
wolfssl_versions: ${{ steps.json.outputs.wolfssl_versions }}
steps:
Expand All @@ -22,6 +23,7 @@ jobs:

get_current_wolftpm_versions:
runs-on: ubuntu-latest
timeout-minutes: 15
outputs:
wolftpm_versions: ${{ steps.json.outputs.wolftpm_versions }}
steps:
Expand Down Expand Up @@ -118,6 +120,7 @@ jobs:

tpm2-store-test:
runs-on: ubuntu-latest
timeout-minutes: 30
needs: [build_wolfssl, build_wolftpm, get_current_wolfssl_versions, get_current_wolftpm_versions]
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wolfssl-master-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
#pull wolfPKCS11
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wolfssl-v5.6.6-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 30

steps:
#pull wolfPKCS11
Expand Down
Loading