|
13 | 13 | types: [ "opened", "synchronize" ] |
14 | 14 |
|
15 | 15 | jobs: |
16 | | - base: |
17 | | - name: Base |
18 | | - permissions: |
19 | | - contents: 'read' |
20 | | - id-token: 'write' |
21 | | - uses: ./.github/workflows/base.yml |
22 | | - secrets: inherit |
23 | | - lint-markdown: |
24 | | - name: Lint Markdown |
25 | | - permissions: |
26 | | - contents: 'read' |
27 | | - id-token: 'write' |
28 | | - uses: ./.github/workflows/lint_markdown.yml |
29 | | - nix: |
30 | | - name: Nix |
31 | | - permissions: |
32 | | - actions: 'write' |
33 | | - contents: 'read' |
34 | | - id-token: 'write' |
35 | | - uses: ./.github/workflows/nix.yml |
36 | | - secrets: inherit |
| 16 | + # base: |
| 17 | + # name: Base |
| 18 | + # permissions: |
| 19 | + # contents: 'read' |
| 20 | + # id-token: 'write' |
| 21 | + # uses: ./.github/workflows/base.yml |
| 22 | + # secrets: inherit |
| 23 | + # lint-markdown: |
| 24 | + # name: Lint Markdown |
| 25 | + # permissions: |
| 26 | + # contents: 'read' |
| 27 | + # id-token: 'write' |
| 28 | + # uses: ./.github/workflows/lint_markdown.yml |
| 29 | + # nix: |
| 30 | + # name: Nix |
| 31 | + # permissions: |
| 32 | + # actions: 'write' |
| 33 | + # contents: 'read' |
| 34 | + # id-token: 'write' |
| 35 | + # uses: ./.github/workflows/nix.yml |
| 36 | + # secrets: inherit |
37 | 37 | ci: |
38 | 38 | name: Extended |
39 | 39 | permissions: |
40 | 40 | contents: 'read' |
41 | 41 | id-token: 'write' |
42 | | - needs: [ base, nix ] |
43 | 42 | uses: ./.github/workflows/ci.yml |
44 | 43 | secrets: inherit |
45 | | - cbmc: |
46 | | - name: CBMC |
47 | | - permissions: |
48 | | - contents: 'read' |
49 | | - id-token: 'write' |
50 | | - needs: [ base, nix ] |
51 | | - uses: ./.github/workflows/cbmc.yml |
52 | | - secrets: inherit |
53 | | - oqs_integration: |
54 | | - name: libOQS |
55 | | - permissions: |
56 | | - contents: 'read' |
57 | | - id-token: 'write' |
58 | | - needs: [ base ] |
59 | | - uses: ./.github/workflows/integration-liboqs.yml |
60 | | - secrets: inherit |
61 | | - opentitan_integration: |
62 | | - name: OpenTitan |
63 | | - permissions: |
64 | | - contents: 'read' |
65 | | - id-token: 'write' |
66 | | - needs: [ base ] |
67 | | - uses: ./.github/workflows/integration-opentitan.yml |
68 | | - secrets: inherit |
69 | | - awslc_integration_fixed: |
70 | | - name: AWS-LC (873ca6f2) |
71 | | - permissions: |
72 | | - contents: 'read' |
73 | | - id-token: 'write' |
74 | | - needs: [ base ] |
75 | | - uses: ./.github/workflows/integration-awslc.yml |
76 | | - with: |
77 | | - commit: 6d2eb62ba375ebba7ab20ab277332f5bff9e13f0 |
78 | | - secrets: inherit |
79 | | - awslc_integration_head: |
80 | | - name: AWS-LC (HEAD) |
81 | | - permissions: |
82 | | - contents: 'read' |
83 | | - id-token: 'write' |
84 | | - needs: [ base ] |
85 | | - uses: ./.github/workflows/integration-awslc.yml |
86 | | - with: |
87 | | - commit: main |
88 | | - secrets: inherit |
89 | | - ct-test: |
90 | | - name: Constant-time |
91 | | - permissions: |
92 | | - contents: 'read' |
93 | | - id-token: 'write' |
94 | | - needs: [ base, nix ] |
95 | | - uses: ./.github/workflows/ct-tests.yml |
96 | | - secrets: inherit |
97 | | - slothy: |
98 | | - name: SLOTHY |
99 | | - permissions: |
100 | | - contents: 'read' |
101 | | - id-token: 'write' |
102 | | - needs: [ base, nix ] |
103 | | - uses: ./.github/workflows/slothy.yml |
104 | | - secrets: inherit |
105 | | - baremetal: |
106 | | - name: Baremetal |
107 | | - permissions: |
108 | | - contents: 'read' |
109 | | - id-token: 'write' |
110 | | - needs: [ base ] |
111 | | - uses: ./.github/workflows/baremetal.yml |
112 | | - secrets: inherit |
| 44 | + # cbmc: |
| 45 | + # name: CBMC |
| 46 | + # permissions: |
| 47 | + # contents: 'read' |
| 48 | + # id-token: 'write' |
| 49 | + # needs: [ base, nix ] |
| 50 | + # uses: ./.github/workflows/cbmc.yml |
| 51 | + # secrets: inherit |
| 52 | + # oqs_integration: |
| 53 | + # name: libOQS |
| 54 | + # permissions: |
| 55 | + # contents: 'read' |
| 56 | + # id-token: 'write' |
| 57 | + # needs: [ base ] |
| 58 | + # uses: ./.github/workflows/integration-liboqs.yml |
| 59 | + # secrets: inherit |
| 60 | + # opentitan_integration: |
| 61 | + # name: OpenTitan |
| 62 | + # permissions: |
| 63 | + # contents: 'read' |
| 64 | + # id-token: 'write' |
| 65 | + # needs: [ base ] |
| 66 | + # uses: ./.github/workflows/integration-opentitan.yml |
| 67 | + # secrets: inherit |
| 68 | + # awslc_integration_fixed: |
| 69 | + # name: AWS-LC (873ca6f2) |
| 70 | + # permissions: |
| 71 | + # contents: 'read' |
| 72 | + # id-token: 'write' |
| 73 | + # needs: [ base ] |
| 74 | + # uses: ./.github/workflows/integration-awslc.yml |
| 75 | + # with: |
| 76 | + # commit: 6d2eb62ba375ebba7ab20ab277332f5bff9e13f0 |
| 77 | + # secrets: inherit |
| 78 | + # awslc_integration_head: |
| 79 | + # name: AWS-LC (HEAD) |
| 80 | + # permissions: |
| 81 | + # contents: 'read' |
| 82 | + # id-token: 'write' |
| 83 | + # needs: [ base ] |
| 84 | + # uses: ./.github/workflows/integration-awslc.yml |
| 85 | + # with: |
| 86 | + # commit: main |
| 87 | + # secrets: inherit |
| 88 | + # ct-test: |
| 89 | + # name: Constant-time |
| 90 | + # permissions: |
| 91 | + # contents: 'read' |
| 92 | + # id-token: 'write' |
| 93 | + # needs: [ base, nix ] |
| 94 | + # uses: ./.github/workflows/ct-tests.yml |
| 95 | + # secrets: inherit |
| 96 | + # slothy: |
| 97 | + # name: SLOTHY |
| 98 | + # permissions: |
| 99 | + # contents: 'read' |
| 100 | + # id-token: 'write' |
| 101 | + # needs: [ base, nix ] |
| 102 | + # uses: ./.github/workflows/slothy.yml |
| 103 | + # secrets: inherit |
| 104 | + # baremetal: |
| 105 | + # name: Baremetal |
| 106 | + # permissions: |
| 107 | + # contents: 'read' |
| 108 | + # id-token: 'write' |
| 109 | + # needs: [ base ] |
| 110 | + # uses: ./.github/workflows/baremetal.yml |
| 111 | + # secrets: inherit |
0 commit comments