Skip to content
Draft
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
116 changes: 58 additions & 58 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
id-token: 'write'
uses: ./.github/workflows/nix.yml
secrets: inherit
ci:
name: Extended
permissions:
contents: 'read'
id-token: 'write'
needs: [ base, nix ]
uses: ./.github/workflows/ci.yml
secrets: inherit
# ci:
# name: Extended
# permissions:
# contents: 'read'
# id-token: 'write'
# needs: [ base, nix ]
# uses: ./.github/workflows/ci.yml
# secrets: inherit
cbmc:
name: CBMC
permissions:
Expand All @@ -51,53 +51,53 @@ jobs:
needs: [ base, nix ]
uses: ./.github/workflows/cbmc.yml
secrets: inherit
oqs_integration:
name: libOQS
permissions:
contents: 'read'
id-token: 'write'
needs: [ base ]
uses: ./.github/workflows/integration-liboqs.yml
secrets: inherit
opentitan_integration:
name: OpenTitan
permissions:
contents: 'read'
id-token: 'write'
needs: [ base ]
uses: ./.github/workflows/integration-opentitan.yml
secrets: inherit
awslc_integration:
name: AWS-LC
permissions:
contents: 'read'
id-token: 'write'
needs: [ base ]
uses: ./.github/workflows/integration-awslc.yml
with:
commit: v1.72.0
secrets: inherit
ct-test:
name: Constant-time
permissions:
contents: 'read'
id-token: 'write'
needs: [ base, nix ]
uses: ./.github/workflows/ct-tests.yml
secrets: inherit
slothy:
name: SLOTHY
permissions:
contents: 'read'
id-token: 'write'
needs: [ base, nix ]
uses: ./.github/workflows/slothy.yml
secrets: inherit
baremetal:
name: Baremetal
permissions:
contents: 'read'
id-token: 'write'
needs: [ base ]
uses: ./.github/workflows/baremetal.yml
secrets: inherit
# oqs_integration:
# name: libOQS
# permissions:
# contents: 'read'
# id-token: 'write'
# needs: [ base ]
# uses: ./.github/workflows/integration-liboqs.yml
# secrets: inherit
# opentitan_integration:
# name: OpenTitan
# permissions:
# contents: 'read'
# id-token: 'write'
# needs: [ base ]
# uses: ./.github/workflows/integration-opentitan.yml
# secrets: inherit
# awslc_integration:
# name: AWS-LC
# permissions:
# contents: 'read'
# id-token: 'write'
# needs: [ base ]
# uses: ./.github/workflows/integration-awslc.yml
# with:
# commit: v1.72.0
# secrets: inherit
# ct-test:
# name: Constant-time
# permissions:
# contents: 'read'
# id-token: 'write'
# needs: [ base, nix ]
# uses: ./.github/workflows/ct-tests.yml
# secrets: inherit
# slothy:
# name: SLOTHY
# permissions:
# contents: 'read'
# id-token: 'write'
# needs: [ base, nix ]
# uses: ./.github/workflows/slothy.yml
# secrets: inherit
# baremetal:
# name: Baremetal
# permissions:
# contents: 'read'
# id-token: 'write'
# needs: [ base ]
# uses: ./.github/workflows/baremetal.yml
# secrets: inherit
Loading
Loading