Skip to content

Commit c043036

Browse files
committed
DONOTMERGE: Trim down CI
Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent 2613980 commit c043036

1 file changed

Lines changed: 0 additions & 91 deletions

File tree

.github/workflows/all.yml

Lines changed: 0 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -13,101 +13,10 @@ on:
1313
types: [ "opened", "synchronize" ]
1414

1515
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
37-
ci:
38-
name: Extended
39-
permissions:
40-
contents: 'read'
41-
id-token: 'write'
42-
needs: [ base, nix ]
43-
uses: ./.github/workflows/ci.yml
44-
secrets: inherit
45-
cbmc:
46-
name: CBMC
47-
permissions:
48-
contents: 'read'
49-
id-token: 'write'
50-
pull-requests: 'write'
51-
needs: [ base, nix ]
52-
uses: ./.github/workflows/cbmc.yml
53-
secrets: inherit
54-
oqs_integration:
55-
name: libOQS
56-
permissions:
57-
contents: 'read'
58-
id-token: 'write'
59-
needs: [ base ]
60-
uses: ./.github/workflows/integration-liboqs.yml
61-
secrets: inherit
6216
opentitan_integration:
6317
name: OpenTitan
6418
permissions:
6519
contents: 'read'
6620
id-token: 'write'
67-
needs: [ base ]
6821
uses: ./.github/workflows/integration-opentitan.yml
6922
secrets: inherit
70-
awslc_integration_fixed:
71-
name: AWS-LC (v1.64.0)
72-
permissions:
73-
contents: 'read'
74-
id-token: 'write'
75-
needs: [ base ]
76-
uses: ./.github/workflows/integration-awslc.yml
77-
with:
78-
commit: 7187ab572ddcdae4fa408e932d3e878c9941137b # v1.64.0
79-
secrets: inherit
80-
awslc_integration_head:
81-
name: AWS-LC (HEAD)
82-
permissions:
83-
contents: 'read'
84-
id-token: 'write'
85-
needs: [ base ]
86-
uses: ./.github/workflows/integration-awslc.yml
87-
with:
88-
commit: main
89-
secrets: inherit
90-
ct-test:
91-
name: Constant-time
92-
permissions:
93-
contents: 'read'
94-
id-token: 'write'
95-
needs: [ base, nix ]
96-
uses: ./.github/workflows/ct-tests.yml
97-
secrets: inherit
98-
slothy:
99-
name: SLOTHY
100-
permissions:
101-
contents: 'read'
102-
id-token: 'write'
103-
needs: [ base, nix ]
104-
uses: ./.github/workflows/slothy.yml
105-
secrets: inherit
106-
baremetal:
107-
name: Baremetal
108-
permissions:
109-
contents: 'read'
110-
id-token: 'write'
111-
needs: [ base ]
112-
uses: ./.github/workflows/baremetal.yml
113-
secrets: inherit

0 commit comments

Comments
 (0)