Skip to content

Commit 80903e8

Browse files
committed
[TEST] Reduce CI
Signed-off-by: Hanno Becker <[email protected]>
1 parent e77ed8b commit 80903e8

File tree

2 files changed

+715
-784
lines changed

2 files changed

+715
-784
lines changed

.github/workflows/all.yml

Lines changed: 21 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -13,100 +13,31 @@ 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
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
3737
ci:
3838
name: Extended
3939
permissions:
4040
contents: 'read'
4141
id-token: 'write'
42-
needs: [ base, nix ]
4342
uses: ./.github/workflows/ci.yml
4443
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 (v1.64.0)
71-
permissions:
72-
contents: 'read'
73-
id-token: 'write'
74-
needs: [ base ]
75-
uses: ./.github/workflows/integration-awslc.yml
76-
with:
77-
commit: 7187ab572ddcdae4fa408e932d3e878c9941137b # v1.64.0
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

0 commit comments

Comments
 (0)